2007-05-24 17:35:17 by steve
Updated version to 3.4. New release.
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,14 +8,14 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.101 2007-05-23 16:20:51 steve Exp $
|
||||
# $Id: Makefile,v 1.102 2007-05-24 17:35:17 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
# Only used to build distribution tarballs.
|
||||
#
|
||||
DIST_PREFIX = ${TMP}
|
||||
VERSION = 3.3
|
||||
VERSION = 3.4
|
||||
BASE = xen-tools
|
||||
|
||||
|
||||
|
||||
@@ -564,7 +564,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.149 2007-05-23 12:01:56 steve Exp $
|
||||
$Id: xen-create-image,v 1.150 2007-05-24 17:35:17 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -620,7 +620,7 @@ my $FAIL = 0;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
|
||||
@@ -1239,7 +1239,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.149 $';
|
||||
my $REVISION = '$Revision: 1.150 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -89,7 +89,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-nfs,v 1.8 2007-05-23 12:01:56 steve Exp $
|
||||
$Id: xen-create-nfs,v 1.9 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -132,7 +132,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
# store version number away.
|
||||
@@ -323,7 +323,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.8 $';
|
||||
my $REVISION = '$Revision: 1.9 $';
|
||||
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.36 2007-05-23 15:44:13 steve Exp $
|
||||
$Id: xen-delete-image,v 1.37 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -171,7 +171,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
|
||||
@@ -365,7 +365,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.36 $';
|
||||
my $REVISION = '$Revision: 1.37 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -65,7 +65,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.26 2007-05-23 12:01:57 steve Exp $
|
||||
$Id: xen-list-images,v 1.27 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -105,7 +105,7 @@ $CONFIG{'prefix'} = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
|
||||
@@ -254,7 +254,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.26 $';
|
||||
my $REVISION = '$Revision: 1.27 $';
|
||||
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.24 2007-05-23 12:01:57 steve Exp $
|
||||
$Id: xen-update-image,v 1.25 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -122,7 +122,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
#
|
||||
@@ -400,7 +400,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.24 $';
|
||||
my $REVISION = '$Revision: 1.25 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -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.38 2007-05-11 16:36:14 steve Exp $
|
||||
$Id: xt-create-xen-config,v 1.39 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -145,7 +145,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
|
||||
@@ -225,7 +225,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.38 $';
|
||||
my $REVISION = '$Revision: 1.39 $';
|
||||
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.28 2007-05-11 16:36:14 steve Exp $
|
||||
$Id: xt-customize-image,v 1.29 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -99,7 +99,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.28 $';
|
||||
my $REVISION = '$Revision: 1.29 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -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.58 2007-05-23 12:01:57 steve Exp $
|
||||
$Id: xt-install-image,v 1.59 2007-05-24 17:35:18 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -112,7 +112,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.3';
|
||||
my $RELEASE = '3.4';
|
||||
|
||||
|
||||
#
|
||||
@@ -430,7 +430,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.58 $';
|
||||
my $REVISION = '$Revision: 1.59 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,9 +1,12 @@
|
||||
xen-tools (3.4-1) stable; urgency=low
|
||||
|
||||
* New upstream release v3.4
|
||||
- Allows the expansion of backticks in configuration file(s).
|
||||
- Generate locales for the new Xen guests to match the host machine.
|
||||
(Closes: #423385)
|
||||
|
||||
-- Steve Kemp <steve@steve.org.uk> Thu, 24 May 18:34:14 +0000
|
||||
|
||||
xen-tools (3.3-1) unstable; urgency=low
|
||||
|
||||
[ Steve Kemp ]
|
||||
|
||||
Reference in New Issue
Block a user