From d1908b413f8bcc87357702f3ea99dadc8065d76e Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 27 Apr 2009 10:57:49 +0000
Subject: [PATCH] Release 2.0rc4

Reviewed-by: ultrotter
---
 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index d8030b39b..dc8cc9068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 2.0 release candidate 4
+  - change the OS list to not require locks; this helps with big
+    clusters
+  - fix gnt-cluster verify and gnt-cluster verify-disks when the volume
+    group is broken
+  - β€œgnt-instance info”, without any arguments, doesn't run for all
+    instances anymore; either pass β€˜--all’ or pass the desired
+    instances; this helps against mistakes on big clusters where listing
+    the information for all instances takes a long time
+  - miscellaneous doc and man pages fixes
+
 Version 2.0 release candidate 3
   - Change the internal locking model of some gnt-node commands, in
     order to reduce contention (and blocking of master daemon) when
diff --git a/configure.ac b/configure.ac
index 955b860fa..75e3531b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [0])
 m4_define([gnt_version_revision], [0])
-m4_define([gnt_version_suffix], [~rc3])
+m4_define([gnt_version_suffix], [~rc4])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,
-- 
GitLab