Bump version numbers for the 1.2.1 release
authorIustin Pop <iustin@google.com>
Fri, 18 Jan 2008 15:19:07 +0000 (15:19 +0000)
committerIustin Pop <iustin@google.com>
Fri, 18 Jan 2008 15:19:07 +0000 (15:19 +0000)
This a merge to trunk of revision 494.

Reviewed-by: imsnah

NEWS
configure.ac
doc/install.sgml

diff --git a/NEWS b/NEWS
index ce6d619..f11cfe9 100644 (file)
--- 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)
index 5096022..857bb2c 100644 (file)
@@ -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])
index e27a393..2bae4e3 100644 (file)
@@ -623,8 +623,8 @@ vgextend xenvg /dev/sdd1
       </para>
 
         <screen>
-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
 
       <screen>
 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
       </screen>
 
       <para>