summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-26 19:12:49 +0100
committerGravatar Martin Szulecki2013-02-26 19:12:49 +0100
commit8999224b6e3399814a25a893ac5223536fd972aa (patch)
tree1bade7a0948b11eeac39c38d13cabc6b0d3205cf
parent037d53e3b8d276733eba780338ac2ab26f3f4869 (diff)
downloadlibimobiledevice-8999224b6e3399814a25a893ac5223536fd972aa.tar.gz
libimobiledevice-8999224b6e3399814a25a893ac5223536fd972aa.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 838b81d..a238f2e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,29 @@ Version 1.1.5
3 3
4* Development release 4* Development release
5* Changes: 5* Changes:
6 - API: Refactor use of "port numbers" into a "service descriptor" which is
7 a needed change as all services must now transparently support SSL.
8 Fortunately, only minor changes are needed to migrate your code properly.
9 - Add experimental ideviceheartbeat to allow service checkin over the network
10 - Add heartbeat service implementation to keep alive network connections
11 - Add webinspector service implementation for WebKit remote debugging
12 - Add support for encrypted and password protected backups to idevicebackup2
13 - Fix major "too long filename received" bug in idevicebackup2
14 - Various fixes for proper and tested WIN32 support including MingW building
15 - Fix various crashers and improve quality of idevicebackup2 tool
16 - Add endianness helpers for systems lacking support
17 - Fix idevicedate to work on iOS 6+
6 - Add idevicediagnostics tool 18 - Add idevicediagnostics tool
7 - Add diagnostics_relay service implementation 19 - Add diagnostics_relay service implementation
8 - Add idevicedebugserverproxy tool 20 - Add idevicedebugserverproxy tool for remote lldb debugging
9 - Add ideviceprovision tool 21 - Add ideviceprovision tool
10 - Add misagent service implementation to manage provisioning profiles 22 - Add misagent service implementation to manage provisioning profiles
11 - Fix crash if $HOME is empty or not defined 23 - Fix crash if $HOME is empty or not defined
12 - Fix non-ASCII characters being stripped when using plist communication 24 - Fix non-ASCII characters being stripped when using plist communication
13 - Improve compile support for Cython >= 0.16 and check it at configure time 25 - Improve compile support for Cython >= 0.16 and check it at configure time
26 - Fix iOS 6 compatibility for mobilesync, mobilebackup, mobilebackup2 and
27 screenshotr by bumping device link protocol version number
28 - Do not strip non_ASCII characters from XML plists
14 - Fix possible crash when using OpenSSL 29 - Fix possible crash when using OpenSSL
15* API is UNSTABLE 30* API is UNSTABLE
16 31