From 622b286a032ec7a0e53bfdaff080f777f6fac820 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 13 Aug 2013 14:56:24 +0300 Subject: [PATCH] Release version 2.6 Change-Id: Ic0aba0b20847454b35c7dee9d50dccdbd2cf11fa Signed-off-by: Artem Bityutskiy --- bmaptool | 2 +- debian/changelog | 6 ++++++ packaging/bmap-tools.changes | 3 +++ packaging/bmap-tools.spec | 2 +- setup.py | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bmaptool b/bmaptool index 10a35e9..50eeea1 100755 --- a/bmaptool +++ b/bmaptool @@ -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 diff --git a/debian/changelog b/debian/changelog index a1723ab..2b68ab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes index 00d6ada..893fc7e 100644 --- a/packaging/bmap-tools.changes +++ b/packaging/bmap-tools.changes @@ -1,3 +1,6 @@ +Tue Aug 13 11:54:31 UTC 2013 - Artem Bityutskiy 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 2.5-1 - Do not fail when lacking permisssions for accessing block device's sysfs files. diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index 94e851e..5d575f3 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -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}.. diff --git a/setup.py b/setup.py index 72fbd36..cc864a9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( 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', -- 2.7.4