Release as 4.9 and upload to Debian Unstable as 4.9-1
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@
|
||||
#
|
||||
TMPDIR ?= /tmp
|
||||
DIST_PREFIX = ${TMPDIR}
|
||||
VERSION = 4.9~dev
|
||||
VERSION = 4.9
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
xen-tools 4.9 (UNRELEASED)
|
||||
==========================
|
||||
xen-tools 4.9 (released 29 Dec 2020)
|
||||
====================================
|
||||
|
||||
New Features
|
||||
------------
|
||||
|
||||
@@ -872,7 +872,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@@ -167,7 +167,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.9~dev';
|
||||
my $RELEASE = '4.9';
|
||||
|
||||
|
||||
#
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
||||
xen-tools (4.9~dev-1) UNRELEASED; urgency=medium
|
||||
xen-tools (4.9-1) unstable; urgency=medium
|
||||
|
||||
* New upstream bugfix and minor feature release.
|
||||
+ Mark Debian 7 Wheezy and 8 Jessie as EoL.
|
||||
@@ -37,7 +37,7 @@ xen-tools (4.9~dev-1) UNRELEASED; urgency=medium
|
||||
* Adapt distributions.conf defaults to the fact that Debian Unstable
|
||||
still ships Ubuntu keyrings as of 2018, see #978438.
|
||||
|
||||
-- Axel Beckert <abe@debian.org> Sat, 19 Dec 2020 08:02:50 +0100
|
||||
-- Axel Beckert <abe@debian.org> Tue, 29 Dec 2020 12:19:51 +0100
|
||||
|
||||
xen-tools (4.8-1) unstable; urgency=medium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user