Bump version numbers for 1.2.0 release
authorIustin Pop <iustin@google.com>
Tue, 4 Dec 2007 15:20:31 +0000 (15:20 +0000)
committerIustin Pop <iustin@google.com>
Tue, 4 Dec 2007 15:20:31 +0000 (15:20 +0000)
Reviewed-by: imsnah

NEWS
configure.ac
doc/install.sgml

diff --git a/NEWS b/NEWS
index 1a8b77c..ce6d619 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.2.0
+  - Log the ‘xm create’ output to the node daemon log on failure (to
+    help diagnosing the error)
+  - In debug mode, log all external commands output if failed to the
+    logs
+  - Change parsing of lvm commands to ignore stderr
+
 Version 1.2b3
   - Another round of updates to the DRBD 8 code to deal with more
     failures in the replace secondary node operation
index bb6fe9f..5096022 100644 (file)
@@ -1,6 +1,6 @@
 # Configure script for Ganeti
 AC_PREREQ(2.59)
-AC_INIT(ganeti, 1.2b3, ganeti@googlegroups.com)
+AC_INIT(ganeti, 1.2.0, ganeti@googlegroups.com)
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
 AM_INIT_AUTOMAKE([foreign tar-ustar])
index 42c65f5..fb35c9f 100644 (file)
@@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1
       </para>
 
         <screen>
-tar xvzf ganeti-1.2b3.tar.gz
-cd ganeti-1.2b3
+tar xvzf ganeti-1.2.0.tar.gz
+cd ganeti-1.2.0
 ./configure --localstatedir=/var --sysconfdir=/etc
 make
 make install