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.0
Browse files Browse the repository at this point in the history
Change-Id: I7dbcefaf07eff13f1aca05a3fa30a135989acae9
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
  • Loading branch information
dedekind committed Oct 2, 2013
1 parent ee88d49 commit 3a7766d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bmaptool
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ also contribute to the mapped blocks and are also copied.
# * Too few public methods (R0903)
# pylint: disable=R0903

VERSION = "2.6"
VERSION = "3.0"

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

* Switch from using SHA1 for checksumming to SHA256.
* Start supporting OpenPGP signatures. Both detached and clearsign signatures
are supported.
* Always sync the image file before creating the bmap for it, to work-around
kernel bugs in early FIEMAP implementations.

-- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Wed, 02 Oct 2013 09:30:22 +0300

bmap-tools (2.6) unstable; urgency=low

* Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.
Expand Down
7 changes: 7 additions & 0 deletions packaging/bmap-tools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Wed Oct 2 06:30:22 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 3.0-1
- Switch from using SHA1 for checksumming to SHA256.
- Start supporting OpenPGP signatures. Both detached and clearsign signatures
are supported.
- Always sync the image file before creating the bmap for it, to work-around
kernel bugs in early FIEMAP implementations.

Tue Aug 13 11:54:31 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.6-1
- Add support for on-the-fly decompression of '.xz' and '.tar.xz' files.

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

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

0 comments on commit 3a7766d

Please # to comment.