]> localhost Git - SCSI2SD-V6.git/commitdiff
Prepare for release v6.2.5
authorMichael McMaster <michael@codesrc.com>
Wed, 29 May 2019 12:10:55 +0000 (22:10 +1000)
committerMichael McMaster <michael@codesrc.com>
Wed, 29 May 2019 12:10:55 +0000 (22:10 +1000)
CHANGELOG
src/firmware/config.c

index a30aa5e1543b73ed5e43b636c0901f97120213a3..f30692b85277d743dc8ea8f83e399c1b9130a078 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
-20190502               6.2.4
+20190529               6.2.5
+       - Add scsi mode page 0 support
+       - Fix SD card hotswap bug when the SCSI host is constantly polling
+
+20190502               6.2.4 (Beta)
        - Port XEBEC support from v5 firmware
        - Add Flexible Disk Drive Geometry SCSI MODE page
        - Stability improvements
index 442a9fa77e3c528dbc2839d3612ebd24be87a96d..0ea55b2b8437ee4f0058b6b5ca085f6766b9fdf5 100755 (executable)
@@ -37,7 +37,7 @@
 \r
 #include <string.h>\r
 \r
-static const uint16_t FIRMWARE_VERSION = 0x0624;\r
+static const uint16_t FIRMWARE_VERSION = 0x0625;\r
 \r
 // 1 flash row\r
 static const uint8_t DEFAULT_CONFIG[128] =\r