Mentioning various improvements. Signed-off-by: Hrvoje Ribicic <[email protected]> --- NEWS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS index 39bdf49..b4c0b3d 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ News Version 2.13.1 -------------- -*(unreleased)* +*(Released Tue, 16 Jun 2015)* Incompatible/important changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -20,6 +20,20 @@ Incompatible/important changes consequence of this change, Xen instance migrations using xl cannot occur between nodes running 2.13.0 and 2.13.1. +Inherited from 2.12: + +- Fixed Issue #1082: RAPI is unresponsive after master-failover +- Fixed Issue #1083: Cluster verify reports existing instance disks on + non-default VGs as missing +- Fixed Issue #1101: Modifying the storage directory for the shared-file disk + template doesn't work +- Fixed a possible file descriptor leak when forking jobs +- Fixed missing private parameters in the environment for OS scripts +- Fixed a performance regression when handling configuration + (only upgrade it if it changes) +- Adapt for compilation with GHC7.8 (compiles with warnings; + cherrypicked from 2.14) + Version 2.13.0 -------------- -- 2.2.0.rc0.207.ga3a616c
