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 10a35e9b4933b107130e51a0ddb9cfe8afe08758..50eeea1ee8aa33b568730fd696d1b4e1c5c25f29 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 a1723ab2ccb3f801a75efcbc42c6d12eb22d4156..2b68ab4e6328acefc4d88857705a7ee0637d42ce 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 00d6adad2fdff2cf010a9cd7c54d438979106138..893fc7e64625f6e93a520ecef485b82e8ac48d06 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 94e851e402cf60b93af4685c91b8d0255b0efbe6..5d575f37369d96e162f0e8f8a2d65908c9b6b500 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 72fbd3637b387e32760392b3901edbcb03ee6c8f..cc864a9b3733f25c0f52b9bc06ef0944ca89f9d4 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',