From 8cf838ab16acc14b05df48e2f86920d98d043727 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 17 Jul 2014 08:16:42 -0400 Subject: [PATCH] Set version 5.1.1 --- Bucardo.pm | 4 ++-- Changes | 7 +++++++ META.yml | 6 +++--- Makefile.PL | 2 +- README | 2 +- bucardo | 8 ++++---- bucardo.schema | 6 +++--- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/Bucardo.pm b/Bucardo.pm index 807d16962..348017329 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -16,7 +16,7 @@ use warnings; use utf8; use open qw( :std :utf8 ); -our $VERSION = '5.1.0'; +our $VERSION = '5.1.1'; use DBI 1.51; ## How Perl talks to databases use DBD::Pg 2.0 qw( :async ); ## How Perl talks to Postgres databases @@ -9949,7 +9949,7 @@ Bucardo - Postgres multi-master replication system =head1 VERSION -This document describes version 5.1.0 of Bucardo +This document describes version 5.1.1 of Bucardo =head1 WEBSITE diff --git a/Changes b/Changes index ee5856d01..57d3bfb12 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,18 @@ [ GSM is Greg Sabino Mullane ] + +Bucardo version 5.1.1, released July 17, 2014 + + - Minor fixes to conflict handling. [GSM] + + Bucardo version 5.1.0, released July 14, 2014 (git commit 7465d87ec60d29555fc2a38e70e08cc09e33a7db) - Many fixes and features added to the conflict resolution system. [GSM] - Fix the upgrade so new constraints are handled better. [GSM] + Bucardo version 5.0.0, released June 23, 2014 (git commit 2349582733df31a4115b952bfcc2f5732d5af16a) - Complete rework of Bucardo: we now allow as many source and target diff --git a/META.yml b/META.yml index dba5237f6..31ac93e45 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : Bucardo -version : 5.1.0 +version : 5.1.1 abstract : Postgres multi-master replication system author: - Greg Sabino Mullane @@ -34,10 +34,10 @@ build_requires: provides: Bucardo: file : Bucardo.pm - version : 5.1.0 + version : 5.1.1 bucardo: file : bucardo - version : 5.1.0 + version : 5.1.1 resources: homepage : http://bucardo.org/index.html diff --git a/Makefile.PL b/Makefile.PL index 774574190..39c314aec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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.1.0'; +my $VERSION = '5.1.1'; WriteMakefile( NAME => 'Bucardo', diff --git a/README b/README index 251de071a..500c82487 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Bucardo - a table-based replication system DESCRIPTION: ------------ -This is version 5.1.0 of Bucardo. +This is version 5.1.1 of Bucardo. COPYRIGHT: ---------- diff --git a/bucardo b/bucardo index 9ac30ed25..13e743991 100755 --- a/bucardo +++ b/bucardo @@ -29,7 +29,7 @@ $Data::Dumper::Indent = 1; use Getopt::Long; Getopt::Long::Configure(qw/ no_ignore_case pass_through no_autoabbrev /); -our $VERSION = '5.1.0'; +our $VERSION = '5.1.1'; ## For the tests, we want to check that it compiles without actually doing anything return 1 if $ENV{BUCARDO_TEST}; @@ -9527,7 +9527,7 @@ bucardo - utility script for controlling the Bucardo program =head1 VERSION -This document describes version 5.1.0 of bucardo +This document describes version 5.1.1 of bucardo =head1 USAGE @@ -11235,7 +11235,7 @@ Which DDL changing conditions do we try to remedy automatically? Default: C -Current version of Bucardo. Default: C<5.1.0>. +Current version of Bucardo. Default: C<5.1.1>. =item C @@ -11243,7 +11243,7 @@ Do we want the automatic VAC daemon to run? Default: C<1>. =item C -Bucardo version this schema was created with. Default: C<5.1.0>. +Bucardo version this schema was created with. Default: C<5.1.1>. =item C diff --git a/bucardo.schema b/bucardo.schema index da688bd48..99ba37a42 100644 --- a/bucardo.schema +++ b/bucardo.schema @@ -1,6 +1,6 @@ -- Schema for the main Bucardo database --- Version 5.1.0 +-- Version 5.1.1 -- Should be run as a superuser -- This should not need to be run directly: use either @@ -150,8 +150,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.1.0|Bucardo version this schema was created with -bucardo_version|5.1.0|Current version of Bucardo +bucardo_initial_version|5.1.1|Bucardo version this schema was created with +bucardo_version|5.1.1|Current version of Bucardo \. -- Other settings: -- 2.39.5