From 3d492b0971724967460af4236090c3c8aab781c3 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 28 Nov 2007 12:17:15 +0000 Subject: [PATCH] Update version numbers for release 1.2b3 Reviewed-by: imsnah --- NEWS | 7 +++++++ configure.ac | 2 +- doc/install.sgml | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0ff16e09a..1a8b77c6b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 1.2b3 + - Another round of updates to the DRBD 8 code to deal with more + failures in the replace secondary node operation + - Some more logging of failures in disk operations (lvm, drbd) + - A few documentation updates + - QA updates + Version 1.2b2 - Change configuration file format from Python's Pickle to JSON. Upgrading is possible using the cfgupgrade utility. diff --git a/configure.ac b/configure.ac index 5fe8e6cc1..bb6fe9f25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure script for Ganeti AC_PREREQ(2.59) -AC_INIT(ganeti, 1.2b2, ganeti@googlegroups.com) +AC_INIT(ganeti, 1.2b3, 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 fec126631..42c65f5e1 100644 --- a/doc/install.sgml +++ b/doc/install.sgml @@ -605,8 +605,8 @@ vgextend xenvg /dev/sdd1 </para> <screen> -tar xvzf ganeti-1.2b2.tar.gz -cd ganeti-1.2b2 +tar xvzf ganeti-1.2b3.tar.gz +cd ganeti-1.2b3 ./configure --localstatedir=/var --sysconfdir=/etc make make install @@ -652,8 +652,8 @@ mkdir /srv/ganeti/ /srv/ganeti/os /srv/ganeti/export <screen> cd /srv/ganeti/os -tar xvf ganeti-instance-debian-etch-0.2.tar -mv ganeti-instance-debian-etch-0.2 debian-etch +tar xvf ganeti-instance-debian-etch-0.3.tar +mv ganeti-instance-debian-etch-0.3 debian-etch </screen> <para> -- GitLab