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