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 f9c33186e50d88908d17379ded2612952293443b..5b8b26511257912064f8ae3fdaaf882f289c04a1 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 0338f7de315a95dd6e00947d51b10105aac90e07..dd13c0be5567ee08d6e831fd94dc9d8eec778694 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 e10c0699554f8bf1a31236bff1be28c19e51ead0..184ed504c13d70aa0d4baaa3ed192ebb05cd7480 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 2613c9cade32228346e131c527266a9539da7ca0..0bd4e53eafb66e709bb14d58e32bfda5cd7cc257 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 256a347fbcfa5e4c21af770f2fc73c0903e1e65f..7c913eab7f103acd780c37b12b8fb2937d033fed 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 5a3927bc5393f972366fc72a0bbb788163eedd8a..3a0382e23723375f56a32b72a05381c258ca0e4b 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',