summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5569228..59df5a7 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,6 @@ Version 1.0.0
13 - Add support for latest device models 13 - Add support for latest device models
14 - Fix some memory leaks 14 - Fix some memory leaks
15 - Add requirement for autoconf 2.64 15 - Add requirement for autoconf 2.64
16 - Update README file with project information
17 - Support IOKit on OSX (removes dependency on libusb) 16 - Support IOKit on OSX (removes dependency on libusb)
18 - Add DFU mode error handling 17 - Add DFU mode error handling
19 - Add udev rules to allow non-root device access 18 - Add udev rules to allow non-root device access
@@ -27,7 +26,15 @@ Version 1.0.0
27 - Support checkra1n DFU mode devices 26 - Support checkra1n DFU mode devices
28 - Allow toggling debug level using "LIBIRECOVERY_DEBUG_LEVEL" environment 27 - Allow toggling debug level using "LIBIRECOVERY_DEBUG_LEVEL" environment
29 variable 28 variable
30 - Rename pkg-config file to "libirecovery-1.0.pc" adding major version number 29 - Add long argument name variants to irecovery
30 - Add new "--version" argument to irecovery
31 - Add support for Apple Watch 1st gen devices
32 - Add support for missing iPad4,3 model and fix wrong device information
33 iPad7 variants
34 - Improve README.md with project description, installation, contributing and
35 usage sections
36 - Rename library and all related files by adding an API version resulting
37 in "libirecovery-1.0"
31 38
32Version 0.1.1 39Version 0.1.1
33~~~~~~~~~~~~~ 40~~~~~~~~~~~~~