Update changelog

This commit is contained in:
Michael McMaster 2017-04-29 15:39:37 +10:00
parent 63ef5824b1
commit 1bff0effdb
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -33,7 +33,7 @@
#include <string.h>
static const uint16_t FIRMWARE_VERSION = 0x0470;
static const uint16_t FIRMWARE_VERSION = 0x0471;
// 1 flash row
static const uint8_t DEFAULT_CONFIG[256] =