summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog58
1 files changed, 49 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 99e690b..6a98b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+0.11:
+ o Fix suffix check regression on Windows with Large File Support
+ o Skip setting alternate interface when not needed
+ o Only clamp transfer size on Linux
+ o Quirk for GD32 leave request
+ o Improve status and error messages and exit codes
+ o dfuse: Process all alternate interfaces in a DfuSe file
+ o dfuse-pack.py: Fix alternate settings if first is 0
+
+ 2021-09-05 Tormod Volden <debian.tormod@gmail.com>
+
+0.10:
+ o New --wait option for devices to appear (Jörg Riechardt)
+ o New --devnum option to filter devices (Harald Welte)
+ o Support DFU_STATE_dfuMANIFEST_WAIT_RST (Jérôme Hamm)
+ o Support large files (Tormod Volden)
+ o Quirks for Jabra devices (Niels Skou Olsen)
+ o Quirks for OpenPICC, SIMtrace (Harald Welte)
+ o Quirks for GD32VF103 (Thomas Hebb)
+ o Fix numeric argument parsing (Timo Poikola)
+ o Improve alternate interface index matching (Aleks Chakin)
+ o Improve libusb error messages (Alex Mastro)
+ o Improve Stellaris firmware detection (Aleks Chakin)
+ o Improve warnings and debug output (Tormod Volden)
+ o Update manual page (Thomas Hebb)
+ o Manual pages for dfu-suffix and dfu-prefix (Tormod Volden)
+ o Usage text describes DfuSe modifiers (Uwe Bonnes)
+ o dfuse: Erase all pages before programming (Geoffrey Hausheer)
+ o dfuse: New "will-reset" option (Ievgenii Meshcheriakov)
+ o dfuse: Allow 0 as start address (Xavier Domont)
+ o dfuse: Workaround for Black Magic Probe issue (Tormod Volden)
+ o dfuse: Workaround for STM32L4 page erase stalls (Tormod Volden)
+ o dfuse-pack.py: Set (multiple) alternate interfaces (Tormod Volden)
+ o dfuse-pack.py: S19 and ihex support (Thilo Cestonaro)
+ o dfuse-pack.py: Intel HEX multi-segment index fix (Colin Parker)
+ o dfuse-pack.py: Correct DFUImageSize (Hendry Kaak)
+ o dfuse-pack.py: Python 3 compatibility (Michael Everitt)
+
+ 2020-11-21 Tormod Volden <debian.tormod@gmail.com>
+
0.9:
o Reimplemented USBPATH support (Stefan Zehl)
o Better parsing of numeric arguments (Timo Poikola)
@@ -6,7 +46,7 @@
o Workaround for LPC DFU bootloader (Dirk Castelijns)
o Include example udev rules file (Tormod Volden)
-2016-02-08: Tormod Volden <debian.tormod@gmail.com>
+ 2016-02-08 Tormod Volden <debian.tormod@gmail.com>
0.8:
o New, separate dfu-prefix tool (Uwe Bonnes)
@@ -21,7 +61,7 @@
o dfuse-pack.py tool for .dfu files (Antonio Galeo)
o Many other fixes from many people
-2014-09-13: Tormod Volden <debian.tormod@gmail.com>
+ 2014-09-13 Tormod Volden <debian.tormod@gmail.com>
0.7:
o Support for TI Stellaris devices (Tommi Keisala)
@@ -32,7 +72,7 @@
o Arbitrary upload lengths
o "force" option for various possible (dangerous) overrides
-2012-10-07: Tormod Volden <debian.tormod@gmail.com>
+ 2012-10-07 Tormod Volden <debian.tormod@gmail.com>
0.6:
o Add detach mode (Stefan Schmidt)
@@ -53,7 +93,7 @@
an error about it. (Tormod Volden)
o Add quirk for Maple since it reports wrong DFU version (Tormod Volden)
-2012-04-22: Stefan Schmidt <stefan@datenfreihafen.org>
+ 2012-04-22 Stefan Schmidt <stefan@datenfreihafen.org>
0.5:
o DfuSe extension support for ST devices (Tormod Volden)
@@ -61,7 +101,7 @@
Volden)
o Internal cleanup and some manual page fixes (Tormod Volden)
-2011-11-02: Stefan Schmidt <stefan@datenfreihafen.org>
+ 2011-11-02 Stefan Schmidt <stefan@datenfreihafen.org>
0.4:
o Rework to use libusb-1.0 (Stefan Schmidt)
@@ -70,12 +110,12 @@
o More flexible -d vid:pid parsing (Tormod Volden)
o Many bug fixes and cleanups
-2011-07-20: Stefan Schmidt <stefan@datenfreihafen.org>
+ 2011-07-20 Stefan Schmidt <stefan@datenfreihafen.org>
0.3:
o quirks: Add OpenOCD to the poll timeout quirk table.
-2010-12-22: Stefan Schmidt <stefan@datenfreihafen.org>
+ 2010-12-22 Stefan Schmidt <stefan@datenfreihafen.org>
0.2:
o Fix some typos on the website and the README (Antonio Ospite, Uwe
@@ -95,9 +135,9 @@
o Print out in which direction we are transferring data
o Abort in upload if the file already exists
-2010-11-17 Stefan Schmidt <stefan@datenfreihafen.org>
+ 2010-11-17 Stefan Schmidt <stefan@datenfreihafen.org>
0.1:
Initial release
-2010-05-23 Stefan Schmidt <stefan@datenfreihafen.org>
+ 2010-05-23 Stefan Schmidt <stefan@datenfreihafen.org>