Bump the version to 5.0.0.
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 1 Jul 2013 16:00:43 +0000 (12:00 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 1 Jul 2013 16:00:43 +0000 (12:00 -0400)
Bucardo.pm
Bucardo.pm.html
META.yml
Makefile.PL
README
bucardo
bucardo.html
bucardo.schema

index 493a21cb32bb8affeb661a98b74c7e68a8db8fd0..31d658d03cc66293e282a22db2c6ca40571dcce3 100644 (file)
@@ -15,7 +15,7 @@ use strict;
 use warnings;
 use utf8;
 
-our $VERSION = '4.99.7';
+our $VERSION = '5.0.0';
 
 use DBI 1.51;                               ## How Perl talks to databases
 use DBD::Pg 2.0   qw( :async             ); ## How Perl talks to Postgres databases
@@ -9260,7 +9260,7 @@ Bucardo - Postgres multi-master replication system
 
 =head1 VERSION
 
-This document describes version 4.99.7 of Bucardo
+This document describes version 5.0.0 of Bucardo
 
 =head1 WEBSITE
 
index 1cc12a3a0454769cc0e84bc6afe4899c40d88b1b..8df50fdb41e0b870eefab2b78d5a38feb6c31e03 100644 (file)
@@ -40,7 +40,7 @@
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This document describes version 4.99.7 of Bucardo</p>
+<p>This document describes version 5.0.0 of Bucardo</p>
 <p>
 </p>
 <hr />
index 4d2e1b6948cd36d11d8610cc01460ff9ff7d1f67..9b5169b737d3d471e528d502be752b32a1f89964 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                : Bucardo
-version             : 4.99.7
+version             : 5.0.0
 abstract            : Postgres multi-master replication system
 author:              
   - Greg Sabino Mullane <greg@endpoint.com>
@@ -29,10 +29,10 @@ build_requires:
 provides:
   Bucardo:
     file            : Bucardo.pm
-    version         : 4.99.7
+    version         : 5.0.0
   bucardo:
     file            : bucardo
-    version         : 4.99.7
+    version         : 5.0.0
 
 resources:
   homepage          : http://bucardo.org/index.html
index d51f13dfabe6d6e633cda053bd14228f6ec0c917..699ec2ff59b94b751a3e826767dcfaabba5f47ef 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 = '4.99.7';
+my $VERSION = '5.0.0';
 
 WriteMakefile(
     NAME         => 'Bucardo',
diff --git a/README b/README
index 11db15b1703db8750096c80eafbea52495319796..d0cc2f0a3551b4bf5cbd0d6f617c225b2065eb93 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Bucardo - a table-based replication system
 DESCRIPTION:
 ------------
 
-This is version 4.99.7 of Bucardo.
+This is version 5.0.0 of Bucardo.
 
 THIS IS NOT A PRODUCTION RELEASE! This is a beta release of version 5.
 
diff --git a/bucardo b/bucardo
index e1aaed0c3bd110e0aaf043816c43bfc7a3368c07..1a78cc13dbf71d05f78f844db471fe04716a4426 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -22,7 +22,7 @@ $Data::Dumper::Indent = 1;
 use Getopt::Long;
 Getopt::Long::Configure(qw/ no_ignore_case pass_through no_autoabbrev /);
 
-our $VERSION = '4.99.7';
+our $VERSION = '5.0.0';
 
 ## For the tests, we want to check that it compiles without actually doing anything
 return 1 if $ENV{BUCARDO_TEST};
@@ -8781,7 +8781,7 @@ bucardo - utility script for controlling the Bucardo program
 
 =head1 VERSION
 
-This document describes version 4.99.7 of bucardo
+This document describes version 5.0.0 of bucardo
 
 =head1 USAGE
 
@@ -10423,7 +10423,7 @@ Which DDL changing conditions do we try to remedy automatically? Default: C<newc
 
 =item C<bucardo_current_version>
 
-Current version of Bucardo. Default: C<4.99.7>.
+Current version of Bucardo. Default: C<5.0.0>.
 
 =item C<bucardo_vac>
 
@@ -10431,7 +10431,7 @@ Do we want the automatic VAC daemon to run? Default: C<1>.
 
 =item C<bucardo_version>
 
-Bucardo version this schema was created with. Default: C<4.99.7>.
+Bucardo version this schema was created with. Default: C<5.0.0>.
 
 =item C<ctl_checkonkids_time>
 
index 6f460c3f00c06d0ebc785deb5542e89d76ec3002..9ee42df85226af55dfbc59fbc88e98cf50fbd82d 100644 (file)
@@ -95,7 +95,7 @@
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This document describes version 4.99.7 of bucardo</p>
+<p>This document describes version 5.0.0 of bucardo</p>
 <p>
 </p>
 <hr />
@@ -497,8 +497,6 @@ include:</p>
 
 <dt><strong><code>customcols</code></strong></dt>
 
-<dt><strong><code>customcols</code></strong></dt>
-
 </dl>
 <p>
 </p>
@@ -1526,7 +1524,7 @@ what to replicate from where to where. The supported parameters are:</p>
 <dt><strong><code>name</code></strong></dt>
 
 <dd>
-<p>The name of the sync.</p>
+<p>The name of the sync. Required.</p>
 </dd>
 <dt><strong><code>dbs</code></strong></dt>
 
@@ -1559,6 +1557,12 @@ what to replicate from where to where. The supported parameters are:</p>
 <dd>
 <p>Number of times a KID may be kicked before being reaped.</p>
 </dd>
+<dt><strong><a name="isolation_level" class="item"><code>isolation_level</code></a></strong></dt>
+
+<dd>
+<p>The transation isolation level this sync should use.
+Only choices are &quot;serializable&quot; and &quot;repeatable read&quot;</p>
+</dd>
 <dt><strong><code>conflict_strategy</code></strong></dt>
 
 <dd>
@@ -1867,7 +1871,7 @@ case-insensitive. The available settings are:</p>
 <dt><strong><a name="bucardo_current_version" class="item"><code>bucardo_current_version</code></a></strong></dt>
 
 <dd>
-<p>Current version of Bucardo. Default: <code>4.99.7</code>.</p>
+<p>Current version of Bucardo. Default: <code>5.0.0</code>.</p>
 </dd>
 <dt><strong><a name="bucardo_vac" class="item"><code>bucardo_vac</code></a></strong></dt>
 
@@ -1877,7 +1881,7 @@ case-insensitive. The available settings are:</p>
 <dt><strong><a name="bucardo_version" class="item"><code>bucardo_version</code></a></strong></dt>
 
 <dd>
-<p>Bucardo version this schema was created with. Default: <code>4.99.7</code>.</p>
+<p>Bucardo version this schema was created with. Default: <code>5.0.0</code>.</p>
 </dd>
 <dt><strong><a name="ctl_checkonkids_time" class="item"><code>ctl_checkonkids_time</code></a></strong></dt>
 
@@ -1934,6 +1938,12 @@ case-insensitive. The available settings are:</p>
 <dd>
 <p>Regex to make sure we don't accidentally run where we should not. Default: None.</p>
 </dd>
+<dt><strong><code>isolation_level</code></strong></dt>
+
+<dd>
+<p>The transaction isolation level all sync should use. Defaults to 'serializable'. 
+The only other valid option is 'repeatable read'</p>
+</dd>
 <dt><strong><a name="kid_deadlock_sleep" class="item"><code>kid_deadlock_sleep</code></a></strong></dt>
 
 <dd>
index d817d644eeb687872519a3869a54047b1ffe663b..7e1bcc1a1be45663d45dbf7ccf40a577a26886c2 100644 (file)
@@ -1,6 +1,6 @@
 
 -- Schema for the main Bucardo database
--- Version 4.99.7
+-- Version 5.0.0
 
 -- Should be run as a superuser
 -- This should not need to be run directly: use either
@@ -145,8 +145,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_version|4.99.7|Bucardo version this schema was created with
-bucardo_current_version|4.99.7|Current version of Bucardo
+bucardo_version|5.0.0|Bucardo version this schema was created with
+bucardo_current_version|5.0.0|Current version of Bucardo
 \.
 
 -- Other settings: