]> localhost Git - SCSI2SD.git/commitdiff
Update changelog
authorMichael McMaster <michael@codesrc.com>
Sat, 29 Apr 2017 05:39:37 +0000 (15:39 +1000)
committerMichael McMaster <michael@codesrc.com>
Sat, 29 Apr 2017 05:39:37 +0000 (15:39 +1000)
CHANGELOG
software/SCSI2SD/src/config.c

index 00010ff1bb9153ff4307f713094fb485c3c201af..01028606ba5c88976d0ede2f85c7d9ee14263874 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+20170429               4.7.1
+       - Fix scsi2sd-util size and sector-size inputs
+       - Fix crash when configured scsi disk starting sector is less than
+       SD card size
+
 20170312               4.7
        - Fix bug in SCSI Inquiry command for SCSI2 hosts
        - Added OMTI host quirks mode
index c5172e9c2a148715bf4e3e7269e61afaa92ed668..18f476bd7e33fb6fb9c70e86a63a76bd99dee3e3 100755 (executable)
@@ -33,7 +33,7 @@
 \r
 #include <string.h>\r
 \r
-static const uint16_t FIRMWARE_VERSION = 0x0470;\r
+static const uint16_t FIRMWARE_VERSION = 0x0471;\r
 \r
 // 1 flash row\r
 static const uint8_t DEFAULT_CONFIG[256] =\r