From 2ef5887fec75d9472189e97e76c82199a29dab57 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Aug 2006 20:06:42 +0000 Subject: [PATCH] 2006-08-22 20:06:42 by steve v2.4 release. --- Makefile | 4 ++-- bin/xen-create-image | 6 +++--- bin/xen-delete-image | 6 +++--- bin/xen-list-images | 6 +++--- bin/xen-update-image | 6 +++--- bin/xt-create-xen-config | 6 +++--- bin/xt-customize-image | 6 +++--- bin/xt-install-image | 6 +++--- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Makefile b/Makefile index bc26d8e..9972b71 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/bin/xen-create-image b/bin/xen-create-image index be43472..af96527 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 3f9a845..6fd3a1b 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -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.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index f108287..4886c27 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -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; diff --git a/bin/xen-update-image b/bin/xen-update-image index 9a58ed2..63d0ee4 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -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.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 0071c59..c221ac6 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -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; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 66fad82..3e18ae4 100755 --- a/bin/xt-customize-image +++ b/bin/xt-customize-image @@ -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; diff --git a/bin/xt-install-image b/bin/xt-install-image index 7fe571d..af8b46a 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -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;