From d8de9112add60a674f8aadaab11695b728de9998 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 9 Jul 2009 15:54:51 +0200
Subject: [PATCH] Update NEWS file for the 0.1.5 release

This is basically a hspace release, so the changelog is small.
---
 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index ef9d56d78..8867f9e7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.1.5 (Thu, 09 Jul 2009):
+  - Removed obsolete hn1 program; this allowed removal of a lot of
+    supporting code
+  - Lots of changes in hspace: the output now is a shell fragment in
+    order for script to source it or parse it easier; added failure
+    reasons; optimised to use less memory for large clusters
+  - Optimized the scoring algorithm (used by all tools) so that now
+    computations should be faster
+
 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
-- 
GitLab