From 94c4de49a01696b6ebd70af574a0b8cb2dd344db Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 29 Apr 2020 16:05:14 +0100 Subject: [PATCH] Update to v0.14 --- Makefile | 2 +- RELEASE_NOTES | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1bb6f20..4fbdda8a 100644 --- a/Makefile +++ b/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) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2cfcb9ab..f86b1585 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,17 @@ ** Keir Fraser ************************************ +** 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