Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Release version 3.1
Browse files Browse the repository at this point in the history
Change-Id: I0987e7a7ebf9cd82b883766c95e3132438d5757e
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
dedekind committed Nov 7, 2013
1 parent 092b034 commit feb9c40
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bmaptool
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ also contribute to the mapped blocks and are also copied.
# pylint: disable=R0915
# pylint: disable=R0912

VERSION = "3.0"
VERSION = "3.1"

import argparse
import sys
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
bmap-tools (3.1) unstable; urgency=low

* Change bmap format version from 1.4 to 2.0, because there are incompatible
changes in 1.4 comparing to 1.3, so the right version number is 2.0
* Add backward and forward bmap format compatibility unit-tests

-- Artem Bityutskiy <[email protected]> Thu, 07 Nov 2013 17:26:57 +0200

bmap-tools (3.0) unstable; urgency=low

* Switch from using SHA1 for checksumming to SHA256.
Expand Down
5 changes: 5 additions & 0 deletions packaging/bmap-tools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Thu Nov 7 15:26:57 UTC 2013 - Artem Bityutskiy <[email protected]> 3.1-1
- Change bmap format version from 1.4 to 2.0, because there are incompatible
changes in 1.4 comparing to 1.3, so the right version number is 2.0
- Add backward and forward bmap format compatibility unit-tests

Wed Oct 2 06:30:22 UTC 2013 - Artem Bityutskiy <[email protected]> 3.0-1
- Switch from using SHA1 for checksumming to SHA256.
- Start supporting OpenPGP signatures. Both detached and clearsign signatures
Expand Down
2 changes: 1 addition & 1 deletion packaging/bmap-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: bmap-tools
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
Version: 3.0
Version: 3.1

%if 0%{?opensuse_bs}
Release: %{rc_str}.<CI_CNT>.<B_CNT>
Expand Down

0 comments on commit feb9c40

Please sign in to comment.