Start new debian/changelog entry, mention Dmitry's fix for #484652.
12 files changed:
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
-VERSION = 4.2rc1
+VERSION = 4.2rc2
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = $(shell if git ls-files > /dev/null; then echo git; \
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
# store version number away.
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
# Init
my $mirror = '';
#
# Release number.
#
-my $RELEASE = '4.2rc1';
+my $RELEASE = '4.2rc2';
#
+xen-tools (4.2~rc2-1) UNRELEASED; urgency=low
+
+ * New upstream release candidate
+ - Fixes several cases of broken or incomplete config files with
+ unexpected or seldom parameter combinations. (Closes: #484652)
+
+ -- Axel Beckert <abe@debian.org> Tue, 31 Aug 2010 00:30:04 +0200
+
xen-tools (4.2~rc1-1) unstable; urgency=low
[Axel Beckert]