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

Commit

Permalink
Release version 2.6
Browse files Browse the repository at this point in the history
Change-Id: Ic0aba0b20847454b35c7dee9d50dccdbd2cf11fa
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
  • Loading branch information
dedekind committed Aug 16, 2013
1 parent 237a62d commit 622b286
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 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.5"
VERSION = "2.6"

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

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

-- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Tue, 13 Aug 2013 14:53:49 +0300

bmap-tools (2.5) unstable; urgency=low

* Do not fail when lacking permisssions for accessing block device's sysfs
Expand Down
3 changes: 3 additions & 0 deletions packaging/bmap-tools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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.

Mon Aug 5 07:05:59 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.5-1
- Do not fail when lacking permisssions for accessing block device's sysfs
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.5
Version: 2.6

%if 0%{?opensuse_bs}
Release: %{rc_str}.<CI_CNT>.<B_CNT>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
description="Bmap tools",
author="Artem Bityutskiy",
author_email="artem.bityutskiy@linux.intel.com",
version="2.5",
version="2.6",
scripts=['bmaptool'],
packages=find_packages(exclude=["test*"]),
license='GPLv2',
Expand Down

0 comments on commit 622b286

Please # to comment.