1
0
mirror of synced 2026-05-04 15:25:40 +00:00

Release 4.3

This commit is contained in:
Axel Beckert
2012-06-26 22:37:02 +02:00
parent 5703f8b5c9
commit d9f8a3fc31
12 changed files with 14 additions and 14 deletions

View File

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

View File

@@ -822,7 +822,7 @@ my $FAIL = 0;
# #
# Release number. # Release number.
# #
my $RELEASE = '4.3rc1'; my $RELEASE = '4.3';
# #

View File

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

View File

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

View File

@@ -101,7 +101,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
# #
# Release number. # Release number.
# #
my $RELEASE = '4.3rc1'; my $RELEASE = '4.3';

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

6
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
xen-tools (4.3~rc2~dev-1) UNRELEASED; urgency=low xen-tools (4.3-1) unstable; urgency=low
* New upstream release candidate * New upstream release
- Remove most Mercurial traces - Remove most Mercurial traces
* Fixes FTBFS due to testsuite failures (Closes: #676681) * Fixes FTBFS due to testsuite failures (Closes: #676681)
- Disable tests of not yet used Xen::Tools. Fixes FTBFS in test suite - Disable tests of not yet used Xen::Tools. Fixes FTBFS in test suite
@@ -15,7 +15,7 @@ xen-tools (4.3~rc2~dev-1) UNRELEASED; urgency=low
* Remove generated file t/modules.t in clean target to be able to build * Remove generated file t/modules.t in clean target to be able to build
twice in a row. twice in a row.
-- Axel Beckert <abe@debian.org> Fri, 08 Jun 2012 20:34:22 +0200 -- Axel Beckert <abe@debian.org> Tue, 26 Jun 2012 22:23:59 +0200
xen-tools (4.3~rc1-1) unstable; urgency=low xen-tools (4.3~rc1-1) unstable; urgency=low