Update NEWS ctdb-2.5.3
authorMartin Schwenke <martin@meltin.net>
Mon, 31 Mar 2014 04:25:32 +0000 (15:25 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 31 Mar 2014 05:40:51 +0000 (16:40 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
NEWS

diff --git a/NEWS b/NEWS
index 6ba90f6e5b31b396cbceb26de9728b526450e4bf..a91e48d74b7923eb536a42d151354744098440b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Changes in CTDB 2.5.3
+=====================
+
+User-visible changes
+--------------------
+
+* New configuration variable CTDB_NATGW_STATIC_ROUTES allows NAT
+  gateway feature to create static host/network routes instead of
+  default routes.  See the documentation.  Use with care.
+
+Important bug fixes
+-------------------
+
+* ctdbd no longer crashes when tickles are processed after reloading
+  the nodes file.
+
+* "ctdb reloadips" works as expected because the DEL_PUBLIC_IP control
+  now waits until public IP addresses are released before returning.
+
+Important internal changes
+--------------------------
+
+* Vacuuming performance has been improved.
+
+* Record locking now compares records based on their hashes to avoid
+  scheduling multiple requests for records on the same hashchain.
+
+* An internal timeout for revoking read-only record relegations has
+  been changed from hard-coded 5 seconds to the value of the
+  ControlTimeout tunable.  This makes it less likely that ctdbd will
+  abort.
+
+* Many test improvements and additions.
+
+
 Changes in CTDB 2.5.2
 =====================