From cbcfc281af3dc6cf285e431d899246dd18201375 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 24 Jun 2014 08:56:04 -0400 Subject: [PATCH] Bump version to 5.0.1. Mostly so we don't accidentally release another 5.0.0 --- Bucardo.pm | 4 ++-- Bucardo.pm.html | 2 +- Changes | 3 +++ META.yml | 6 +++--- Makefile.PL | 2 +- README | 2 +- bucardo | 8 ++++---- bucardo.html | 6 +++--- bucardo.schema | 6 +++--- 9 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Bucardo.pm b/Bucardo.pm index d0f8d48bc..f2e4aa149 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -16,7 +16,7 @@ use warnings; use utf8; use open qw( :std :utf8 ); -our $VERSION = '5.0.0'; +our $VERSION = '5.0.1'; use DBI 1.51; ## How Perl talks to databases use DBD::Pg 2.0 qw( :async ); ## How Perl talks to Postgres databases @@ -9923,7 +9923,7 @@ Bucardo - Postgres multi-master replication system =head1 VERSION -This document describes version 5.0.0 of Bucardo +This document describes version 5.0.1 of Bucardo =head1 WEBSITE diff --git a/Bucardo.pm.html b/Bucardo.pm.html index fb60145d2..06726da1a 100644 --- a/Bucardo.pm.html +++ b/Bucardo.pm.html @@ -40,7 +40,7 @@


VERSION

-

This document describes version 5.0.0 of Bucardo

+

This document describes version 5.0.1 of Bucardo


diff --git a/Changes b/Changes index 65399c3ed..065f11e15 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ [ GSM is Greg Sabino Mullane ] +Bucardo version 5.0.1, released ?? + + 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 1ddf2a2e7..7efa9c708 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : Bucardo -version : 5.0.0 +version : 5.0.1 abstract : Postgres multi-master replication system author: - Greg Sabino Mullane @@ -34,10 +34,10 @@ build_requires: provides: Bucardo: file : Bucardo.pm - version : 5.0.0 + version : 5.0.1 bucardo: file : bucardo - version : 5.0.0 + version : 5.0.1 resources: homepage : http://bucardo.org/index.html diff --git a/Makefile.PL b/Makefile.PL index a2b042958..2aa0bea96 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.0.0'; +my $VERSION = '5.0.1'; WriteMakefile( NAME => 'Bucardo', diff --git a/README b/README index 3ca442d0b..befcc80a7 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Bucardo - a table-based replication system DESCRIPTION: ------------ -This is version 5.0.0 of Bucardo. +This is version 5.0.1 of Bucardo. COPYRIGHT: ---------- diff --git a/bucardo b/bucardo index 8e9ecec8e..393d923f7 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.0.0'; +our $VERSION = '5.0.1'; ## For the tests, we want to check that it compiles without actually doing anything return 1 if $ENV{BUCARDO_TEST}; @@ -9436,7 +9436,7 @@ bucardo - utility script for controlling the Bucardo program =head1 VERSION -This document describes version 5.0.0 of bucardo +This document describes version 5.0.1 of bucardo =head1 USAGE @@ -11144,7 +11144,7 @@ Which DDL changing conditions do we try to remedy automatically? Default: C -Current version of Bucardo. Default: C<5.0.0>. +Current version of Bucardo. Default: C<5.0.1>. =item C @@ -11152,7 +11152,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.0.0>. +Bucardo version this schema was created with. Default: C<5.0.1>. =item C diff --git a/bucardo.html b/bucardo.html index 932001823..aef19a523 100644 --- a/bucardo.html +++ b/bucardo.html @@ -96,7 +96,7 @@


VERSION

-

This document describes version 5.0.0 of bucardo

+

This document describes version 5.0.1 of bucardo


@@ -1941,7 +1941,7 @@ case-insensitive. The available settings are:

bucardo_version
-

Current version of Bucardo. Default: 5.0.0.

+

Current version of Bucardo. Default: 5.0.1.

bucardo_vac
@@ -1951,7 +1951,7 @@ case-insensitive. The available settings are:

bucardo_initial_version
-

Bucardo version this schema was created with. Default: 5.0.0.

+

Bucardo version this schema was created with. Default: 5.0.1.

ctl_checkonkids_time
diff --git a/bucardo.schema b/bucardo.schema index dabd2c0c2..f6d982efc 100644 --- a/bucardo.schema +++ b/bucardo.schema @@ -1,6 +1,6 @@ -- Schema for the main Bucardo database --- Version 5.0.0 +-- Version 5.0.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.0.0|Bucardo version this schema was created with -bucardo_version|5.0.0|Current version of Bucardo +bucardo_initial_version|5.0.1|Bucardo version this schema was created with +bucardo_version|5.0.1|Current version of Bucardo \. -- Other settings: -- 2.39.5