diff --git a/Makefile b/Makefile index a09df59..b2f280f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # TMPDIR ?= /tmp DIST_PREFIX = ${TMPDIR} -VERSION = 4.6.1 +VERSION = 4.6.2 DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/') BASE = xen-tools VCS = git diff --git a/NEWS.markdown b/NEWS.markdown index bbb4f50..841e201 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -1,3 +1,22 @@ +xen-tools 4.6.2 (released 23 Dec 2015) +====================================== + +Bug Fixes +--------- + +* Make t/hooks-inittab.t using its own copy of the generic + /etc/inittab for testing instead of using the system one's. (GH#36, + should fix autopkgtest on systems with modified /etc/inittab) +* Fix unescaped braces (deprecated since Perl 5.22) in + t/plugin-checks.t. + +Other changes +------------- + +* Support for using pygrub from /usr/local/bin/pygrub. +* Typo fixes. + + xen-tools 4.6.1 (released 24 Oct 2015) ====================================== diff --git a/bin/xen-create-image b/bin/xen-create-image index 496fa10..9163776 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -859,7 +859,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; # diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index 90b5a14..a3ec217 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.6.1'; +my $RELEASE = '4.6.2'; # store version number away. diff --git a/bin/xen-delete-image b/bin/xen-delete-image index a5663d1..a1858d8 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -163,7 +163,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; # diff --git a/bin/xen-list-images b/bin/xen-list-images index b8cc043..d220b0a 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg'; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; diff --git a/bin/xen-resize-guest b/bin/xen-resize-guest index 8e79034..284c541 100755 --- a/bin/xen-resize-guest +++ b/bin/xen-resize-guest @@ -111,7 +111,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; # diff --git a/bin/xen-update-image b/bin/xen-update-image index 7998936..4e259b5 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -113,7 +113,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; # diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 8622660..6f46ed1 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.6.1'; +my $RELEASE = '4.6.2'; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 72bb665..ee1b3fc 100755 --- a/bin/xt-customize-image +++ b/bin/xt-customize-image @@ -100,7 +100,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; diff --git a/bin/xt-guess-suite-and-mirror b/bin/xt-guess-suite-and-mirror index ed95432..498a47f 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.6.1'; +my $RELEASE = '4.6.2'; # Init my $mirror = ''; diff --git a/bin/xt-install-image b/bin/xt-install-image index 4d37351..9765896 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -113,7 +113,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '4.6.1'; +my $RELEASE = '4.6.2'; # diff --git a/debian/changelog b/debian/changelog index 152a685..6af45b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,22 @@ -xen-tools (4.6.2~dev-1) UNRELEASED; urgency=medium +xen-tools (4.6.2-1) unstable; urgency=medium + + * New upstream bugfix release - * New upstream development release [ Pierre Olivier ] + Added /usr/local/bin/pygrub to the end of the pygrub search path. + [ nirgal ] + Fixed typo in initramfs comment - * Support checking upstream GPG signature in debian/watch. - * Make t/hooks-inittab.t using its own copy of the generic /etc/inittab - for testing instead of using the system one's. (GH#36, should fix - autopkgtest on systems with modified /etc/inittab) - * Fix unescaped braces (deprecated with Perl 5.22) in t/plugin-checks.t. - -- Axel Beckert Sat, 24 Oct 2015 02:37:47 +0200 + [ Axel Beckert ] + + Make t/hooks-inittab.t using its own copy of the generic /etc/inittab + for testing instead of using the system one's. (GH#36, should fix + autopkgtest on systems with modified /etc/inittab) + + Fix unescaped braces (deprecated with Perl 5.22) in t/plugin-checks.t. + + * Support checking upstream GPG signature in debian/watch. + + -- Axel Beckert Wed, 23 Dec 2015 18:05:54 +0100 xen-tools (4.6.1-1) unstable; urgency=medium