diff options
| -rw-r--r-- | NEWS | 34 |
1 files changed, 34 insertions, 0 deletions
| @@ -1,3 +1,37 @@ | |||
| 1 | Version 1.1.0 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | * Changes: | ||
| 5 | - Fix installation of archives which are missing app directory zip file entry | ||
| 6 | - Return non-zero exit status (128) when device error occurs | ||
| 7 | - Add error checking for readlink use | ||
| 8 | - Add support for installing from directories which contain symlinks | ||
| 9 | - Plug a few memory leaks | ||
| 10 | - Print AFC error code if writing fails | ||
| 11 | - Fix possible buffer overflow with filename argument | ||
| 12 | - Increase transfer buffer size for faster file uploads | ||
| 13 | - Fix building with older libzip versions | ||
| 14 | - Swap "-u" and "-U" arguments and print deprecation warning if still used | ||
| 15 | - Improve error reporting on wrong usage | ||
| 16 | - Replace "iPhone" wording with more general term "iOS device" | ||
| 17 | - Remove waiting timeouts as they appear unreliable with large archives | ||
| 18 | - Don't wait for a notification during uninstall as there is none sometimes | ||
| 19 | - Improve command line output for more clarity and unification | ||
| 20 | - Detect device removal and abort operation in that case | ||
| 21 | - Turn some errors messages into warnings to not confuse users | ||
| 22 | - Support iOS 7 correctly by passing "CFBundleIdentifier" option | ||
| 23 | - Allow installation of developer apps by passing a ".app" directory | ||
| 24 | - Add compatibility for libimobiledevice >= 1.1.5 | ||
| 25 | - Fix file operations for WIN32 | ||
| 26 | - Fix wrong usage description for upgrade command | ||
| 27 | - Use CFBundleExecutable instead of CFBundleName to construct executable path | ||
| 28 | - Rename "uuid" to correct "udid" abbreviation as used in other tools | ||
| 29 | - Fix various issues with ZIP index and locating files in the archive | ||
| 30 | - Improve detection of Info.plist in application archives | ||
| 31 | - Fix compiler warnings | ||
| 32 | - Allow creating app archives with just the documents/user data | ||
| 33 | - Add support for CarrierBundle installation (.ipcc files) | ||
| 34 | |||
| 1 | Version 1.0.1 | 35 | Version 1.0.1 |
| 2 | ~~~~~~~~~~~~~ | 36 | ~~~~~~~~~~~~~ |
| 3 | 37 | ||
