... mentioning all the changes. Signed-off-by: Hrvoje Ribicic <[email protected]> --- NEWS | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+)
diff --git a/NEWS b/NEWS index 14acd33..e2f6363 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,40 @@ News ==== +Version 2.13.2 +-------------- + +*(Released Mon, 13 Jul 2015)* + +Incompatible/important changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- This release contains a fix for the problem that different encodings in + SSL certificates can break RPC communication (issue 1094). The fix makes + it necessary to rerun 'gnt-cluster renew-crypto --new-node-certificates' + after the cluster is fully upgraded to 2.14.1 + +Other fixes and known issues +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Inherited from 2.12: + +- Fixed Issue #1115: Race between starting WConfD and updating the config +- Fixed Issue #1114: Binding RAPI to a specific IP makes the watcher + restart the RAPI +- Fixed Issue #1100: Filter-evaluation for run-time data filter +- Better handling of the "crashed" Xen state +- The watcher can be instructed to skip disk verification +- Reduce amount of logging on successful requests +- Prevent multiple communication NICs being created for instances +- The ``htools`` now properly work also on shared-storage clusters +- Instance moves now work properly also for the plain disk template +- Various improvements to the documentation have been added + +Known issues: +- Issue #1104: gnt-backup: dh key too small + + Version 2.13.1 -------------- -- 2.4.3.573.g4eafbef
