From 769f8e287ff415f9ceea903aac0ad23f5cabb0c6 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 7 Jun 2019 07:57:47 +0100 Subject: [PATCH] Update to v2.13 --- Makefile | 2 +- RELEASE_NOTES | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c36ff2d1..3ef89a42 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -export FW_VER := 2.12 +export FW_VER := 2.13 PROJ := FlashFloppy VER := v$(FW_VER) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index cce081cd..6af6ec8d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,11 @@ ** Keir Fraser ************************************ +** v2.13 - 7 June 2019 + - HFE: Fix read buffering error + - Update HxC Compat to v6-FF + - More robust error checking on writes + ** v2.12 - 2 June 2019 - HFEv3: Support flaky/weak bytes - LCD/OLED: Improve power-on initialisation robustness