-
Notifications
You must be signed in to change notification settings - Fork 200
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
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
export FW_VER := 2.5a | ||
export FW_VER := 2.6a | ||
|
||
PROJ := FlashFloppy | ||
VER := v$(FW_VER) | ||
|
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,12 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v2.6a - 14 April 2019 | ||
- Fix feature breakages in v2.5a | ||
- SSD/DSD/TRD auto-extend feature | ||
- FF.CFG: eject-on-startup=yes feature | ||
- Update HxC Compat to v5-FF | ||
|
||
** v2.5a - 12 April 2019 | ||
- Fragment-offsets cache implemented at the FAT filesystem layer | ||
- Block cache implemented at the mass-storage volume layer | ||
|