1
0
mirror of synced 2026-01-13 15:17:30 +00:00

4.3.1 release candidate 1

Will likely just appear in the Ubuntu PPA to check if it finally build
for Ubuntu again
This commit is contained in:
Axel Beckert 2012-06-30 16:07:36 +02:00
parent 6a5506768c
commit bb54ee7868
12 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

4
debian/changelog vendored
View File

@ -1,11 +1,11 @@
xen-tools (4.3+dev-1) UNRELEASED; urgency=low
xen-tools (4.3.1~rc1-1) unstable; urgency=low
* Remove t/modules.t in upstream's t/Makefile instead of debian/rules'
clean target.
* Run t/hook-tls.t only if distribution actually has
10-disable-tls. Fixes test suite failure on 32 bit architectures.
-- Axel Beckert <abe@debian.org> Wed, 27 Jun 2012 01:51:32 +0200
-- Axel Beckert <abe@debian.org> Sat, 30 Jun 2012 16:05:55 +0200
xen-tools (4.3-1) unstable; urgency=low