diff --git a/Makefile b/Makefile index b9396479..38f749e3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export FW_MAJOR := 0 -export FW_MINOR := 9 +export FW_MINOR := 10 PROJ = Greaseweazle VER := v$(FW_MAJOR).$(FW_MINOR) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c59c6f3d..3611a789 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,12 @@ ** Keir Fraser ************************************ +** v0.10 - 17 January 2020 + - STM32F7xx: Multi-drive support via drive-select config option + - Up to three Shugart drives or two IBM/PC drives + - gw.py read|write --drive {a,b,0,1,2} + - See the "Drive Select" wiki page + ** v0.9 - 7 January 2020 - Activity LED - Lights while a USB-issued command is in progress