Merge branch 'stable-2.8' into stable-2.9
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 91a2857..7f9766f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,16 @@ Version 2.9.0 beta1
 - The monitoring daemon is now running as root, in order to be able to collect
   information only available to root (such as the state of Xen instances).
 - The ConfD client is now IPv6 compatible.
+- File storage is no longer dis/enabled at configure time, but using the
+  option '--enabled-disk-templates' at cluster initialization and
+  modification.
+- The default directory for file storage is not anymore specified at
+  configure time, but taken from the cluster's configuration. It can be
+  set at cluster initialization and modification with '--file-storage-dir'.
+- Cluster verification now includes stricter checks regarding the
+  default file storage dir. It now checks that the file storage
+  directory is explicitely allowed in the 'file-storage-paths' file and
+  that the directory exists on all nodes.
 
 
 Version 2.8.0 beta1
@@ -106,6 +116,20 @@ For Python:
 - ``yaml`` library (only for running the QA).
 
 
+Version 2.7.1
+-------------
+
+*(Released Thu, 25 Jul 2013)*
+
+- Add logrotate functionality in daemon-util
+- Add logrotate example file
+- Add missing fields to network queries over rapi
+- Fix network object timestamps
+- Add support for querying network timestamps
+- Fix a typo in the example crontab
+- Fix a documentation typo
+
+
 Version 2.7.0
 -------------