1
0
mirror of synced 2026-04-15 23:51:03 +00:00

2007-07-31 17:33:27 by steve

3.7 release.
This commit is contained in:
steve
2007-07-31 17:33:30 +00:00
parent b140e3d2ce
commit c3414c2c32
11 changed files with 39 additions and 27 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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.]+) / )
{

View File

@@ -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;

View File

@@ -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.]+) / )
{

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

12
debian/changelog vendored
View File

@@ -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 <steve@steve.org.uk> Tue, 10 Jul 2007 20:35:34 +0000
xen-tools (3.6-1) unstable; urgency=low
* Added custom partitioning support.

2
debian/control vendored
View File

@@ -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.
.