Update changes for 5.3.0
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 22 Dec 2014 13:24:10 +0000 (08:24 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 22 Dec 2014 13:24:10 +0000 (08:24 -0500)
Changes

diff --git a/Changes b/Changes
index 39ba890f0e9b2b2fa23c82f4bc8345a4d8184ddb..40a3d4078e4d32503033ae427f5ae0af30f1bde7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,15 +7,44 @@ Bucardo version 5.3.0
   - Allow 'makedelta' to be specified at the database level
     [Greg Sabino Mullane]
 
-  - Give customcodes access to the list of changed rows
+  - Give customcodes access to the list of changed rows via 
+    the 'rows' key in the passed-in hashref
     [Greg Sabino Mullane]
 
+  - Allow specification of non-default port when sending email.
+    Attempt support for SASL auth.
+    [Greg Sabino Mullane, per suggestsion from Michael Wagner]
+
   - Better support for continuing once a database has crashed
     [Greg Sabino Mullane]
 
+  - Allow removing all tables or sequences at once via command line,
+    e.g. 'bucardo remove all tables'
+    [Greg Sabino Mullane]
+
+  - Allow --makedelta=foo to work on command line when adding all tables
+    [Greg Sabino Mullane]
+
   - New test file t/50-star.t and much improvement to testing framework
     [Greg Sabino Mullane]
 
+  - Added new logging level, DEBUG2, for things that are just too verbose
+    even for DEBUG!
+    [Greg Sabino Mullane]
+
+  - When the VAC exits, disconnect from any databases cleanly we 
+    may still be connected to.
+    [Greg Sabino Mullane]
+
+  - Allow --dryrun to work when adding items, esp. tables
+    [Greg Sabino Mullane]
+     
+  - Allow msg as alias for message e.g. 'bucardo msg foobar'
+    [Greg Sabino Mullane]
+
+  - When showing microseconds in the log, force the third and final zero to appear
+    [Greg Sabino Mullane]
+
 
 Bucardo version 5.2.0, released November 5, 2014 (git commit 003b827a73a6e2e51cc5e833a5b4bc21631bd216)