Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed Aug 26, 2019
1 parent ee831c0 commit 3b7c999
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
### Fixed
- Fixed erase command.
- Fixed read bad block table command.

## [3.0.0] - 2019-09-26
### Added
- New board design. Support of internal clock in FW.
### Fixed
- Race condition in packet handling code.
12 changes: 9 additions & 3 deletions debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
nando (3.0.0-1ubuntu4) stable; urgency=medium

* New board design.

-- bogdan <[email protected]> Mon, 26 Aug 2019 21:00:00 +0300

nando (2.3.0-1ubuntu4) stable; urgency=medium

* Added version support. Added progress indicator for erase, read and write
commands. Fixed erase command. Fixed read bad block table command.

-- bogdan <bogdan@hp> Sun, 05 May 2019 21:15:57 +0300
-- Bogdan Bogush <bogdan[email protected]> Sun, 05 May 2019 21:15:57 +0300

nando (2.2.0-1ubuntu3) stable; urgency=medium

* Added Windows support. Implemented description of error codes.

-- bogdan <bogdan@hp> Sun, 28 Apr 2019 17:20:59 +0300
-- Bogdan Bogush <bogdan[email protected]> Sun, 28 Apr 2019 17:20:59 +0300

nando (2.1.0-1ubuntu2) stable; urgency=medium

* Implemented chip database. Fixed disconnect of the first connection.

-- bogdan <bogdan@hp> Tue, 16 Apr 2019 17:30:45 +0300
-- Bogdan Bogush <bogdan[email protected]> Tue, 16 Apr 2019 17:30:45 +0300

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

Expand Down
2 changes: 1 addition & 1 deletion debian/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME=nando
RELEASE=2.3.0
RELEASE=3.0.0
FULL_NAME=$BINARY_NAME-$RELEASE
TAR_NAME=$FULL_NAME.tar.gz
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions firmware/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef _VERSION_H_
#define _VERSION_H_

#define SW_VERSION_MAJOR 2
#define SW_VERSION_MINOR 3
#define SW_VERSION_MAJOR 3
#define SW_VERSION_MINOR 0
#define SW_VERSION_BUILD 0

#endif
2 changes: 1 addition & 1 deletion qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifndef VERSION_H
#define VERSION_H

#define SW_VERSION "2.3.0"
#define SW_VERSION "3.0.0"

#endif // VERSION_H

0 comments on commit 3b7c999

Please sign in to comment.