1
0
mirror of synced 2026-01-23 10:38:15 +00:00

2006-08-22 20:06:42 by steve

v2.4 release.
This commit is contained in:
steve 2006-08-22 20:06:42 +00:00
parent 708a85a5b3
commit 2ef5887fec
8 changed files with 23 additions and 23 deletions

View File

@ -7,14 +7,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.75 2006-08-20 01:04:58 steve Exp $
# $Id: Makefile,v 1.76 2006-08-22 20:06:42 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 2.3
VERSION = 2.4
BASE = xen-tools

View File

@ -446,7 +446,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.83 2006-08-20 01:36:54 steve Exp $
$Id: xen-create-image,v 1.84 2006-08-22 20:06:42 steve Exp $
=cut
@ -493,7 +493,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
@ -952,7 +952,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.83 $';
my $REVISION = '$Revision: 1.84 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -102,7 +102,7 @@ Specify the LVM volume group where images were previously saved.
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.15 2006-08-19 07:54:39 steve Exp $
$Id: xen-delete-image,v 1.16 2006-08-22 20:06:42 steve Exp $
=cut
@ -137,7 +137,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
@ -291,7 +291,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.15 $';
my $REVISION = '$Revision: 1.16 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -67,7 +67,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.13 2006-08-20 01:24:16 steve Exp $
$Id: xen-list-images,v 1.14 2006-08-22 20:06:42 steve Exp $
=cut
@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
@ -240,7 +240,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.13 $';
my $REVISION = '$Revision: 1.14 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -82,7 +82,7 @@ Specify the LVM volume group which contains the image(s).
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.9 2006-08-16 09:42:44 steve Exp $
$Id: xen-update-image,v 1.10 2006-08-22 20:06:42 steve Exp $
=cut
@ -117,7 +117,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
#
@ -354,7 +354,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.9 $';
my $REVISION = '$Revision: 1.10 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -96,7 +96,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.17 2006-08-20 01:19:56 steve Exp $
$Id: xt-create-xen-config,v 1.18 2006-08-22 20:06:42 steve Exp $
=cut
@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
@ -203,7 +203,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.17 $';
my $REVISION = '$Revision: 1.18 $';
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.16 2006-08-20 01:19:56 steve Exp $
$Id: xt-customize-image,v 1.17 2006-08-22 20:06:42 steve Exp $
=cut
@ -99,7 +99,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
@ -165,7 +165,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.16 $';
my $REVISION = '$Revision: 1.17 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -80,7 +80,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
--
http://www.steve.org.uk/
$Id: xt-install-image,v 1.31 2006-08-20 01:19:56 steve Exp $
$Id: xt-install-image,v 1.32 2006-08-22 20:06:42 steve Exp $
=cut
@ -112,7 +112,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.3';
my $RELEASE = '2.4';
#
@ -239,7 +239,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.31 $';
my $REVISION = '$Revision: 1.32 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;