1
0
mirror of synced 2026-01-14 15:35:18 +00:00

Release 4.4

This commit is contained in:
Axel Beckert 2013-12-11 21:11:14 +01:00
parent 3978561a44
commit f20e312140
12 changed files with 20 additions and 19 deletions

View File

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

View File

@ -841,7 +841,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.4rc1';
my $RELEASE = '4.4';
#

View File

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

View File

@ -164,7 +164,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.4rc1';
my $RELEASE = '4.4';
#

View File

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

View File

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

View File

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

View File

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

View File

@ -91,7 +91,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.4rc1';
my $RELEASE = '4.4';

View File

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

View File

@ -112,7 +112,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.4rc1';
my $RELEASE = '4.4';
#

17
debian/changelog vendored
View File

@ -1,17 +1,18 @@
xen-tools (4.4~rc2-1) UNRELEASED; urgency=low
xen-tools (4.4-1) unstable; urgency=low
* Run t/gitignore.t only if git is installed and .git present.
* New upstream release
- Run t/gitignore.t only if git is installed and .git present.
- Rework "minimal" role to be less based on personal preferences.
+ No more installs sudo, vim, syslog-ng, etc.
+ Fixes usage together with pygrub.
- hooks/common.sh: Split up installDebianPackage into
installDebianPackage and installDebianPackageAndRecommends.
* Also add build-dependency on "libterm-ui-perl | perl (<< 5.17.0)" and
"liblog-message-perl | perl (<< 5.17.0)" to avoid warnings with Perl
5.18 and future FTBFS.
* Mention Ubuntu 14.04 Trusty Tahr in long description.
* Rework "minimal" role to be less based on personal preferences.
+ No more installs sudo, vim, syslog-ng, etc.
+ Fixes usage together with pygrub.
* hooks/common.sh: Split up installDebianPackage into
installDebianPackage and installDebianPackageAndRecommends.
-- Axel Beckert <abe@debian.org> Tue, 29 Oct 2013 00:01:53 +0100
-- Axel Beckert <abe@debian.org> Wed, 11 Dec 2013 20:59:06 +0100
xen-tools (4.4~rc1-1) unstable; urgency=low