1
0
mirror of synced 2026-03-29 02:44:53 +00:00

Release 4.4 beta 1

This commit is contained in:
Axel Beckert
2013-08-23 19:11:30 +02:00
parent 029faab59c
commit 12960c8f2b
13 changed files with 16 additions and 16 deletions

View File

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

View File

@@ -831,7 +831,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.4~dev';
my $RELEASE = '4.4beta1';
#

View File

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

View File

@@ -163,7 +163,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.4~dev';
my $RELEASE = '4.4beta1';
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

4
debian/NEWS vendored
View File

@@ -1,4 +1,4 @@
xen-tools (4.4~dev-1) UNRELEASED; urgency=low
xen-tools (4.4~beta1-1) unstable; urgency=low
* Exported environment variables no more contain dashes ("-"). Dashes in
environment variable names are from now on converted to underscores
@@ -11,7 +11,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
which all should be empty at that point, i.e. "rmdir -p
/usr/lib/xen-tools/*" should do the trick.
-- Axel Beckert <abe@debian.org> Fri, 05 Apr 2013 20:19:02 +0200
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 19:01:16 +0200
xen-tools (4.2~rc1-1) unstable; urgency=low

6
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
xen-tools (4.4~dev-1) UNRELEASED; urgency=low
xen-tools (4.4~beta1-1) unstable; urgency=low
* New upstream release
* New upstream beta release
- Code deduplication to unify the xen-*-image scripts
- Moves /usr/lib/xen-tools/ to /usr/share/xen-tools/
- Use http.debian.net as default Debian mirror if no mirror is given
@@ -81,7 +81,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
* Bump copyright years in debian/copyright.
* Apply wrap-and-sort.
-- Axel Beckert <abe@debian.org> Thu, 17 Jan 2013 17:09:02 +0100
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 19:00:03 +0200
xen-tools (4.3.1-1) unstable; urgency=low