use utf8;
use open qw( :std :utf8 );
-our $VERSION = '5.3.1';
+our $VERSION = '5.4.0';
use DBI 1.51; ## How Perl talks to databases
use DBD::Pg 2.0 qw( :async ); ## How Perl talks to Postgres databases
=head1 VERSION
-This document describes version 5.3.1 of Bucardo
+This document describes version 5.4.0 of Bucardo
=head1 WEBSITE
<h1 id="VERSION">VERSION</h1>
-<p>This document describes version 5.3.1 of Bucardo</p>
+<p>This document describes version 5.4.0 of Bucardo</p>
<h1 id="WEBSITE">WEBSITE</h1>
--- #YAML:1.0
name : Bucardo
-version : 5.3.1
+version : 5.4.0
abstract : Postgres multi-master replication system
author:
- Greg Sabino Mullane <greg@endpoint.com>
provides:
Bucardo:
file : Bucardo.pm
- version : 5.3.1
+ version : 5.4.0
bucardo:
file : bucardo
- version : 5.3.1
+ version : 5.4.0
resources:
homepage : http://bucardo.org/index.html
use 5.008003;
## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '5.3.1';
+my $VERSION = '5.4.0';
WriteMakefile(
NAME => 'Bucardo',
DESCRIPTION:
------------
-This is version 5.3.1 of Bucardo.
+This is version 5.4.0 of Bucardo.
COPYRIGHT:
----------
require I18N::Langinfo;
-our $VERSION = '5.3.1';
+our $VERSION = '5.4.0';
## For the tests, we want to check that it compiles without actually doing anything
return 1 if $ENV{BUCARDO_TEST};
=head1 VERSION
-This document describes version 5.3.1 of bucardo
+This document describes version 5.4.0 of bucardo
=head1 USAGE
=item C<bucardo_version>
-Current version of Bucardo. Default: C<5.3.1>.
+Current version of Bucardo. Default: C<5.4.0>.
=item C<bucardo_vac>
=item C<bucardo_initial_version>
-Bucardo version this schema was created with. Default: C<5.3.1>.
+Bucardo version this schema was created with. Default: C<5.4.0>.
=item C<ctl_checkonkids_time>
<h1 id="VERSION">VERSION</h1>
-<p>This document describes version 5.3.1 of bucardo</p>
+<p>This document describes version 5.4.0 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.3.1</code>.</p>
+<p>Current version of Bucardo. Default: <code>5.4.0</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.3.1</code>.</p>
+<p>Bucardo version this schema was created with. Default: <code>5.4.0</code>.</p>
</dd>
<dt id="ctl_checkonkids_time"><code>ctl_checkonkids_time</code></dt>
-- Schema for the main Bucardo database
--- Version 5.3.1
+-- Version 5.4.0
-- Should be run as a superuser
-- This should not need to be run directly: use either
COPY bucardo.bucardo_config(name,setting,about)
FROM STDIN
WITH DELIMITER '|';
-bucardo_initial_version|5.3.1|Bucardo version this schema was created with
-bucardo_version|5.3.1|Current version of Bucardo
+bucardo_initial_version|5.4.0|Bucardo version this schema was created with
+bucardo_version|5.4.0|Current version of Bucardo
\.
-- Other settings: