summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-15 20:22:16 +0200
committerGravatar Martin Szulecki2020-06-15 20:22:16 +0200
commitbcd0270cad62c8f75c7ad2d848f9b82c25261eb4 (patch)
tree710df2034dd30aa355d23f2c44b1d5b1d999d251
parent796bd3dbd36202d72a2c42f425164b23c37fad75 (diff)
downloadideviceinstaller-bcd0270cad62c8f75c7ad2d848f9b82c25261eb4.tar.gz
ideviceinstaller-bcd0270cad62c8f75c7ad2d848f9b82c25261eb4.tar.bz2
Update NEWS with latest changes1.1.1
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 03fb130..f90b886 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,6 @@ Version 1.1.1
3 3
4* Changes: 4* Changes:
5 - Bump autoconf requirement to 2.64 5 - Bump autoconf requirement to 2.64
6 - Bump libimobiledevice dependency to 1.2.0
7 - Bump libzip dependency to 0.10 6 - Bump libzip dependency to 0.10
8 - Ignore .DS_Store and hidden files when parsing ZIP files 7 - Ignore .DS_Store and hidden files when parsing ZIP files
9 - Fix device removal detection triggering on any device unplug 8 - Fix device removal detection triggering on any device unplug
@@ -13,6 +12,11 @@ Version 1.1.1
13 - Fix win32 build 12 - Fix win32 build
14 - Add "-n" option to make waiting on install/uninstall notification optional 13 - Add "-n" option to make waiting on install/uninstall notification optional
15 - Ignore SIGPIPE signal 14 - Ignore SIGPIPE signal
15 - Add "--network" and "--version" options to ideviceactivation tool
16 - Bump libimobiledevice dependency to 1.3.0
17 - Bump libplist dependency to 2.2.0
18 - Improve README.md with project description, installation, contributing and
19 usage sections
16 20
17Version 1.1.0 21Version 1.1.0
18~~~~~~~~~~~~~ 22~~~~~~~~~~~~~