Prepare release 4.6.2
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@@ -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)
|
||||
======================================
|
||||
|
||||
|
||||
@@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -163,7 +163,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.1';
|
||||
my $RELEASE = '4.6.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
21
debian/changelog
vendored
21
debian/changelog
vendored
@@ -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 <abe@debian.org> 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 <abe@debian.org> Wed, 23 Dec 2015 18:05:54 +0100
|
||||
|
||||
xen-tools (4.6.1-1) unstable; urgency=medium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user