Make version 5.4.1 everywhere
authorGreg Sabino Mullane <greg@endpoint.com>
Tue, 19 Jul 2016 15:12:21 +0000 (11:12 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Tue, 19 Jul 2016 15:12:21 +0000 (11:12 -0400)
Bucardo.pm
Bucardo.pm.html
META.yml
Makefile.PL
README
TODO
bucardo
bucardo.html
bucardo.schema

index 3b9ad1dbe17f67f40189b8bf02614b6bfa496ded..666ea1228643e3514e66a572bfb6ca7a9ed4cdae 100644 (file)
@@ -16,7 +16,7 @@ use warnings;
 use utf8;
 use open qw( :std :utf8 );
 
-our $VERSION = '5.4.0';
+our $VERSION = '5.4.1';
 
 use DBI 1.51;                               ## How Perl talks to databases
 use DBD::Pg 2.0   qw( :async             ); ## How Perl talks to Postgres databases
@@ -10347,7 +10347,7 @@ Bucardo - Postgres multi-master replication system
 
 =head1 VERSION
 
-This document describes version 5.4.0 of Bucardo
+This document describes version 5.4.1 of Bucardo
 
 =head1 WEBSITE
 
index cd5c5b155503132a2325981bbda4e97a6a896c8b..c7c84439a1085a47328e562dd592719e70e1a112 100644 (file)
@@ -29,7 +29,7 @@
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This document describes version 5.4.0 of Bucardo</p>
+<p>This document describes version 5.4.1 of Bucardo</p>
 
 <h1 id="WEBSITE">WEBSITE</h1>
 
index 7727a7f3b382ed800539a615de68d8f43c73aeeb..243544799c2c9ddcb7260215cbebbc1c5bc8190a 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                : Bucardo
-version             : 5.4.0
+version             : 5.4.1
 abstract            : Postgres multi-master replication system
 author:              
   - Greg Sabino Mullane <greg@endpoint.com>
@@ -33,10 +33,10 @@ build_requires:
 provides:
   Bucardo:
     file            : Bucardo.pm
-    version         : 5.4.0
+    version         : 5.4.1
   bucardo:
     file            : bucardo
-    version         : 5.4.0
+    version         : 5.4.1
 
 resources:
   homepage          : http://bucardo.org/index.html
index 58b52ac156b656c7c606a4750922c03c3d2c6955..5b5731e6223c6e44556de1c59a4c3e89be446ae7 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.008003;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '5.4.0';
+my $VERSION = '5.4.1';
 
 WriteMakefile(
     NAME         => 'Bucardo',
diff --git a/README b/README
index 004be2ec4a013a4f1683ba07895d3476bb845629..dd41459c9a53090ada402eb2ff69841a22fdd827 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Bucardo - a table-based replication system
 DESCRIPTION:
 ------------
 
-This is version 5.4.0 of Bucardo.
+This is version 5.4.1 of Bucardo.
 
 COPYRIGHT:
 ----------
diff --git a/TODO b/TODO
index 24581b93a70aeb28c0dd0574b7f6b7b1826bcc90..3732156fec05d0256415ca23a4c4d93dbd408a55 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,7 @@ Future
 
 These range the gamut from wildly speculative ideas to must-have features.
 
+- Disable constraints on large data loads
 - Allow 'bucardo update relgroup' to work
 - Make sure the db can be specified for add herd, rather than relying on find_best_db_for_searching()
 - Use something more specific than txntime, which is not unique enough
diff --git a/bucardo b/bucardo
index 533b329a59ac3855275022a42a514fc80dd6ef35..08c44c04e3912ac23173448c9af5e1e82acb10b0 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -31,7 +31,7 @@ Getopt::Long::Configure(qw/ no_ignore_case pass_through no_autoabbrev /);
 
 require I18N::Langinfo;
 
-our $VERSION = '5.4.0';
+our $VERSION = '5.4.1';
 
 ## For the tests, we want to check that it compiles without actually doing anything
 return 1 if $ENV{BUCARDO_TEST};
@@ -10036,7 +10036,7 @@ bucardo - utility script for controlling the Bucardo program
 
 =head1 VERSION
 
-This document describes version 5.4.0 of bucardo
+This document describes version 5.4.1 of bucardo
 
 =head1 USAGE
 
@@ -11716,7 +11716,7 @@ Which DDL changing conditions do we try to remedy automatically? Default: C<newc
 
 =item C<bucardo_version>
 
-Current version of Bucardo. Default: C<5.4.0>.
+Current version of Bucardo. Default: C<5.4.1>.
 
 =item C<bucardo_vac>
 
@@ -11724,7 +11724,7 @@ Do we want the automatic VAC daemon to run? Default: C<1>.
 
 =item C<bucardo_initial_version>
 
-Bucardo version this schema was created with. Default: C<5.4.0>.
+Bucardo version this schema was created with. Default: C<5.4.1>.
 
 =item C<ctl_checkonkids_time>
 
index 0f2928cfe7e7cf90b1946972018343ea7909ce81..27620683ed86e070b2b662f1857644dcd2ab984a 100644 (file)
@@ -84,7 +84,7 @@
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This document describes version 5.4.0 of bucardo</p>
+<p>This document describes version 5.4.1 of bucardo</p>
 
 <h1 id="USAGE">USAGE</h1>
 
 <dt id="bucardo_version"><code>bucardo_version</code></dt>
 <dd>
 
-<p>Current version of Bucardo. Default: <code>5.4.0</code>.</p>
+<p>Current version of Bucardo. Default: <code>5.4.1</code>.</p>
 
 </dd>
 <dt id="bucardo_vac"><code>bucardo_vac</code></dt>
 <dt id="bucardo_initial_version"><code>bucardo_initial_version</code></dt>
 <dd>
 
-<p>Bucardo version this schema was created with. Default: <code>5.4.0</code>.</p>
+<p>Bucardo version this schema was created with. Default: <code>5.4.1</code>.</p>
 
 </dd>
 <dt id="ctl_checkonkids_time"><code>ctl_checkonkids_time</code></dt>
index 73b0a83ef22bb67b1408608ccf2a367ac3273829..792e7848fc78d79de6cf4a8f207da424e8633bda 100644 (file)
@@ -1,6 +1,6 @@
 
 -- Schema for the main Bucardo database
--- Version 5.4.0
+-- Version 5.4.1
 
 -- Should be run as a superuser
 -- This should not need to be run directly: use either
@@ -151,8 +151,8 @@ warning_file|bucardo.warning.log|File containing all log lines starting with "Wa
 COPY bucardo.bucardo_config(name,setting,about)
 FROM STDIN
 WITH DELIMITER '|';
-bucardo_initial_version|5.4.0|Bucardo version this schema was created with
-bucardo_version|5.4.0|Current version of Bucardo
+bucardo_initial_version|5.4.1|Bucardo version this schema was created with
+bucardo_version|5.4.1|Current version of Bucardo
 \.
 
 -- Other settings: