Release version 2.6
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 13 Aug 2013 11:56:24 +0000 (14:56 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 16 Aug 2013 09:41:05 +0000 (12:41 +0300)
Change-Id: Ic0aba0b20847454b35c7dee9d50dccdbd2cf11fa
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
debian/changelog
packaging/bmap-tools.changes
packaging/bmap-tools.spec
setup.py

index 10a35e9..50eeea1 100755 (executable)
--- 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
index a1723ab..2b68ab4 100644 (file)
@@ -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
index 00d6ada..893fc7e 100644 (file)
@@ -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.
index 94e851e..5d575f3 100644 (file)
@@ -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>
index 72fbd36..cc864a9 100644 (file)
--- 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',