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 20
20
- Added description of error codes.
21
21
### Fixed
22
22
- 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.
23
30
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
+
1
8
nando (2.2.0-1ubuntu3) stable; urgency=medium
2
9
3
10
* Added Windows support. Implemented description of error codes.
Original file line number Diff line number Diff line change 1
1
BINARY_NAME=nando
2
- RELEASE=2.2 .0
2
+ RELEASE=2.3 .0
3
3
FULL_NAME=$BINARY_NAME -$RELEASE
4
4
TAR_NAME=$FULL_NAME .tar.gz
5
5
EMAIL=bogdan.s.bogush@gmail.com
Original file line number Diff line number Diff line change 2
2
#define _VERSION_H_
3
3
4
4
#define SW_VERSION_MAJOR 2
5
- #define SW_VERSION_MINOR 2
5
+ #define SW_VERSION_MINOR 3
6
6
#define SW_VERSION_BUILD 0
7
7
8
8
#endif
Original file line number Diff line number Diff line change 6
6
#ifndef VERSION_H
7
7
#define VERSION_H
8
8
9
- #define SW_VERSION "2.2 .0"
9
+ #define SW_VERSION "2.3 .0"
10
10
11
11
#endif // VERSION_H
You can’t perform that action at this time.
0 commit comments