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

Commit 3a7766d

Browse files
committed
Release version 3.0
Change-Id: I7dbcefaf07eff13f1aca05a3fa30a135989acae9 Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent ee88d49 commit 3a7766d

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

bmaptool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ also contribute to the mapped blocks and are also copied.
4646
# * Too few public methods (R0903)
4747
# pylint: disable=R0903
4848

49-
VERSION = "2.6"
49+
VERSION = "3.0"
5050

5151
import argparse
5252
import sys

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
bmap-tools (3.0) unstable; urgency=low
2+
3+
* Switch from using SHA1 for checksumming to SHA256.
4+
* Start supporting OpenPGP signatures. Both detached and clearsign signatures
5+
are supported.
6+
* Always sync the image file before creating the bmap for it, to work-around
7+
kernel bugs in early FIEMAP implementations.
8+
9+
-- Artem Bityutskiy <[email protected]> Wed, 02 Oct 2013 09:30:22 +0300
10+
111
bmap-tools (2.6) unstable; urgency=low
212

313
* Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.

packaging/bmap-tools.changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Wed Oct 2 06:30:22 UTC 2013 - Artem Bityutskiy <[email protected]> 3.0-1
2+
- Switch from using SHA1 for checksumming to SHA256.
3+
- Start supporting OpenPGP signatures. Both detached and clearsign signatures
4+
are supported.
5+
- Always sync the image file before creating the bmap for it, to work-around
6+
kernel bugs in early FIEMAP implementations.
7+
18
Tue Aug 13 11:54:31 UTC 2013 - Artem Bityutskiy <[email protected]> 2.6-1
29
- Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.
310

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: 2.6
7+
Version: 3.0
88

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

0 commit comments

Comments
 (0)