diff options
author | Martin Szulecki | 2014-10-03 16:59:32 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-03 16:59:32 +0200 |
commit | 820137e5f50f544900032532b0abb829b282f7ef (patch) | |
tree | 19f35b37f955676919609b13ab188275305e5ead /NEWS | |
parent | e7f91350a4ccd717bfb66704e7cb0f65114f2a8a (diff) | |
download | libimobiledevice-820137e5f50f544900032532b0abb829b282f7ef.tar.gz libimobiledevice-820137e5f50f544900032532b0abb829b282f7ef.tar.bz2 |
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -3,19 +3,31 @@ Version 1.1.7 * Development release "Cleaning up the yard." * Changes: - - ideviceimagemounter: Fix disk image upload with latest iOS - - ideviceprovision: Add new "dump" command to print information about a - provisioning profile + - Avoid exporting non-public symbols for better ABI stability + - Fix failing backup process for devices having a passcode set and entering + lock state during the process in idevicebackup2 + - API: Added lockdownd_start_service_with_escrow_bag() + - API: Added afc_remove_path_and_contents() for recursive deletion + - Fix last memory leak with OpenSSL through proper library deinitialization + - Add new idevicedebug tool to interact with debugserver on a device + - API: Add debugserver service implementation + - Handle new PermissionDenied error of file_relay due new security in iOS 8+ + - Fix retry loop problem when device requests 0 files in idevicebackup2 + - Add trust dialog related error codes to Cython bindings + - Fix various memory leaks in AFC implementation + - Fix disk image upload with latest iOS 8 in ideviceimagemounter + - Add new "dump" command to print information about a provisioning profile in + ideviceprovision - Refactor plist print helper code and move it into common module for better reuse accross the tools - Do not crash if retrieving the system buid fails - - API: Make generic propery list service client public + - API: Make generic "propery_list_service_client" public - Moved doc comments from private to public headers - Fix possible segfault when using lockdownd_get_value() due to always returning success - - idevicebackup: Do not read files entirely into memory during restore - - idevicebackup2: Plug a few memory leaksnd fix invalid password check - - idevicebackup2: Add support for file sizes > 4GB on Win32 + - Do not read files entirely into memory during restore in idevicebackup + - Plug a few memory leaks and fix invalid password check in idevicebackup2 + - Add support for file sizes > 4GB on Win32 in idevicebackup2 - Fix declaration for DllMain on Win32 - Silence various compiler warnings - Fix assert within pairing logic |