Update Changes file
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 30 Jul 2015 14:46:49 +0000 (10:46 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 30 Jul 2015 14:46:49 +0000 (10:46 -0400)
Changes

diff --git a/Changes b/Changes
index 4e3da1ce751cb3a143e8a04c86d385cb417ec225..ea0de187cdfc340d49d0430236c09bd3e6380c93 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,9 @@ Bucardo version ???
     and delta entries for a given sync. Use with care.
     [Greg Sabino Mullane]
 
+  - Allow 'bucardo validate' to drop the autokick triggers if they are no longer needed.
+    [Greg Sabino Mullane]
+
   - Add 'PRAGMA defer_foreign_keys' for sqlite targets
     [Greg Sabino Mullane]
 
@@ -48,6 +51,10 @@ Bucardo version ???
   - Make 'bucardo list all' a little less verbose for some not-so-common items
     [Greg Sabino Mullane]
 
+  - Fix up the "add relgroup" call to allow it to work for capitalized relations,
+    and remove a prepare_cached error that could occur.
+    [Greg Sabino Mullane]
+
   - Allow validate_sync to check the contents of functions for upgrade,
     not just their existence.
     [Greg Sabino Mullane]
@@ -56,7 +63,6 @@ Bucardo version ???
     [Greg Sabino Mullane]
 
 
-
 Bucardo version 5.3.1, released January 27, 2015 (git commit a4e59ea351410acd4fe750384a19393c261f7e91)
 
   - When clearing out the async mode, do not do so unless the state() is sane.