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

Commit feb9c40

Browse files
committed
Release version 3.1
Change-Id: I0987e7a7ebf9cd82b883766c95e3132438d5757e Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent 092b034 commit feb9c40

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

bmaptool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ also contribute to the mapped blocks and are also copied.
5050
# pylint: disable=R0915
5151
# pylint: disable=R0912
5252

53-
VERSION = "3.0"
53+
VERSION = "3.1"
5454

5555
import argparse
5656
import sys

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
bmap-tools (3.1) unstable; urgency=low
2+
3+
* Change bmap format version from 1.4 to 2.0, because there are incompatible
4+
changes in 1.4 comparing to 1.3, so the right version number is 2.0
5+
* Add backward and forward bmap format compatibility unit-tests
6+
7+
-- Artem Bityutskiy <[email protected]> Thu, 07 Nov 2013 17:26:57 +0200
8+
19
bmap-tools (3.0) unstable; urgency=low
210

311
* Switch from using SHA1 for checksumming to SHA256.

packaging/bmap-tools.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Thu Nov 7 15:26:57 UTC 2013 - Artem Bityutskiy <[email protected]> 3.1-1
2+
- Change bmap format version from 1.4 to 2.0, because there are incompatible
3+
changes in 1.4 comparing to 1.3, so the right version number is 2.0
4+
- Add backward and forward bmap format compatibility unit-tests
5+
16
Wed Oct 2 06:30:22 UTC 2013 - Artem Bityutskiy <[email protected]> 3.0-1
27
- Switch from using SHA1 for checksumming to SHA256.
38
- Start supporting OpenPGP signatures. Both detached and clearsign signatures

packaging/bmap-tools.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

99
%if 0%{?opensuse_bs}
1010
Release: %{rc_str}.<CI_CNT>.<B_CNT>

0 commit comments

Comments
 (0)