From c3414c2c32e76211a44950d58821f3dbc9a7b23b Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 31 Jul 2007 17:33:30 +0000 Subject: [PATCH] 2007-07-31 17:33:27 by steve 3.7 release. --- 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 | 12 ++++++++++++ debian/control | 2 +- 11 files changed, 39 insertions(+), 27 deletions(-) diff --git a/Makefile b/Makefile index 49603be..885bc44 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.110 2007-07-23 19:50:03 steve Exp $ +# $Id: Makefile,v 1.111 2007-07-31 17:33:27 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = ${TMP} -VERSION = 3.6 +VERSION = 3.7 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index 6ed7b20..06aeb54 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -594,7 +594,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.173 2007-07-25 22:44:00 steve Exp $ + $Id: xen-create-image,v 1.174 2007-07-31 17:33:29 steve Exp $ =cut @@ -659,7 +659,7 @@ my $FAIL = 0; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; @@ -1375,7 +1375,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.173 $'; + my $REVISION = '$Revision: 1.174 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index 5181b1c..acaecbf 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.12 2007-07-10 19:36:24 steve Exp $ + $Id: xen-create-nfs,v 1.13 2007-07-31 17:33:29 steve Exp $ =cut @@ -132,7 +132,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm-nfs.tmpl'; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; # store version number away. @@ -323,7 +323,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.12 $'; + my $REVISION = '$Revision: 1.13 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index c25de38..17d4f5c 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.39 2007-07-10 19:36:24 steve Exp $ + $Id: xen-delete-image,v 1.40 2007-07-31 17:33:29 steve Exp $ =cut @@ -171,7 +171,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; @@ -365,7 +365,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.39 $'; + my $REVISION = '$Revision: 1.40 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 5a73536..4a3c5cb 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.29 2007-07-10 19:36:24 steve Exp $ + $Id: xen-list-images,v 1.30 2007-07-31 17:33:29 steve Exp $ =cut @@ -105,7 +105,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; @@ -254,7 +254,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.29 $'; + my $REVISION = '$Revision: 1.30 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index f9dbd8e..75c8ded 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.28 2007-07-10 19:36:25 steve Exp $ + $Id: xen-update-image,v 1.29 2007-07-31 17:33:29 steve Exp $ =cut @@ -122,7 +122,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; # @@ -445,7 +445,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.28 $'; + my $REVISION = '$Revision: 1.29 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 33e7bd5..ecf3ec2 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.42 2007-07-10 19:36:25 steve Exp $ + $Id: xt-create-xen-config,v 1.43 2007-07-31 17:33:30 steve Exp $ =cut @@ -150,7 +150,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; @@ -230,7 +230,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.42 $'; + my $REVISION = '$Revision: 1.43 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index ec9983f..b575562 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.32 2007-07-23 19:55:25 steve Exp $ + $Id: xt-customize-image,v 1.33 2007-07-31 17:33:30 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; @@ -165,7 +165,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.32 $'; + my $REVISION = '$Revision: 1.33 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-install-image b/bin/xt-install-image index 35012af..3ffb56c 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -83,7 +83,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.63 2007-07-16 04:18:39 steve Exp $ + $Id: xt-install-image,v 1.64 2007-07-31 17:33:30 steve Exp $ =cut @@ -115,7 +115,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.6'; +my $RELEASE = '3.7'; # @@ -438,7 +438,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.63 $'; + my $REVISION = '$Revision: 1.64 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/debian/changelog b/debian/changelog index d4d01f2..c9959ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +xen-tools (3.7-1) unstable; urgency=low + + * Added dependency upon 'rinse' + - Support the installation of Fedora Core 4-7 & Centos 4 + 5. + * Better POD files + * Updated the example script 'setup-kernel-initrd' to work better. + * Mount /proc prior to running post-install scripts. + * Better handling for Ubuntu language packs. + * Generate MAC addresses for all new guests by default. + + -- Steve Kemp Tue, 10 Jul 2007 20:35:34 +0000 + xen-tools (3.6-1) unstable; urgency=low * Added custom partitioning support. diff --git a/debian/control b/debian/control index a771910..f78a741 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.7.2 Package: xen-tools Architecture: all Depends: debootstrap, perl-modules, libtext-template-perl, libconfig-inifiles-perl -Recommends: xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pae, reiserfsprogs, xfsprogs, rpmstrap, perl-doc, xen-shell, libexpect-perl +Recommends: xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pae, reiserfsprogs, xfsprogs, rinse, perl-doc, xen-shell, libexpect-perl Description: Tools to manage debian XEN virtual servers This package contains tools to manage Debian based XEN virtual servers. .