Skip to content

Commit 3b7c999

Browse files
committed
Updated version
1 parent ee831c0 commit 3b7c999

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@
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.

debian/debian/changelog

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1+
nando (3.0.0-1ubuntu4) stable; urgency=medium
2+
3+
* New board design.
4+
5+
-- bogdan <[email protected]> Mon, 26 Aug 2019 21:00:00 +0300
6+
17
nando (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[email protected]> Sun, 05 May 2019 21:15:57 +0300
713

814
nando (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[email protected]> Sun, 28 Apr 2019 17:20:59 +0300
1319

1420
nando (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[email protected]> Tue, 16 Apr 2019 17:30:45 +0300
1925

2026
nando (2.0.0-1ubuntu1) stable; urgency=medium
2127

debian/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=2.3.0
2+
RELEASE=3.0.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55

firmware/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

qt/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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

0 commit comments

Comments
 (0)