From: Michael McMaster Date: Sat, 29 Apr 2017 05:39:37 +0000 (+1000) Subject: Update changelog X-Git-Tag: v4.7.1~1 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=1bff0effdbb4fc94667f2c3241e7c4dbf5632755;p=SCSI2SD.git Update changelog --- diff --git a/CHANGELOG b/CHANGELOG index 00010ff..0102860 100644 --- 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 diff --git a/software/SCSI2SD/src/config.c b/software/SCSI2SD/src/config.c index c5172e9..18f476b 100755 --- a/software/SCSI2SD/src/config.c +++ b/software/SCSI2SD/src/config.c @@ -33,7 +33,7 @@ #include -static const uint16_t FIRMWARE_VERSION = 0x0470; +static const uint16_t FIRMWARE_VERSION = 0x0471; // 1 flash row static const uint8_t DEFAULT_CONFIG[256] =