From c254061a88ee6b6ca38339151de97199d0438cbf Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 16 Jun 2009 11:50:30 +0200
Subject: [PATCH] Update NEWS file for the 0.1.4 release

---
 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS b/NEWS
index ea1601059..ef9d56d78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 0.1.4 (Tue, 16 Jun 2009):
+  - Added CPU count/ratio of virtual-to-physical CPUs to the cluster
+    scoring methods; this means that now the balancer, the iallocator
+    plugin and so on will try to keep the VCPU-to-PCPU ratio equal
+    across the cluster
+  - Fixed some hscan bugs
+  - Fixed the way iallocator reads the total disk size (was broken and
+    it was always falling back to summing the disk sizes)
+  - Internals: fixed most compile-time warnings
+
 Version 0.1.3 (Fri, 05 Jun 2009):
   - Fix a bug in the ReplacePrimary instance moves, affecting most of
     the tools
-- 
GitLab