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

Mark as 4.3 Release Candidate 1

This commit is contained in:
Axel Beckert 2012-06-08 14:44:06 +02:00
parent ebbd16a3be
commit 7407409c92
13 changed files with 16 additions and 16 deletions

View File

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

4
NEWS
View File

@ -1,5 +1,5 @@
xen-tools 4.3 (released [TODO])
================================
xen-tools 4.3rc1 (released 08 Jun 2012)
=======================================
New Features and Major Changes
------------------------------

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

6
debian/changelog vendored
View File

@ -1,6 +1,6 @@
xen-tools (4.3~dev-1) UNRELEASED; urgency=low
xen-tools (4.3~rc1-1) unstable; urgency=low
* New upstream snapshot
* New upstream release candidate
- Correctly checks and documents valid values for
disk_device. (Closes: #621499)
- Supports creating Ubuntu 11.10 Oneiric DomUs (LP: #848654)
@ -49,7 +49,7 @@ xen-tools (4.3~dev-1) UNRELEASED; urgency=low
* Remove xen-shell from Recommends, nobody picked it up. (Closes:
#603708)
-- Axel Beckert <abe@debian.org> Thu, 07 Jun 2012 13:09:28 +0200
-- Axel Beckert <abe@debian.org> Fri, 08 Jun 2012 14:18:38 +0200
xen-tools (4.2.1-1) unstable; urgency=low