Release as 4.6.1
This commit is contained in:
parent
919f06c8e1
commit
f5c88f830f
2
Makefile
2
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMPDIR ?= /tmp
|
||||
DIST_PREFIX = ${TMPDIR}
|
||||
VERSION = 4.6
|
||||
VERSION = 4.6.1
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
|
||||
@ -1,3 +1,26 @@
|
||||
xen-tools 4.6.1 (released 24 Oct 2015)
|
||||
======================================
|
||||
|
||||
Distribution Releases Changes
|
||||
-----------------------------
|
||||
|
||||
* Preliminary support for Ubuntu 16.04 LTS Xenial Xerus.
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* Fix Perl warning in t/hook-inittab.t if /etc/inittab isn't present.
|
||||
|
||||
Other Changes
|
||||
-------------
|
||||
|
||||
* Declare GitHub as primary hosting.
|
||||
* Integrate BUGS.markdown into README.markdown, move remaining
|
||||
contents of KNOWN_BUGS.markdown to the GitHub issue tracker.
|
||||
* Minor README improvements.
|
||||
* Neither use $#array in boolean context nor @array = undef anymore.
|
||||
|
||||
|
||||
xen-tools 4.6 (released 20 Jul 2015)
|
||||
====================================
|
||||
|
||||
|
||||
@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -163,7 +163,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6';
|
||||
my $RELEASE = '4.6.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,6 +1,6 @@
|
||||
xen-tools (4.6+dev-1) UNRELEASED; urgency=medium
|
||||
xen-tools (4.6.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream SNAPSHOT
|
||||
* New upstream bugfix release
|
||||
+ Declare GitHub as primary hosting.
|
||||
+ Integrate BUGS.markdown into README.markdown, move remaining
|
||||
contents of KNOWN_BUGS.markdown to the GitHub issue tracker.
|
||||
@ -13,7 +13,7 @@ xen-tools (4.6+dev-1) UNRELEASED; urgency=medium
|
||||
/etc/bash_completion.d/xen-tools properly.
|
||||
* Fix typo in previous changelog entry.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Tue, 21 Jul 2015 12:04:41 +0200
|
||||
-- Axel Beckert <abe@debian.org> Sat, 24 Oct 2015 01:13:08 +0200
|
||||
|
||||
xen-tools (4.6-1) unstable; urgency=low
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user