doc: Update NEWS ctdb-2.5.5
authorAmitay Isaacs <amitay@gmail.com>
Mon, 13 Apr 2015 04:17:12 +0000 (14:17 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 13 Apr 2015 05:36:47 +0000 (15:36 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 47d5b6cce826eb4ad1062b10287aba89c0d9d77b..580d853ef488bbffa326961f9f58dc458fa9f67e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Changes in CTDB 2.5.5
+=====================
+
+User-visible changes
+--------------------
+
+* Dump stack traces for hung RPC processes (mountd, rquotad, statd)
+
+* Add vaccuming latency to database statistics
+
+* Add -X option to ctdb tool that uses '|' as a separator to correctly handle
+  IPv6 addresses
+
+* Configuration variable VerifyRecoveryLock is now marked obsolete
+
+* Improved log messages when trying to set obsolete tunables
+
+Important bug fixes
+-------------------
+
+* Fix handling of IPv6 addresses
+
+* Use correct tdb flags when using robust mutex feature
+
+* Fix regression in client socket handling code
+
+* Fix regression in statd callout and make it more scalable
+
+* Change default log level to NOTICE, so the messages are correctly
+  displayed from CTDB tool
+
+Important internal changes
+--------------------------
+
+* Vacuuming performance improvements
+   - stagger multiple vacuuming child processes
+   - process all vacuum fetch requests in a loop
+
+* Improve handling of recovery lock
+
+* Many test improvements and additions.
+
+* Avoid logging every 10 seconds for locks that could not be obtained to prevent
+  flooding logs
+
+
 Changes in CTDB 2.5.4
 =====================