summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS46
1 files changed, 44 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7f88cee..21b9b32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,58 @@
1Version 1.1.0 1Version 1.1.0
2~~~~~~~~~~~~~ 2~~~~~~~~~~~~~
3 3
4* Development release
4* Changes: 5* Changes:
5 - Implement restoring backups using idevicebackup 6 - Implement restoring backups using idevicebackup
6 - Allow connecting without pairing with ideviceinfo 7 - Allow connecting without pairing using "ideviceinfo -s"
7 - Add idevicepair tool to manage pairings
8 - Add ideviceenterrecovery tool 8 - Add ideviceenterrecovery tool
9 - Add mobilesync service implementation 9 - Add mobilesync service implementation
10 - Add restored service implementation for restore mode 10 - Add restored service implementation for restore mode
11 - Add home_arrest service implementation for document sharing
12 - Add API afc_client_new_from_connection()
13 - Support to fetch wallpaper in sbservices
14 - Support for formatVersion 2 of iOS 4+ in sbservices
15 - Add new lockdownd domains to ideviceinfo
16 - Give the device time to prepare backup data to prevent abort
17 - Improve idevicebackup output
18 - notification_proxy fixes and new notification type
11 - Silence some 64bit compiler warnings 19 - Silence some 64bit compiler warnings
12 - Fix various memory leaks 20 - Fix various memory leaks
13 - Update documentation 21 - Update documentation
22* Python Bindings will get refactored completely
23* API is UNSTABLE
24
25Version 1.0.4
26~~~~~~~~~~~~~
27
28* Maintenance release of stable series
29* Changes:
30 - Fix a possible crash in lockdownd_client_new_with_handshake()
31 - Do not not check for Swig/Python if --without-swig is set
32 - Fail with an error message if libgcrypt is not found
33 - Pass host certificate with GNUTLS correctly
34 - Fix connecting to iOS 4.2.1+ devices
35
36Version 1.0.3
37~~~~~~~~~~~~~
38
39* Maintenance release of stable series
40* Changes:
41 - Terminate idevicesyslog on receive errors (like device unplug)
42 - Bugfixes for idevicebackup tool
43 - Hopefully the last fixes for big endian machines
44 - Build fixes for FreeBSD Python support
45 - Fix build on Mac OS X
46
47Version 1.0.2
48~~~~~~~~~~~~~
49
50* Maintenance release of stable series
51* Changes:
52 - Backport new idevicepair tool to manage pairings
53 - Fix a bug causing bad backup data
54 - Silence 64bit compiler warnings
55 - Plug some memory leaks
14 56
15Version 1.0.1 57Version 1.0.1
16~~~~~~~~~~~~~ 58~~~~~~~~~~~~~