Release version 2.2 v2.2
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 11 Mar 2013 12:43:22 +0000 (14:43 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 11 Mar 2013 12:43:22 +0000 (14:43 +0200)
Change-Id: I6bc0773f3faff84e53d46d5997d419ed349ea26a
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool
debian/changelog
docs/RELEASE_NOTES
packaging/bmap-tools.changes
packaging/bmap-tools.dsc
packaging/bmap-tools.spec
setup.py

index 308a7f5..c1fd488 100755 (executable)
--- a/bmaptool
+++ b/bmaptool
@@ -32,7 +32,7 @@ all 4GiB of data. We say that it is a bit more than 100MiB because things like
 file-system meta-data (inode tables, superblocks, etc), partition table, etc
 also contribute to the mapped blocks and are also copied. """
 
-VERSION = "2.1"
+VERSION = "2.2"
 
 import argparse
 import sys
index a98033d..0338f7d 100644 (file)
@@ -1,3 +1,9 @@
+bmap-tools (2.2-1) unstable; urgency=low
+
+  * Support username and password in URLs.
+
+ -- Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Mon, 11 Mar 2013 14:40:17 +0200
+
 bmap-tools (2.1-1) unstable; urgency=low
 
   * Fix out of memory issues when copying .bz2 files.
index 82e3b03..5674fcb 100644 (file)
@@ -1,8 +1,8 @@
 Bug-fix release 2.2
 ~~~~~~~~~~~~~~~~~~~
 
-1. Taught bmaptool understand URLs which include user name and password
-   (https://user:password@server.com)
+1. Made bmaptool understand URLs which include user name and password
+   (the format is: https://user:password@server.com)
 
 
 Bug-fix release 2.1
index 8be74c3..e10c069 100644 (file)
@@ -1,3 +1,6 @@
+Mon Mar 11 12:42:03 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.2-1
+- Support username and password in URLs.
+
 Mon Feb 18 14:39:11 UTC 2013 - Artem Bityutskiy <artem.bityutskiy@linux.intel.com> 2.1-1
 - Fix out of memory issues when copying .bz2 files.
 
index 254e22a..2613c9c 100644 (file)
@@ -2,7 +2,7 @@ Format: 1.0
 Source: bmap-tools
 Binary: bmap-tools
 Architecture: all
-Version: 2.1-1
+Version: 2.2-1
 Maintainer: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
 Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 7), python-all, python-distribute
index db7551f..256a347 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       bmap-tools
 Summary:    Bmap Tools
-Version:    2.1
+Version:    2.2
 Release:    %{rc_str}.<CI_CNT>.<B_CNT>
 Group:      Development/Tools/Other
 License:    GPL-2.0
index a58b2a1..5a3927b 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.1",
+    version = "2.2",
     scripts = ['bmaptool'],
     packages = find_packages(exclude = [ "test*" ]),
     license='GPLv2',