1
0
mirror of synced 2026-04-12 06:45:14 +00:00

This will become a feature release, too: Update version and NEWS.md

This commit is contained in:
Axel Beckert
2020-12-27 17:02:04 +01:00
parent b7486d427c
commit 1a27e59df7
13 changed files with 31 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
#
TMPDIR ?= /tmp
DIST_PREFIX = ${TMPDIR}
VERSION = 4.8.1~dev
VERSION = 4.9~dev
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = git

View File

@@ -1,5 +1,13 @@
xen-tools 4.8.1 (UNRELEASED)
===================================
xen-tools 4.9 (UNRELEASED)
==========================
New Features
------------
* Add Debian install rules for arm64. (GH #62; PR by Ian McLinden
@ianmclinden)
* Add netplan p2p support for Ubuntu. (GH #58; PR by Volker Janzen
@frootmig)
Bug Fixes
---------
@@ -8,6 +16,14 @@ Bug Fixes
* Makefile: Actually install xen-resize-guest tool. (Thanks to
Debian's Lintian tool reporting that there is a man-page without
binary installed!)
* Distinguish between those Debian releases using `$dist/updates` for
security updates and those who use `$dist-security`. Thanks to Paul
Wise for the bug report. (Closes Debian bug report #972749.)
* Fix support for `lvm_thin`. Thanks to Andreas Sundstrom for the bug
report and patch! (Closes Debian bug report #942244.)
* Mount `/proc` and `/dev` before calling update-grub. Thanks to
Brandon Bradley for the bug report and patch. (Closes Debian bug
report #815021.)
Distribution Releases Changes
-----------------------------

View File

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

View File

@@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
#
# Release number.
#
my $RELEASE = '4.8.1~dev';
my $RELEASE = '4.9~dev';
# store version number away.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

4
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
xen-tools (4.8.1~dev-1) UNRELEASED; urgency=medium
xen-tools (4.9~dev-1) UNRELEASED; urgency=medium
* New upstream bugfix release.
* New upstream bugfix and minor feature release.
+ Mark Debian 7 Wheezy and 8 Jessie as EoL.
+ Update list of Ubuntu and Debian releases.
+ distributions.conf: Fix typo in release name of future Debian 12