summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-06-13 16:49:50 +0200
committerGravatar Martin Szulecki2014-06-13 16:49:50 +0200
commit5b075e0c309db2290d02c862b975be2c90158ff7 (patch)
tree735f459b61e7a64cacbc9f9071a150c4c41ebe29
parent085624ec8fd5187026c9813d71c2ecc527f62091 (diff)
downloadlibimobiledevice-5b075e0c309db2290d02c862b975be2c90158ff7.tar.gz
libimobiledevice-5b075e0c309db2290d02c862b975be2c90158ff7.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 694f22d..af23c35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
1Version 1.1.7
2~~~~~~~~~~~~~
3
4* Development release "Cleaning up the yard."
5* Changes:
6 - ideviceimagemounter: Fix disk image upload with latest iOS
7 - ideviceprovision: Add new "dump" command to print information about a
8 provisioning profile
9 - Refactor plist print helper code and move it into common module for better
10 reuse accross the tools
11 - Do not crash if retrieving the system buid fails
12 - API: Make generic propery list service client public
13 - Moved doc comments from private to public headers
14 - Fix possible segfault when using lockdownd_get_value() due to always
15 returning success
16 - idevicebackup: Do not read files entirely into memory during restore
17 - idevicebackup2: Plug a few memory leaksnd fix invalid password check
18 - idevicebackup2: Add support for file sizes > 4GB on Win32
19 - Fix declaration for DllMain on Win32
20 - Silence various compiler warnings
21 - Fix assert within pairing logic
22* API is UNSTABLE
23
1Version 1.1.6 24Version 1.1.6
2~~~~~~~~~~~~~ 25~~~~~~~~~~~~~
3 26