From 4b54262d5885049b6ef2c9f912cb83fd554cdf21 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 7 Jan 2013 10:21:54 +0200 Subject: [PATCH] Pre-release 2.0-rc3 Change-Id: I54f2f8ed3401a67be28937708085c1c295ac95f2 Signed-off-by: Artem Bityutskiy --- RELEASE_NOTES | 2 +- bmaptool | 2 +- debian/changelog | 6 ++++++ packaging/bmap-tools.changes | 3 +++ packaging/bmap-tools.dsc | 2 +- packaging/bmap-tools.spec | 2 +- setup.py | 2 +- 7 files changed, 14 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 9a19419..13ee30c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -Pre-release 2.0-rc2 +Pre-release 2.0-rc3 ~~~~~~~~~~~~~~~~~~~ There are several user-visible changes in 'bmaptool copy': diff --git a/bmaptool b/bmaptool index fc11103..2d65497 100755 --- 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.0-rc2" +VERSION = "2.0-rc3" import argparse import sys diff --git a/debian/changelog b/debian/changelog index 7a32ba8..b64e152 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bmap-tools (2.0-0.rc3) unstable; urgency=low + + * Fix uncaught urllib2 exception bug introduced in rc1. + + -- Artem Bityutskiy Mon, 07 Jan 2013 10:19:49 +0200 + bmap-tools (2.0-0.rc2) unstable; urgency=low * Fix writing to block devices, which was broken in rc1. diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes index 9a32d4f..83f0f6d 100644 --- a/packaging/bmap-tools.changes +++ b/packaging/bmap-tools.changes @@ -1,3 +1,6 @@ +Mon Jan 7 08:20:37 UTC 2013 - Artem Bityutskiy 2.0-0.rc3 +- Fix uncaught urllib2 exception bug introduced in rc1. + Fri Jan 4 07:55:05 UTC 2013 - Artem Bityutskiy 2.0-0.rc2 - Fix writing to block devices, which was broken in rc1. - Make the informational messages a bit nicer. diff --git a/packaging/bmap-tools.dsc b/packaging/bmap-tools.dsc index a7079fa..0f00284 100644 --- a/packaging/bmap-tools.dsc +++ b/packaging/bmap-tools.dsc @@ -2,7 +2,7 @@ Format: 1.0 Source: bmap-tools Binary: bmap-tools Architecture: all -Version: 2.0-0.rc2 +Version: 2.0-0.rc3 Maintainer: Artem Bityutskiy Standards-Version: 3.8.4 Build-Depends: debhelper (>= 7), python-all, python-distribute diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index 5b36ebb..8372b50 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -1,6 +1,6 @@ # We follow the Fedora guide for versioning. Fedora recommends to use something # like '1.0-0.rc7' for release candidate rc7 and '1.0-1' for the '1.0' release. -%define rc_num 2 +%define rc_num 3 %define rc_str %{?rc_num:0.rc%{rc_num}}%{!?rc_num:1} Name: bmap-tools diff --git a/setup.py b/setup.py index 1840ba1..8597f82 100644 --- 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.0-rc2", + version = "2.0-rc3", scripts = ['bmaptool'], packages = find_packages(exclude = [ "test*" ]), license='GPLv2', -- 2.7.4