From 9a4c6e08f574c13f3bb58a194a9bb0a9bcd64bcd Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Tue, 11 Feb 2020 22:06:37 +0100 Subject: [PATCH] v2.3_rc2 release --- Build.PL | 2 +- CHANGELOG.md | 13 +++++++++++++ debian/changelog | 6 ++++++ 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, 29 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index 9946b78..6b7ef4c 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.3_rc1', + dist_version => '2.3_rc2', release_status => 'testing', # stable or testing dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker', dist_author => [ diff --git a/CHANGELOG.md b/CHANGELOG.md index a240ebc..3616196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# PAF v2.3 rc2 + +Release date: 2020-02-11 + +__WARNING__: This version is only compatible with at least +Pacemaker 1.1.13 using a corosync 2.x stack. + +Changelog since 2.3 rc1: + +* fix: application_name's check, gh #156 reported by ZeroOne +* fix: wrong exit reason, gh #156 reported by dud225 + + # PAF v2.3 rc1 Release date: 2019-11-28 diff --git a/debian/changelog b/debian/changelog index 5dc8432..c0f091a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +resource-agents-paf (2.3~rc2-1) unstable; urgency=low + + * 2.3_rc2 release candidate + + -- Jehan-Guillaume (ioguix) de Rorthais Tue, 11 Feb 2020 22:00:00 +0100 + resource-agents-paf (2.3~rc1-1) unstable; urgency=low * 2.3_rc1 release candidate diff --git a/lib/OCF_Directories.pm.PL b/lib/OCF_Directories.pm.PL index 9017eee..15d6385 100755 --- a/lib/OCF_Directories.pm.PL +++ b/lib/OCF_Directories.pm.PL @@ -6,7 +6,7 @@ use warnings; use Config; use Module::Build; -my $VERSION = 'v2.3_rc1'; +my $VERSION = 'v2.3_rc2'; my $build = Module::Build->current; my %ocf_dirs = %{ $build->notes('ocf_dirs') }; diff --git a/lib/OCF_Functions.pm b/lib/OCF_Functions.pm index 73568f0..acd0be4 100755 --- a/lib/OCF_Functions.pm +++ b/lib/OCF_Functions.pm @@ -96,7 +96,7 @@ use OCF_Directories; BEGIN { use Exporter; - our $VERSION = 'v2.3_rc1'; + our $VERSION = 'v2.3_rc2'; our @ISA = ('Exporter'); our @EXPORT = qw( $__OCF_ACTION diff --git a/lib/OCF_ReturnCodes.pm b/lib/OCF_ReturnCodes.pm index 7221bc7..53901bf 100755 --- a/lib/OCF_ReturnCodes.pm +++ b/lib/OCF_ReturnCodes.pm @@ -60,7 +60,7 @@ use 5.008; BEGIN { use Exporter; - our $VERSION = 'v2.3_rc1'; + our $VERSION = 'v2.3_rc2'; our @ISA = ('Exporter'); our @EXPORT = qw( $OCF_SUCCESS diff --git a/resource-agents-paf.spec b/resource-agents-paf.spec index 64c8e69..42ae4c8 100644 --- a/resource-agents-paf.spec +++ b/resource-agents-paf.spec @@ -1,7 +1,7 @@ -%global _tag 2.3_rc1 +%global _tag 2.3_rc2 %global _ocfroot /usr/lib/ocf Name: resource-agents-paf -Version: 2.3~rc1 +Version: 2.3~rc2 Release: 1 Summary: PostgreSQL resource agent for Pacemaker License: PostgreSQL @@ -45,6 +45,9 @@ find "%{buildroot}" -type f -name .packlist -delete %{_datadir}/resource-agents/ocft/configs/pgsqlms %changelog +* Tue Feb 11 2020 Jehan-Guillaume de Rorthais - 2.3rc2-1 +- 2.3_rc2 release candidate + * Thu Nov 28 2019 Jehan-Guillaume de Rorthais - 2.3rc1-1 - 2.3_rc1 release candidate diff --git a/script/pgsqlms b/script/pgsqlms index 950b12e..49fdd20 100755 --- a/script/pgsqlms +++ b/script/pgsqlms @@ -36,7 +36,7 @@ use OCF_ReturnCodes; use OCF_Directories; use OCF_Functions; -our $VERSION = 'v2.3_rc1'; +our $VERSION = 'v2.3_rc2'; our $PROGRAM = 'pgsqlms'; # OCF environment