File tree Expand file tree Collapse file tree 5 files changed +18
-8
lines changed
Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 2727### Fixed
2828- Fixed erase command.
2929- Fixed read bad block table command.
30-
30+ ## [ 3.0.0] - 2019-09-26
31+ ### Added
32+ - New board design. Support of internal clock in FW.
33+ ### Fixed
34+ - Race condition in packet handling code.
Original file line number Diff line number Diff line change 1+ nando (3.0.0-1ubuntu4) stable; urgency=medium
2+
3+ * New board design.
4+
5+ -- bogdan <bogdan.s.bogush@gmain.com> Mon, 26 Aug 2019 21:00:00 +0300
6+
17nando (2.3.0-1ubuntu4) stable; urgency=medium
28
39 * Added version support. Added progress indicator for erase, read and write
410 commands. Fixed erase command. Fixed read bad block table command.
511
6- -- bogdan <bogdan@hp > Sun, 05 May 2019 21:15:57 +0300
12+ -- Bogdan Bogush <bogdan.s.bogush@gmail.com > Sun, 05 May 2019 21:15:57 +0300
713
814nando (2.2.0-1ubuntu3) stable; urgency=medium
915
1016 * Added Windows support. Implemented description of error codes.
1117
12- -- bogdan <bogdan@hp > Sun, 28 Apr 2019 17:20:59 +0300
18+ -- Bogdan Bogush <bogdan.s.bogush@gmail.com > Sun, 28 Apr 2019 17:20:59 +0300
1319
1420nando (2.1.0-1ubuntu2) stable; urgency=medium
1521
1622 * Implemented chip database. Fixed disconnect of the first connection.
1723
18- -- bogdan <bogdan@hp > Tue, 16 Apr 2019 17:30:45 +0300
24+ -- Bogdan Bogush <bogdan.s.bogush@gmail.com > Tue, 16 Apr 2019 17:30:45 +0300
1925
2026nando (2.0.0-1ubuntu1) stable; urgency=medium
2127
Original file line number Diff line number Diff line change 11BINARY_NAME=nando
2- RELEASE=2.3 .0
2+ RELEASE=3.0 .0
33FULL_NAME=$BINARY_NAME -$RELEASE
44TAR_NAME=$FULL_NAME .tar.gz
55EMAIL=bogdan.s.bogush@gmail.com
Original file line number Diff line number Diff line change 11#ifndef _VERSION_H_
22#define _VERSION_H_
33
4- #define SW_VERSION_MAJOR 2
5- #define SW_VERSION_MINOR 3
4+ #define SW_VERSION_MAJOR 3
5+ #define SW_VERSION_MINOR 0
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.3 .0"
9+ #define SW_VERSION "3.0 .0"
1010
1111#endif // VERSION_H
You can’t perform that action at this time.
0 commit comments