1
0
mirror of synced 2026-01-25 03:16:15 +00:00

Release as 4.6.1

This commit is contained in:
Axel Beckert 2015-10-24 01:15:22 +02:00
parent 919f06c8e1
commit f5c88f830f
13 changed files with 37 additions and 14 deletions

View File

@ -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

View File

@ -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)
====================================

View File

@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';
#

View File

@ -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.

View File

@ -163,7 +163,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';
#

View File

@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';

View File

@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';
#

View File

@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';
#

View File

@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';

View File

@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';

View File

@ -79,7 +79,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';
# Init
my $mirror = '';

View File

@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';
#

6
debian/changelog vendored
View File

@ -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