1
0
mirror of synced 2026-02-20 05:45:15 +00:00

Release as 4.9 and upload to Debian Unstable as 4.9-1

This commit is contained in:
Axel Beckert
2020-12-29 12:23:16 +01:00
parent 83c37b476a
commit 9240f34eb8
13 changed files with 15 additions and 15 deletions

View File

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

View File

@@ -1,5 +1,5 @@
xen-tools 4.9 (UNRELEASED)
==========================
xen-tools 4.9 (released 29 Dec 2020)
====================================
New Features
------------

View File

@@ -872,7 +872,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.9~dev';
my $RELEASE = '4.9';
#

View File

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

View File

@@ -167,7 +167,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9~dev';
my $RELEASE = '4.9';
#

View File

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

View File

@@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9~dev';
my $RELEASE = '4.9';
#

View File

@@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9~dev';
my $RELEASE = '4.9';
#

View File

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

View File

@@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9~dev';
my $RELEASE = '4.9';

View File

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

View File

@@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.9~dev';
my $RELEASE = '4.9';
#

4
debian/changelog vendored
View File

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