From 6da69e4ab2b745e62dce376ec490d43293fe05cd Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 20 Mar 2007 20:49:59 +0000 Subject: [PATCH] 2007-03-20 20:49:57 by steve Updated for 3.2 release. Finally. --- Makefile | 4 ++-- bin/xen-create-image | 6 +++--- bin/xen-create-nfs | 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 +++--- debian/changelog | 5 ++--- 10 files changed, 28 insertions(+), 29 deletions(-) diff --git a/Makefile b/Makefile index 9aaa3be..cb7c3aa 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.95 2007-03-11 16:37:42 steve Exp $ +# $Id: Makefile,v 1.96 2007-03-20 20:49:57 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = ${TMP} -VERSION = 3.1 +VERSION = 3.2 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index a7f17b0..3adbdd2 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -558,7 +558,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.142 2007-03-19 22:00:59 steve Exp $ + $Id: xen-create-image,v 1.143 2007-03-20 20:49:58 steve Exp $ =cut @@ -614,7 +614,7 @@ my $FAIL = 0; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; @@ -1207,7 +1207,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.142 $'; + my $REVISION = '$Revision: 1.143 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index 19102c7..5b774f8 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.5 2007-03-19 22:14:21 steve Exp $ + $Id: xen-create-nfs,v 1.6 2007-03-20 20:49:58 steve Exp $ =cut @@ -132,7 +132,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm-nfs.tmpl'; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; # store version number away. @@ -307,7 +307,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.5 $'; + my $REVISION = '$Revision: 1.6 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 7d0228c..9846866 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.29 2007-02-23 21:42:20 steve Exp $ + $Id: xen-delete-image,v 1.30 2007-03-20 20:49:58 steve Exp $ =cut @@ -171,7 +171,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; @@ -335,7 +335,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.29 $'; + my $REVISION = '$Revision: 1.30 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index dedf80b..89fa513 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.23 2007-02-23 21:45:09 steve Exp $ + $Id: xen-list-images,v 1.24 2007-03-20 20:49:58 steve Exp $ =cut @@ -105,7 +105,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; @@ -238,7 +238,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.23 $'; + my $REVISION = '$Revision: 1.24 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index 844ca48..a4e148e 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.21 2007-02-23 21:47:48 steve Exp $ + $Id: xen-update-image,v 1.22 2007-03-20 20:49:58 steve Exp $ =cut @@ -122,7 +122,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; # @@ -384,7 +384,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.21 $'; + my $REVISION = '$Revision: 1.22 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 1dd6a0d..bee5c55 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.36 2007-03-18 20:03:49 steve Exp $ + $Id: xt-create-xen-config,v 1.37 2007-03-20 20:49:58 steve Exp $ =cut @@ -145,7 +145,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; @@ -225,7 +225,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.36 $'; + my $REVISION = '$Revision: 1.37 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index e0119b0..77a7165 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.26 2007-02-23 18:58:26 steve Exp $ + $Id: xt-customize-image,v 1.27 2007-03-20 20:49:58 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; @@ -165,7 +165,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/xt-install-image b/bin/xt-install-image index 8c3743a..7722727 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.54 2007-03-19 14:01:53 steve Exp $ + $Id: xt-install-image,v 1.55 2007-03-20 20:49:59 steve Exp $ =cut @@ -112,7 +112,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.1'; +my $RELEASE = '3.2'; # @@ -414,7 +414,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.54 $'; + my $REVISION = '$Revision: 1.55 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/debian/changelog b/debian/changelog index c5104d3..1200a2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,11 +15,10 @@ xen-tools (3.2-1) testing; urgency=low (Closes: #383029) * Auto-incrementing network addresses for new installations. * Added 'xen-create-nfs' to create new NFS-Root Xen guests. - * Added the ability to install into a physical partition, if they - exist. + * Added the ability to install into a physical partition. (Closes: #406212) - -- not yet released, but very very soon. Promise. + -- Ready for release now Radu.. xen-tools (3.1-1) unstable; urgency=low