diff options
author | Martin Szulecki | 2014-10-14 18:43:51 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 18:43:51 +0200 |
commit | 38e3baa822571e84e5969b16bf9ed87cf24bc8a8 (patch) | |
tree | 48d4cdc4346331c5e359d5338dcce668cc62fc16 | |
parent | 86ae9209737b0d83f71cb7903f5c2648939a15f5 (diff) | |
download | libimobiledevice-38e3baa822571e84e5969b16bf9ed87cf24bc8a8.tar.gz libimobiledevice-38e3baa822571e84e5969b16bf9ed87cf24bc8a8.tar.bz2 |
Update NEWS with latest changes
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ Version 1.1.7 * Development release "Cleaning up the yard." * Changes: + - Fix broken app args, environment handling and memory leaks in idevicedebug + - Make all tools print an error if lockdown connection fails + - Convert int16_t macro error types into enum for better type-checking and + for various debugging benefits - 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 |