From e1caf2566a081595d2cf76247ddabc86cfd6ea97 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 28 Oct 2013 22:39:03 +0100 Subject: [PATCH] Declare this as 4.4 RC1 --- Makefile | 2 +- bin/xen-create-image | 2 +- bin/xen-create-nfs | 2 +- bin/xen-delete-image | 2 +- bin/xen-list-images | 2 +- bin/xen-resize-guest | 2 +- bin/xen-update-image | 2 +- bin/xt-create-xen-config | 2 +- bin/xt-customize-image | 2 +- bin/xt-guess-suite-and-mirror | 2 +- bin/xt-install-image | 2 +- debian/changelog | 69 ++++++++++++++++++----------------- 12 files changed, 46 insertions(+), 45 deletions(-) diff --git a/Makefile b/Makefile index 9a400d7..dd378c5 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # TMP ?= /tmp DIST_PREFIX = ${TMP} -VERSION = 4.4beta1 +VERSION = 4.4rc1 DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/') BASE = xen-tools VCS = git diff --git a/bin/xen-create-image b/bin/xen-create-image index 9b5157a..677ec6b 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -841,7 +841,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index e876c7a..a98f594 100755 --- a/bin/xen-create-nfs +++ b/bin/xen-create-nfs @@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl'; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # store version number away. diff --git a/bin/xen-delete-image b/bin/xen-delete-image index a5123e0..1667d2a 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -164,7 +164,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # diff --git a/bin/xen-list-images b/bin/xen-list-images index 3ab5e84..37a483d 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg'; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; diff --git a/bin/xen-resize-guest b/bin/xen-resize-guest index 9608c1b..2637194 100755 --- a/bin/xen-resize-guest +++ b/bin/xen-resize-guest @@ -111,7 +111,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # diff --git a/bin/xen-update-image b/bin/xen-update-image index 9e64b41..4549767 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -113,7 +113,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index a47a741..df2b510 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg'; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 8b9a5cf..9208577 100755 --- a/bin/xt-customize-image +++ b/bin/xt-customize-image @@ -91,7 +91,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; diff --git a/bin/xt-guess-suite-and-mirror b/bin/xt-guess-suite-and-mirror index 32cff4f..df74224 100755 --- a/bin/xt-guess-suite-and-mirror +++ b/bin/xt-guess-suite-and-mirror @@ -79,7 +79,7 @@ use strict; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # Init my $mirror = ''; diff --git a/bin/xt-install-image b/bin/xt-install-image index 4edb4b5..d44f6aa 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -112,7 +112,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.4beta1'; +my $RELEASE = '4.4rc1'; # diff --git a/debian/changelog b/debian/changelog index 7d482d4..e562d3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,40 +1,41 @@ -xen-tools (4.4~dev-1) UNRELEASED; urgency=low +xen-tools (4.4~rc1-1) unstable; urgency=low - * Also switch from cdn.debian.net to http.debian.net in xen-tools.conf - * Do not run "passwd" via runCommand as that one captures STDOUT for - logging. Makes --passwd usable again. Thanks to Christian Herzog for - the bug report and Joan for a bug fix for my new - implementation. - * Loop around calling "passwd" to get a second chance to change the - password. (Closes: #703159) - + Add dependency on "libterm-ui-perl | perl (<< 5.17.0)" - * Declares one more POD encoding and recode Xen::Tools::Common to - UTF-8. Fixes FTBFS with Perl 5.18. (Finally closes: #720519) - * Apply patch by Philipp Erbelding to fix overzealous line matching in - xen-list-images. (Gitorious merge request #5) - * xen-list-images now displays a unit after the memory size - * Drop support for memory size in kilobytes in - xen-create-image, neither xt-create-xen-config nor xm support it. - * Refactoring: Replace all occurrences of "! -z" by "-n" in hooks and - bash completion. - * Handle potentially empty gateway setting properly in - hooks/common/40-setup-networking-deb. Thanks Simone Caruso! - * Reformat hooks/common/40-setup-networking-deb so that the result - neither has trailing whitespace nor broken indentation. - * Also display MAC address after the DomU has been created. - * Preliminary support for Ubuntu 14.04 Trusty Tahr. - * Added --maxmem flag to set a maximum value for dynamic memory - ballooning. Thanks to Joan for the patch! - * Added fix by Patryk Ściborek againsat disableStartStopDaemon() - aborting under some circumstances. (Closes: #725192) - * Abort early and with proper error message if "xen-delete-image --test" - is not used with "--dir". (Closes: #704878) - * xen-delete-image: Exit with return code != 0 in all error cases. - * Refactoring: xt-create-xen-config: Use s/// to strip trailing MB size - suffixes. + * New upstream release candidate + - Also switch from cdn.debian.net to http.debian.net in xen-tools.conf + - Do not run "passwd" via runCommand as that one captures STDOUT for + logging. Makes --passwd usable again. Thanks to Christian Herzog for + the bug report. + - Loop around calling "passwd" to get a second chance to change the + password. (Closes: #703159) Thanks to Joan for a + bug fix in this new code. + + Add dependency on "libterm-ui-perl | perl (<< 5.17.0)" + - Declares one more POD encoding and recode Xen::Tools::Common to + UTF-8. Fixes FTBFS with Perl 5.18. (Finally closes: #720519) + - Apply patch by Philipp Erbelding to fix overzealous line matching in + xen-list-images. (Gitorious merge request #5) + - xen-list-images now displays a unit after the memory size + - Drop support for memory size in kilobytes in xen-create-image, + neither xt-create-xen-config nor xm support it. + - Refactoring: Replace all occurrences of "! -z" by "-n" in hooks and + bash completion. + - Handle potentially empty gateway setting properly in + hooks/common/40-setup-networking-deb. Thanks Simone Caruso! + - Reformat hooks/common/40-setup-networking-deb so that the result + neither has trailing whitespace nor broken indentation. + - Also display MAC address after the DomU has been created. + - Preliminary support for Ubuntu 14.04 Trusty Tahr. + - Added --maxmem flag to set a maximum value for dynamic memory + ballooning. Thanks to Joan for the patch! + - Added fix by Patryk Ściborek againsat disableStartStopDaemon() + aborting under some circumstances. (Closes: #725192) + - Abort early and with proper error message if "xen-delete-image + --test" is not used with "--dir". (Closes: #704878) + - xen-delete-image: Exit with return code != 0 in all error cases. + - Refactoring: xt-create-xen-config: Use s/// to strip trailing MB + size suffixes. * Bump Standards-Version to 3.9.5 (no changes). - -- Axel Beckert Fri, 23 Aug 2013 21:13:07 +0200 + -- Axel Beckert Mon, 28 Oct 2013 22:31:03 +0100 xen-tools (4.4~beta1-1) unstable; urgency=low