Browse Source

Update to v0.14

Keir Fraser 4 years ago
parent
commit
94c4de49a0
2 changed files with 12 additions and 1 deletions
  1. 1 1
      Makefile
  2. 11 0
      RELEASE_NOTES

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 13
+export FW_MINOR := 14
 
 PROJ = Greaseweazle
 VER := v$(FW_MAJOR).$(FW_MINOR)

+ 11 - 0
RELEASE_NOTES

@@ -3,6 +3,17 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.14 - 29 April 2020
+ - IPF: Full write support (weak data, index misalignment)
+ - New GW commands: bandwidth, erase
+   - bandwidth: Measure USB read/write bandwidth
+   - erase: Erase a disk
+ - F7 USB: Improved bandwidth when writing to disk
+   - Much less likely to see FluxUnderflow failures
+ - update: Fix a bug which could fail to reopen the GW device for update
+ - update: Automatically find the update file if filename not specified
+ - Control script: Tidier notification of errors (no scary backtrace)
+
 ** v0.13 - 25 April 2020
  - HFE: Read & write support
  - IPF: Preliminary write support