File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2020- Added description of error codes.
2121### Fixed
2222- Fixed multiple prints of read ID completed log message.
23+ ## [ 2.3.0] - 2019-05-05
24+ ### Added
25+ - Version support.
26+ - Added progress indicator for erase, read and write commands.
27+ ### Fixed
28+ - Fixed erase command.
29+ - Fixed read bad block table command.
2330
Original file line number Diff line number Diff line change 1+ nando (2.3.0-1ubuntu4) stable; urgency=medium
2+
3+ * Added version support. Added progress indicator for erase, read and write
4+ commands. Fixed erase command. Fixed read bad block table command.
5+
6+ -- bogdan <bogdan@hp> Sun, 05 May 2019 21:15:57 +0300
7+
18nando (2.2.0-1ubuntu3) stable; urgency=medium
29
310 * Added Windows support. Implemented description of error codes.
Original file line number Diff line number Diff line change 11BINARY_NAME=nando
2- RELEASE=2.2 .0
2+ RELEASE=2.3 .0
33FULL_NAME=$BINARY_NAME -$RELEASE
44TAR_NAME=$FULL_NAME .tar.gz
55
Original file line number Diff line number Diff line change 22#define _VERSION_H_
33
44#define SW_VERSION_MAJOR 2
5- #define SW_VERSION_MINOR 2
5+ #define SW_VERSION_MINOR 3
66#define SW_VERSION_BUILD 0
77
88#endif
Original file line number Diff line number Diff line change 66#ifndef VERSION_H
77#define VERSION_H
88
9- #define SW_VERSION "2.2 .0"
9+ #define SW_VERSION "2.3 .0"
1010
1111#endif // VERSION_H
You can’t perform that action at this time.
0 commit comments