Hs2Py constants: 'maxUdpDataSize'
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 3f5d906..e3ba0d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,29 @@ News
 ====
 
 
-Version 2.9.0 beta1
--------------------
+Version 2.10.0 alpha1
+---------------------
 
-*(Released Thu, 29 Aug 2013)*
+*(unreleased)*
+
+Incompatible/important changes
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- Adding disks with 'gnt-instance modify' now waits for the disks to sync per
+  default. Specify --no-wait-for-sync to override this behavior.
+- The Ganeti python code now adheres to a private-module layout. In particular,
+  the module 'ganeti' is no longer in the python search path.
+
+New features
+~~~~~~~~~~~~
+- KVM hypervisors can now access RBD storage directly without having to
+  go through a block device.
+
+
+Version 2.9.0 rc1
+-----------------
+
+*(Released Tue, 1 Oct 2013)*
 
 Incompatible/important changes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -71,6 +90,23 @@ Haskell
 - ``hslogger`` (http://software.complete.org/hslogger) is now always
   required, even if confd is not enabled.
 
+Since 2.9.0 beta1
+~~~~~~~~~~~~~~~~~
+
+- various bug fixes
+- update of the documentation, in particular installation instructions
+- merging of LD_* constants into DT_* constants
+- python style changes to be compatible with newer versions of pylint
+
+
+Version 2.9.0 beta1
+-------------------
+
+*(Released Thu, 29 Aug 2013)*
+
+This was the first beta release of the 2.9 series. All important changes
+are listed in the latest 2.9 entry.
+
 
 Version 2.8.0
 -------------