1
0
mirror of synced 2026-02-02 06:20:56 +00:00

Release as xen-tools 4.7

Also upload to Debian as 4.7-1.
This commit is contained in:
Axel Beckert
2017-01-23 00:41:35 +01:00
parent 44fc213fc7
commit b7e8fafcb1
13 changed files with 16 additions and 16 deletions

View File

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

View File

@@ -1,5 +1,5 @@
xen-tools 4.6.3 (released NOT YET)
==================================
xen-tools 4.7 (released 23 Jan 2017)
====================================
New Features
------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

6
debian/changelog vendored
View File

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