2007-03-20 20:49:57 by steve
Updated for 3.2 release. Finally.
This commit is contained in:
parent
616e06b3da
commit
6da69e4ab2
4
Makefile
4
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
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user