summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS53
1 files changed, 53 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..0a911b4
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,53 @@
1Version 1.0.0
2~~~~~~~~~~~~~
3
4* Changes:
5 - Output basic device information after connecting
6 - Remove obsolete "in-tree" copy of libusb-1.0
7 - Improve source code directory structure
8 - Clean up and update of build system files
9 - Major code refactoring
10 - Add getters to retrieve device model information
11 - Change exploit related wording to more accurate limera1n
12 - Various improvements/fixes for win32 build
13 - Add support for latest device models
14 - Fix some memory leaks
15 - Add requirement for autoconf 2.64
16 - Update README file with project information
17 - Support IOKit on OSX (removes dependency on libusb)
18 - Add DFU mode error handling
19 - Add udev rules to allow non-root device access
20 - Support ECID in hex or decimal format
21 - Fix various compiler warnings
22 - Add device add/remove event subscription interface
23 - Convert README to markdown
24 - Print PWND string if present
25 - Add support for Apple T2 processors
26 - Allow compiling without USB functionality
27 - Support checkra1n DFU mode devices
28 - Allow toggling debug level using "LIBIRECOVERY_DEBUG_LEVEL" environment
29 variable
30
31Version 0.1.1
32~~~~~~~~~~~~~
33
34* Changes:
35 - Add serial number and imei getters
36 - Improve USB communication stability
37 - Add support for WTF mode
38 - Add option to target device by ECID
39 - Add nonce getter
40 - Improve win32 device detection and mingw compatibility
41 - Add support for new device models
42 - Switch to autotools build system instead of plain Makefile
43 - Expose control and bulk transfer methods in public interface
44 - Improve maintainability of device model information
45 - Change license to LGPL 2.1
46
47Version 0.1.0
48~~~~~~~~~~~~~
49
50* Changes:
51 - Implement initial interface and device communication
52 - Add basic irecovery tool
53 - Setup build system