summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-04-28 21:03:49 +0200
committerGravatar Martin Szulecki2011-04-28 21:03:49 +0200
commit9eb864f53d5d7f697bd297cf21971f3bce13ddd0 (patch)
tree9ce56aa31159a9277628754481645d6a48e241c6 /NEWS
parent806eaa82453aac89f21d7c3b4a29183bba11efd1 (diff)
downloadlibimobiledevice-9eb864f53d5d7f697bd297cf21971f3bce13ddd0.tar.gz
libimobiledevice-9eb864f53d5d7f697bd297cf21971f3bce13ddd0.tar.bz2
Update NEWS for 1.1.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 21b9b32..efb94db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 1.1.1
+~~~~~~~~~~~~~
+
+* Development release
+* Changes:
+ - Add new idevicebackup2 tool for full backup and restore support on iOS 4+
+ - Add a workaround for a bug in iOS 4.3 affecting lockdown_get_value() which
+ most prominently affected libgpod, gvfs, ideviceinfo and some other tools
+ - Read ProxyDeath message to preventing obsolete messages in device syslog
+ - Rework SWIG detection and includes
+ - Add new idevicedate tool to get or set the clock on iDevices
+ - API: Add mobilesync_clear_all_records_on_device()
+ - API: Change device_link_service_disconnect() to accept a message
+ - Add manpages for ideviceenterrecovery, idevicepair, idevicebackup2 and
+ idevicedate
+ - Add missing libgen.h include to silence compiler warnings
+ - Fix a segfault that might occour if locally stored certs could not be read
+ - Fix various memory leaks
+ - Update documentation
+* Python Bindings will get refactored completely
+* API is UNSTABLE
+
Version 1.1.0
~~~~~~~~~~~~~
@@ -22,6 +44,25 @@ Version 1.1.0
* Python Bindings will get refactored completely
* API is UNSTABLE
+Version 1.0.6
+~~~~~~~~~~~~~~~
+
+* Quick follow up release
+* Changes:
+ - Add ideviceenterrecovery which was missing in last release by accident
+
+Version 1.0.5
+~~~~~~~~~~~~~
+
+* Maintenance release of stable series
+* Changes:
+ - Add a workaround for a bug in iOS 4.3 affecting lockdown_get_value() which
+ most prominently affected libgpod, gvfs, ideviceinfo and some other tools
+ - Read ProxyDeath message to preventing obsolete messages in device syslog
+ - Rework SWIG detection and includes
+ - Add manpages for ideviceenterrecovery and idevicepair
+ - Add missing libgen.h include to silence compiler warnings
+
Version 1.0.4
~~~~~~~~~~~~~