Release as xen-tools 4.7
Also upload to Debian as 4.7-1.
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@
|
||||
#
|
||||
TMPDIR ?= /tmp
|
||||
DIST_PREFIX = ${TMPDIR}
|
||||
VERSION = 4.6.2
|
||||
VERSION = 4.7
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
xen-tools 4.6.3 (released NOT YET)
|
||||
==================================
|
||||
xen-tools 4.7 (released 23 Jan 2017)
|
||||
====================================
|
||||
|
||||
New Features
|
||||
------------
|
||||
|
||||
@@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@@ -163,7 +163,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.6.2';
|
||||
my $RELEASE = '4.7';
|
||||
|
||||
|
||||
#
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,6 +1,6 @@
|
||||
xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium
|
||||
xen-tools (4.7-1) unstable; urgency=medium
|
||||
|
||||
* New upstream development release
|
||||
* New upstream release
|
||||
+ release-testing: Several enhancements, race condition avoidance, …
|
||||
+ Fixes reported error code in case of subcommand failure (Reported
|
||||
and fixed by Yuri Sakhno, thanks!)
|
||||
@@ -28,7 +28,7 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium
|
||||
URLs where they were broken or redirect somewhere else now.
|
||||
* Fix some typos in older debian/changelog and debian/NEWS items.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Thu, 24 Dec 2015 11:54:24 +0100
|
||||
-- Axel Beckert <abe@debian.org> Mon, 23 Jan 2017 00:39:11 +0100
|
||||
|
||||
xen-tools (4.6.2-1) unstable; urgency=medium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user