summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-14 19:26:08 +0200
committerGravatar Martin Szulecki2014-10-14 19:26:08 +0200
commitf0fd27511fc13adacfec139eadb4d08ffbad0d4d (patch)
tree348ea58f0d5c4d4d3b253355b55c2dbcfc3bc748 /NEWS
parentc7ca815ae1cae9c146b7704c14b65300a6587647 (diff)
downloadideviceinstaller-f0fd27511fc13adacfec139eadb4d08ffbad0d4d.tar.gz
ideviceinstaller-f0fd27511fc13adacfec139eadb4d08ffbad0d4d.tar.bz2
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8aebf7d..27b36a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
1Version 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
1Version 1.0.1 35Version 1.0.1
2~~~~~~~~~~~~~ 36~~~~~~~~~~~~~
3 37