Release version 2.3
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 6 May 2013 08:00:48 +0000 (11:00 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 7 May 2013 08:42:43 +0000 (11:42 +0300)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
debian/changelog
packaging/bmap-tools.changes
packaging/bmap-tools.dsc
packaging/bmap-tools.spec
setup.py

index f9c3318..5b8b265 100755 (executable)
--- a/bmaptool
+++ b/bmaptool
@@ -36,7 +36,7 @@ also contribute to the mapped blocks and are also copied. """
 #   * Too few public methods (R0903)
 # pylint: disable=R0903
 
-VERSION = "2.2"
+VERSION = "2.3"
 
 import argparse
 import sys
index 0338f7d..dd13c0b 100644 (file)
@@ -1,3 +1,9 @@
+bmap-tools (2.3-1) unstable; urgency=low
+
+  * Add bmap file SHA1 verification, make tests work on btrfs.
+
+ -- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Mon, 06 May 2013 10:58:32 +0300
+
 bmap-tools (2.2-1) unstable; urgency=low
 
   * Support username and password in URLs.
index e10c069..184ed50 100644 (file)
@@ -1,3 +1,6 @@
+Mon May  6 07:59:26 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.3-1
+-Add bmap file SHA1 verification, make tests work on btrfs.
+
 Mon Mar 11 12:42:03 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.2-1
 - Support username and password in URLs.
 
index 2613c9c..0bd4e53 100644 (file)
@@ -2,7 +2,7 @@ Format: 1.0
 Source: bmap-tools
 Binary: bmap-tools
 Architecture: all
-Version: 2.2-1
+Version: 2.3-1
 Maintainer: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
 Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 7), python-all, python-distribute
index 256a347..7c913ea 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       bmap-tools
 Summary:    Bmap Tools
-Version:    2.2
+Version:    2.3
 Release:    %{rc_str}.<CI_CNT>.<B_CNT>
 Group:      Development/Tools/Other
 License:    GPL-2.0
index 5a3927b..3a0382e 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.2",
+    version = "2.3",
     scripts = ['bmaptool'],
     packages = find_packages(exclude = [ "test*" ]),
     license='GPLv2',