From ce628bb4c1de78174d73d9b596f98b390f2e33ca Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 4 Dec 2007 15:20:31 +0000
Subject: [PATCH] Bump version numbers for 1.2.0 release

Reviewed-by: imsnah
---
 NEWS             | 7 +++++++
 configure.ac     | 2 +-
 doc/install.sgml | 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 1a8b77c6b..ce6d619d8 100644
--- 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
diff --git a/configure.ac b/configure.ac
index bb6fe9f25..5096022b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/doc/install.sgml b/doc/install.sgml
index 42c65f5e1..fb35c9f1a 100644
--- a/doc/install.sgml
+++ b/doc/install.sgml
@@ -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
-- 
GitLab