diff options
-rw-r--r-- | NEWS | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -3,14 +3,29 @@ Version 1.1.5 * Development release * Changes: + - API: Refactor use of "port numbers" into a "service descriptor" which is + a needed change as all services must now transparently support SSL. + Fortunately, only minor changes are needed to migrate your code properly. + - Add experimental ideviceheartbeat to allow service checkin over the network + - Add heartbeat service implementation to keep alive network connections + - Add webinspector service implementation for WebKit remote debugging + - Add support for encrypted and password protected backups to idevicebackup2 + - Fix major "too long filename received" bug in idevicebackup2 + - Various fixes for proper and tested WIN32 support including MingW building + - Fix various crashers and improve quality of idevicebackup2 tool + - Add endianness helpers for systems lacking support + - Fix idevicedate to work on iOS 6+ - Add idevicediagnostics tool - Add diagnostics_relay service implementation - - Add idevicedebugserverproxy tool + - Add idevicedebugserverproxy tool for remote lldb debugging - Add ideviceprovision tool - Add misagent service implementation to manage provisioning profiles - Fix crash if $HOME is empty or not defined - Fix non-ASCII characters being stripped when using plist communication - Improve compile support for Cython >= 0.16 and check it at configure time + - Fix iOS 6 compatibility for mobilesync, mobilebackup, mobilebackup2 and + screenshotr by bumping device link protocol version number + - Do not strip non_ASCII characters from XML plists - Fix possible crash when using OpenSSL * API is UNSTABLE |