2006-12-26 00:55:56 by steve
Release 3.1
This commit is contained in:
4
Makefile
4
Makefile
@@ -7,14 +7,14 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.91 2006-12-25 22:56:44 steve Exp $
|
||||
# $Id: Makefile,v 1.92 2006-12-26 00:55:56 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
# Only used to build distribution tarballs.
|
||||
#
|
||||
DIST_PREFIX = /tmp
|
||||
VERSION = 3.0
|
||||
VERSION = 3.1
|
||||
BASE = xen-tools
|
||||
|
||||
|
||||
|
||||
@@ -512,7 +512,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.119 2006-12-25 22:39:35 steve Exp $
|
||||
$Id: xen-create-image,v 1.120 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -559,7 +559,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
|
||||
@@ -1108,7 +1108,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.119 $';
|
||||
my $REVISION = '$Revision: 1.120 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -136,7 +136,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.26 2006-12-11 22:12:39 steve Exp $
|
||||
$Id: xen-delete-image,v 1.27 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -171,7 +171,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
|
||||
@@ -335,7 +335,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.26 $';
|
||||
my $REVISION = '$Revision: 1.27 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.20 2006-12-11 22:12:39 steve Exp $
|
||||
$Id: xen-list-images,v 1.21 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
|
||||
@@ -240,7 +240,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.20 $';
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -87,7 +87,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.18 2006-12-11 22:12:39 steve Exp $
|
||||
$Id: xen-update-image,v 1.19 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -122,7 +122,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
#
|
||||
@@ -384,7 +384,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
my $REVISION = '$Revision: 1.19 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -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.28 2006-12-11 22:12:39 steve Exp $
|
||||
$Id: xt-create-xen-config,v 1.29 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.28 $';
|
||||
my $REVISION = '$Revision: 1.29 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -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.24 2006-12-11 22:12:39 steve Exp $
|
||||
$Id: xt-customize-image,v 1.25 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -99,7 +99,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.24 $';
|
||||
my $REVISION = '$Revision: 1.25 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -82,7 +82,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.43 2006-12-11 22:12:39 steve Exp $
|
||||
$Id: xt-install-image,v 1.44 2006-12-26 00:55:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -114,7 +114,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.0';
|
||||
my $RELEASE = '3.1';
|
||||
|
||||
|
||||
|
||||
@@ -399,7 +399,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.43 $';
|
||||
my $REVISION = '$Revision: 1.44 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
Reference in New Issue
Block a user