From 054bc3dee13c3b255685dbf274eeac9ff59fb72f Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 21 Jul 2006 20:17:41 +0000 Subject: [PATCH] 2006-07-21 20:17:40 by steve 2.2 release. (Pending) --- 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 ddcbc1a..d044159 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.72 2006-06-25 20:17:39 steve Exp $ +# $Id: Makefile,v 1.73 2006-07-21 20:17:40 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 2.1 +VERSION = 2.2 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index d29c051..d8f89b6 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -433,7 +433,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.54 2006-07-21 20:14:30 steve Exp $ + $Id: xen-create-image,v 1.55 2006-07-21 20:17:41 steve Exp $ =cut @@ -479,7 +479,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; @@ -859,7 +859,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.54 $'; + my $REVISION = '$Revision: 1.55 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 08232b5..b0f0871 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -99,7 +99,7 @@ Specify the LVM volume group where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.10 2006-06-23 08:56:32 steve Exp $ + $Id: xen-delete-image,v 1.11 2006-07-21 20:17:41 steve Exp $ =cut @@ -134,7 +134,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; @@ -284,7 +284,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.10 $'; + my $REVISION = '$Revision: 1.11 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index f7dad5d..8af15b4 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.8 2006-06-25 17:39:54 steve Exp $ + $Id: xen-list-images,v 1.9 2006-07-21 20:17:41 steve Exp $ =cut @@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; @@ -237,7 +237,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.8 $'; + my $REVISION = '$Revision: 1.9 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-update-image b/bin/xen-update-image index caed887..4ff005f 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.5 2006-06-23 08:56:32 steve Exp $ + $Id: xen-update-image,v 1.6 2006-07-21 20:17:41 steve Exp $ =cut @@ -117,7 +117,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; # @@ -348,7 +348,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.5 $'; + my $REVISION = '$Revision: 1.6 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index bc4269f..446d912 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -57,7 +57,7 @@ xt-create-config - Create a Xen configuration file for a new domain. -- http://www.steve.org.uk/ - $Id: xt-create-xen-config,v 1.11 2006-06-26 10:06:52 steve Exp $ + $Id: xt-create-xen-config,v 1.12 2006-07-21 20:17:41 steve Exp $ =cut @@ -98,7 +98,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; @@ -162,7 +162,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.11 $'; + my $REVISION = '$Revision: 1.12 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-customize-image b/bin/xt-customize-image index e98b7a8..f71b426 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.11 2006-06-26 10:06:52 steve Exp $ + $Id: xt-customize-image,v 1.12 2006-07-21 20:17:41 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; @@ -163,7 +163,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.11 $'; + my $REVISION = '$Revision: 1.12 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-install-image b/bin/xt-install-image index 98c3bc6..c05c165 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -79,7 +79,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.18 2006-06-26 10:06:52 steve Exp $ + $Id: xt-install-image,v 1.19 2006-07-21 20:17:41 steve Exp $ =cut @@ -111,7 +111,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.1'; +my $RELEASE = '2.2'; # @@ -233,7 +233,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.18 $'; + my $REVISION = '$Revision: 1.19 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {