-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** 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 | ||
|