summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 04:53:42 +0200
committerGravatar Martin Szulecki2020-06-04 04:53:42 +0200
commit0a54292828827b99db6faa84a0820b2ab2094f1d (patch)
tree6c0c35165f582d54fc005add0d37dbb7f4f46fcf
parent76b58295b986582f8ca2e8d2f08e0f6b593d0f6d (diff)
downloadideviceinstaller-0a54292828827b99db6faa84a0820b2ab2094f1d.tar.gz
ideviceinstaller-0a54292828827b99db6faa84a0820b2ab2094f1d.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27b36a1..03fb130 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
1Version 1.1.1
2~~~~~~~~~~~~~
3
4* Changes:
5 - Bump autoconf requirement to 2.64
6 - Bump libimobiledevice dependency to 1.2.0
7 - Bump libzip dependency to 0.10
8 - Ignore .DS_Store and hidden files when parsing ZIP files
9 - Fix device removal detection triggering on any device unplug
10 - Improve excessive progress output
11 - Return non-zero exit status on errors
12 - Remove length check on UDID argument to support newer devices
13 - Fix win32 build
14 - Add "-n" option to make waiting on install/uninstall notification optional
15 - Ignore SIGPIPE signal
16
1Version 1.1.0 17Version 1.1.0
2~~~~~~~~~~~~~ 18~~~~~~~~~~~~~
3 19