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 @@
1Version 1.1.1
2~~~~~~~~~~~~~
3
4* Development release
5* Changes:
6 - Add new idevicebackup2 tool for full backup and restore support on iOS 4+
7 - Add a workaround for a bug in iOS 4.3 affecting lockdown_get_value() which
8 most prominently affected libgpod, gvfs, ideviceinfo and some other tools
9 - Read ProxyDeath message to preventing obsolete messages in device syslog
10 - Rework SWIG detection and includes
11 - Add new idevicedate tool to get or set the clock on iDevices
12 - API: Add mobilesync_clear_all_records_on_device()
13 - API: Change device_link_service_disconnect() to accept a message
14 - Add manpages for ideviceenterrecovery, idevicepair, idevicebackup2 and
15 idevicedate
16 - Add missing libgen.h include to silence compiler warnings
17 - Fix a segfault that might occour if locally stored certs could not be read
18 - Fix various memory leaks
19 - Update documentation
20* Python Bindings will get refactored completely
21* API is UNSTABLE
22
1Version 1.1.0 23Version 1.1.0
2~~~~~~~~~~~~~ 24~~~~~~~~~~~~~
3 25
@@ -22,6 +44,25 @@ Version 1.1.0
22* Python Bindings will get refactored completely 44* Python Bindings will get refactored completely
23* API is UNSTABLE 45* API is UNSTABLE
24 46
47Version 1.0.6
48~~~~~~~~~~~~~~~
49
50* Quick follow up release
51* Changes:
52 - Add ideviceenterrecovery which was missing in last release by accident
53
54Version 1.0.5
55~~~~~~~~~~~~~
56
57* Maintenance release of stable series
58* Changes:
59 - Add a workaround for a bug in iOS 4.3 affecting lockdown_get_value() which
60 most prominently affected libgpod, gvfs, ideviceinfo and some other tools
61 - Read ProxyDeath message to preventing obsolete messages in device syslog
62 - Rework SWIG detection and includes
63 - Add manpages for ideviceenterrecovery and idevicepair
64 - Add missing libgen.h include to silence compiler warnings
65
25Version 1.0.4 66Version 1.0.4
26~~~~~~~~~~~~~ 67~~~~~~~~~~~~~
27 68