From 903e58d690cee48468f7b817084d37d12b1b0777 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 16 Jan 2008 15:11:53 +0000 Subject: [PATCH] Bump version numbers for the 1.2.1 release Reviewed-by: imsnah --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- doc/install.sgml | 8 ++++---- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ce6d619..f11cfe9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Version 1.2.1 + - experimental HWM support, read the install document, section + "Initializing the cluster" + - allow for the PVM hypervisor per-instance kernel and initrd paths + - add a new command ‘gnt-cluster verify-disks’ which uses a new + algorithm to improve the reconnection of the DRBD pairs if the + device on the secondary node has gone away + - make logical volume code auto-activate LVs at disk activation time + - slightly improve the speed of activating disks + - allow specification of the MAC address at instance creation time, + and changing it later via ‘gnt-instance modify’ + - fix handling of external commands that generate lots of output on + stderr + - update documentation with regard to minimum version of DRBD8 + supported + Version 1.2.0 - Log the ‘xm create’ output to the node daemon log on failure (to help diagnosing the error) diff --git a/configure.ac b/configure.ac index 5096022..857bb2c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure script for Ganeti AC_PREREQ(2.59) -AC_INIT(ganeti, 1.2.0, ganeti@googlegroups.com) +AC_INIT(ganeti, 1.2.1, ganeti@googlegroups.com) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_SRCDIR(configure) AM_INIT_AUTOMAKE([foreign tar-ustar]) diff --git a/doc/install.sgml b/doc/install.sgml index e27a393..2bae4e3 100644 --- a/doc/install.sgml +++ b/doc/install.sgml @@ -623,8 +623,8 @@ vgextend xenvg /dev/sdd1 -tar xvzf ganeti-1.2.0.tar.gz -cd ganeti-1.2.0 +tar xvzf ganeti-1.2.1.tar.gz +cd ganeti-1.2.1 ./configure --localstatedir=/var --sysconfdir=/etc make make install @@ -670,8 +670,8 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export cd /srv/ganeti/os -tar xvf ganeti-instance-debian-etch-0.3.tar -mv ganeti-instance-debian-etch-0.3 debian-etch +tar xvf ganeti-instance-debian-etch-0.4.tar +mv ganeti-instance-debian-etch-0.4 debian-etch -- 1.7.10.4