From 2fe61f878813aeb3fcee1c83c0360d27eb78257b Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Wed, 19 Aug 2009 12:51:06 +0200
Subject: [PATCH] Update NEWS file for the 0.1.6 release

---
 NEWS   | 8 ++++++++
 README | 5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8867f9e7f..e63a33bdb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 0.1.6 (Wed, 19 Aug 2009):
+  - Added support for Luxi (the native Ganeti protocol)
+  - Added support for simulated clusters (for hspace only)
+  - Added timeouts for the RAPI backend
+  - Fixed a few inconsistencies in the command line handling
+  - Fixed handling of errors while loading data
+  - The 'network' is a new dependency due to the Luxi addition
+
 Version 0.1.5 (Thu, 09 Jul 2009):
   - Removed obsolete hn1 program; this allowed removal of a lot of
     supporting code
diff --git a/README b/README
index dfda0de1e..d30e820b4 100644
--- a/README
+++ b/README
@@ -93,8 +93,9 @@ If installing from source, you need a working ghc compiler (6.8 at
 least) and some extra Haskell libraries which usually need to be
 installed manually:
 
-- json (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/json)
-- curl (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl)
+- json (http://hackage.haskell.org/package/json)
+- curl (http://hackage.haskell.org/package/curl)
+- network (http://hackage.haskell.org/package/network)
 
 Once these are installed, just typing *make* in the top-level
 directory should be enough.
-- 
GitLab