From 2263c9daa52d7f78f8b10cbf6d5614f5573f68d9 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Sun, 11 Dec 2016 23:33:54 +0100 Subject: [PATCH] v2.1_rc1 release --- Build.PL | 2 +- CHANGELOG.md | 4 ++-- debian/changelog | 7 +++++++ lib/OCF_Directories.pm.PL | 2 +- lib/OCF_Functions.pm | 2 +- lib/OCF_ReturnCodes.pm | 2 +- resource-agents-paf.spec | 7 +++++-- script/pgsqlms | 2 +- 8 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Build.PL b/Build.PL index a8eb2db..c5f7131 100755 --- a/Build.PL +++ b/Build.PL @@ -22,7 +22,7 @@ my $build = Module::Build->new( create_packlist => 1, #create_readme => 1, create_makefile_pl => 'traditional', - dist_version => '2.1_beta1', + dist_version => '2.1_rc1', dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker', dist_author => [ 'Mael Rimbault ', diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ae923..0d1d148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# PAF v2.1 beta1 +# PAF v2.1 rc1 Release date: WIP __WARNING__: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack. -* 2.1 beta1 release +* 2.1 rc1 release * fix: compatibility with PostrgeSQL 9.6, YanChii * change: better handling of Pacemaker timeout, ioguix * change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix diff --git a/debian/changelog b/debian/changelog index 650a863..30f2695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +resource-agents-paf (2.1~rc1-1) unstable; urgency=low + + * 2.1_rc1 beta release + * see CHANGELOG.md + + -- Jehan-Guillaume (ioguix) de Rorthais Sun, 11 Dec 2016 23:30:00 +0100 + resource-agents-paf (2.1~beta1-1) unstable; urgency=low * 2.1_beta1 beta release diff --git a/lib/OCF_Directories.pm.PL b/lib/OCF_Directories.pm.PL index eaadcec..40445ff 100755 --- a/lib/OCF_Directories.pm.PL +++ b/lib/OCF_Directories.pm.PL @@ -99,7 +99,7 @@ BEGIN { use Exporter; - our \$VERSION = 'v2.1_beta1'; + our \$VERSION = 'v2.1_rc1'; our \@ISA = ('Exporter'); our \@EXPORT = qw( \$INITDIR diff --git a/lib/OCF_Functions.pm b/lib/OCF_Functions.pm index 5ce586b..eb63fbf 100755 --- a/lib/OCF_Functions.pm +++ b/lib/OCF_Functions.pm @@ -94,7 +94,7 @@ use OCF_Directories; BEGIN { use Exporter; - our $VERSION = 'v2.1_beta1'; + our $VERSION = 'v2.1_rc1'; our @ISA = ('Exporter'); our @EXPORT = qw( $__OCF_ACTION diff --git a/lib/OCF_ReturnCodes.pm b/lib/OCF_ReturnCodes.pm index f8304ed..cf60177 100755 --- a/lib/OCF_ReturnCodes.pm +++ b/lib/OCF_ReturnCodes.pm @@ -60,7 +60,7 @@ use 5.008; BEGIN { use Exporter; - our $VERSION = 'v2.1_beta1'; + our $VERSION = 'v2.1_rc1'; our @ISA = ('Exporter'); our @EXPORT = qw( $OCF_SUCCESS diff --git a/resource-agents-paf.spec b/resource-agents-paf.spec index a5d0aa4..8bf2c37 100644 --- a/resource-agents-paf.spec +++ b/resource-agents-paf.spec @@ -1,7 +1,7 @@ -%global _tag v2.1_beta1 +%global _tag v2.1_rc1 %global _ocfroot /usr/lib/ocf Name: resource-agents-paf -Version: 2.1~beta1 +Version: 2.1~rc1 Release: 1 Summary: PostgreSQL resource agent for Pacemaker License: PostgreSQL @@ -41,6 +41,9 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist %{_datadir}/resource-agents/ocft/configs/pgsqlms %changelog +* Sun Dec 11 2016 Jehan-Guillaume de Rorthais - 2.1rc1-1 +- 2.1_rc1 beta release + * Sun Dec 04 2016 Jehan-Guillaume de Rorthais - 2.1beta1-1 - 2.1_beta1 beta release diff --git a/script/pgsqlms b/script/pgsqlms index 0048f65..47bcc78 100755 --- a/script/pgsqlms +++ b/script/pgsqlms @@ -27,7 +27,7 @@ use OCF_ReturnCodes; use OCF_Directories; use OCF_Functions; -our $VERSION = 'v2.1_beta1'; +our $VERSION = 'v2.1_rc1'; our $PROGRAM = 'pgsqlms'; # OCF environment