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] =