diff --git a/Makefile b/Makefile index 6ecdd8e..896944a 100644 --- a/Makefile +++ b/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 diff --git a/bin/xen-create-image b/bin/xen-create-image index 3a30296..81d5232 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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; diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index b12479e..9233c11 100755 --- a/bin/xen-create-nfs +++ b/bin/xen-create-nfs @@ -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; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 7635b1d..e13d72b 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -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.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 870c485..46b2137 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -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; diff --git a/bin/xen-update-image b/bin/xen-update-image index c9a7b24..63e0acb 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -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.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 702991f..b11c84e 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -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; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 5e46296..7639e62 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.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; diff --git a/bin/xt-install-image b/bin/xt-install-image index 398a02d..e836147 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -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; diff --git a/debian/changelog b/debian/changelog index 7951a10..e411ddb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 24 May 18:34:14 +0000 + xen-tools (3.3-1) unstable; urgency=low [ Steve Kemp ]