1
0
mirror of synced 2026-04-28 21:17:30 +00:00

2007-05-11 16:36:13 by steve

3.3 release.
This commit is contained in:
steve
2007-05-11 16:36:15 +00:00
parent 56340b9829
commit afd5472847
10 changed files with 28 additions and 26 deletions

View File

@@ -8,14 +8,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.99 2007-04-28 15:49:44 steve Exp $
# $Id: Makefile,v 1.100 2007-05-11 16:36:13 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = ${TMP}
VERSION = 3.2
VERSION = 3.3
BASE = xen-tools

View File

@@ -564,7 +564,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.147 2007-04-03 00:20:43 steve Exp $
$Id: xen-create-image,v 1.148 2007-05-11 16:36:13 steve Exp $
=cut
@@ -620,7 +620,7 @@ my $FAIL = 0;
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
@@ -1223,7 +1223,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.147 $';
my $REVISION = '$Revision: 1.148 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@@ -89,7 +89,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-create-nfs,v 1.6 2007-03-20 20:49:58 steve Exp $
$Id: xen-create-nfs,v 1.7 2007-05-11 16:36:14 steve Exp $
=cut
@@ -132,7 +132,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm-nfs.tmpl';
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
# store version number away.
@@ -307,7 +307,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.6 $';
my $REVISION = '$Revision: 1.7 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@@ -136,7 +136,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.33 2007-04-28 15:34:19 steve Exp $
$Id: xen-delete-image,v 1.34 2007-05-11 16:36:14 steve Exp $
=cut
@@ -171,7 +171,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
@@ -342,7 +342,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.33 $';
my $REVISION = '$Revision: 1.34 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -65,7 +65,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.24 2007-03-20 20:49:58 steve Exp $
$Id: xen-list-images,v 1.25 2007-05-11 16:36:14 steve Exp $
=cut
@@ -105,7 +105,7 @@ $CONFIG{'prefix'} = "/etc/xen";
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
@@ -238,7 +238,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.24 $';
my $REVISION = '$Revision: 1.25 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@@ -87,7 +87,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.22 2007-03-20 20:49:58 steve Exp $
$Id: xen-update-image,v 1.23 2007-05-11 16:36:14 steve Exp $
=cut
@@ -122,7 +122,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
#
@@ -384,7 +384,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.22 $';
my $REVISION = '$Revision: 1.23 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -103,7 +103,7 @@ xt-create-config - Create a Xen configuration file for a new guest
--
http://www.steve.org.uk/
$Id: xt-create-xen-config,v 1.37 2007-03-20 20:49:58 steve Exp $
$Id: xt-create-xen-config,v 1.38 2007-05-11 16:36:14 steve Exp $
=cut
@@ -145,7 +145,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
@@ -225,7 +225,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.37 $';
my $REVISION = '$Revision: 1.38 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@@ -66,7 +66,7 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux
--
http://www.steve.org.uk/
$Id: xt-customize-image,v 1.27 2007-03-20 20:49:58 steve Exp $
$Id: xt-customize-image,v 1.28 2007-05-11 16:36:14 steve Exp $
=cut
@@ -99,7 +99,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.27 $';
my $REVISION = '$Revision: 1.28 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@@ -80,7 +80,7 @@ Untar a .tar file into the new installation location. This tarfile is assumed t
--
http://www.steve.org.uk/
$Id: xt-install-image,v 1.56 2007-04-09 09:10:51 steve Exp $
$Id: xt-install-image,v 1.57 2007-05-11 16:36:14 steve Exp $
=cut
@@ -112,7 +112,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.2';
my $RELEASE = '3.3';
#
@@ -414,7 +414,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.56 $';
my $REVISION = '$Revision: 1.57 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

2
debian/changelog vendored
View File

@@ -5,6 +5,8 @@ xen-tools (3.3-1) unstable; urgency=low
- Refuse to delete running guests. (Closes: #419561)
- Updated the package "Recommends" (Closes: #421174)
-- Steve Kemp <skx@debian.org> Fri, 11 May 17:30:09 +0000
xen-tools (3.2-1) unstable; urgency=low
[ Steve Kemp ]