From e709baee7bcd673feb14431f87965bfe13ac1f51 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 30 Jan 2008 10:54:22 +0000 Subject: [PATCH] Bump version numbers for the 1.2.2 release Reviewed-by: ultrotter --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- doc/install.sgml | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5b95bb4f2..21b3fc03c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 1.2.2 + - fix βgnt-instance modifyβ breakage introduced in 1.2.1 with the HVM + support (issue 23) + - add command aliases infrastructure and a few aliases + - allow listing of VCPUs in the gnt-instance list and improve the man + pages and the --help option of gnt-node/gnt-instance list + - fix gnt-backup list with down nodes (issue 21) + - change the tools location (move from $pkgdatadir to + $pkglibdir/tools) + - fix the dist archive and add a check for including svn/git files in + the future + - some developer-related changes: improve the burnin and the QA + suite, add an upload script for testing during development + Version 1.2.1 - experimental HVM support, read the install document, section "Initializing the cluster" diff --git a/configure.ac b/configure.ac index 857bb2cbb..0674e7e92 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure script for Ganeti AC_PREREQ(2.59) -AC_INIT(ganeti, 1.2.1, ganeti@googlegroups.com) +AC_INIT(ganeti, 1.2.2, 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 2bae4e3f1..44bcb389b 100644 --- a/doc/install.sgml +++ b/doc/install.sgml @@ -623,8 +623,8 @@ vgextend xenvg /dev/sdd1 </para> <screen> -tar xvzf ganeti-1.2.1.tar.gz -cd ganeti-1.2.1 +tar xvzf ganeti-1.2.2.tar.gz +cd ganeti-1.2.2 ./configure --localstatedir=/var --sysconfdir=/etc make make install -- GitLab