Release 4.4
This commit is contained in:
parent
3978561a44
commit
f20e312140
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
@ -841,7 +841,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -164,7 +164,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -112,7 +112,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.4rc1';
|
||||
my $RELEASE = '4.4';
|
||||
|
||||
|
||||
#
|
||||
|
||||
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user