From 267081429072aed48d00158a9220d95ef8be0151 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Mon, 9 Mar 2020 23:37:16 +0100 Subject: [PATCH] v2.3.0 release --- Build.PL | 4 ++-- CHANGELOG.md | 19 +++---------------- 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, 20 insertions(+), 24 deletions(-) diff --git a/Build.PL b/Build.PL index 6b7ef4c..98d21fb 100755 --- a/Build.PL +++ b/Build.PL @@ -22,8 +22,8 @@ my $build = Module::Build->new( create_packlist => 1, #create_readme => 1, create_makefile_pl => 'traditional', - dist_version => '2.3_rc2', - release_status => 'testing', # stable or testing + dist_version => '2.3.0', + release_status => 'stable', # stable or testing dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker', dist_author => [ 'Mael Rimbault ', diff --git a/CHANGELOG.md b/CHANGELOG.md index 3616196..6f4e17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,11 @@ -# PAF v2.3 rc2 +# PAF v2.3.0 -Release date: 2020-02-11 +Release date: 2020-03-09 __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 - -__WARNING__: This version is only compatible with at least -Pacemaker 1.1.13 using a corosync 2.x stack. - -Changelog since 2.2: +Changelog since 2.2.1: * new: support PostgreSQL 12 * fix: wrong log message during switchover failure diff --git a/debian/changelog b/debian/changelog index c0f091a..036a29c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +resource-agents-paf (2.3.0-1) unstable; urgency=low + + * 2.3.0 major release + + -- Jehan-Guillaume (ioguix) de Rorthais Mon, 09 Mar 2020 23:30:00 +0100 + resource-agents-paf (2.3~rc2-1) unstable; urgency=low * 2.3_rc2 release candidate diff --git a/lib/OCF_Directories.pm.PL b/lib/OCF_Directories.pm.PL index 15d6385..f790ca5 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_rc2'; +my $VERSION = 'v2.3.0'; 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 acd0be4..895e7cc 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_rc2'; + our $VERSION = 'v2.3.0'; our @ISA = ('Exporter'); our @EXPORT = qw( $__OCF_ACTION diff --git a/lib/OCF_ReturnCodes.pm b/lib/OCF_ReturnCodes.pm index 53901bf..17c2de4 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_rc2'; + our $VERSION = 'v2.3.0'; our @ISA = ('Exporter'); our @EXPORT = qw( $OCF_SUCCESS diff --git a/resource-agents-paf.spec b/resource-agents-paf.spec index 75d6b56..1e4f291 100644 --- a/resource-agents-paf.spec +++ b/resource-agents-paf.spec @@ -1,7 +1,7 @@ -%global _tag 2.3_rc2 +%global _tag 2.3.0 %global _ocfroot %{_exec_prefix}/lib/ocf Name: resource-agents-paf -Version: 2.3~rc2 +Version: 2.3.0 Release: 1 Summary: PostgreSQL resource agent for Pacemaker License: PostgreSQL @@ -44,6 +44,9 @@ find "%{buildroot}" -type f -name .packlist -delete %{_datadir}/resource-agents/ocft/configs/pgsqlms %changelog +* Mon Mar 09 2020 Jehan-Guillaume de Rorthais - 2.3.0-1 +- 2.3.0 major release + * Tue Feb 11 2020 Jehan-Guillaume de Rorthais - 2.3~rc2-1 - 2.3_rc2 release candidate diff --git a/script/pgsqlms b/script/pgsqlms index 49fdd20..7d1b144 100755 --- a/script/pgsqlms +++ b/script/pgsqlms @@ -36,7 +36,7 @@ use OCF_ReturnCodes; use OCF_Directories; use OCF_Functions; -our $VERSION = 'v2.3_rc2'; +our $VERSION = 'v2.3.0'; our $PROGRAM = 'pgsqlms'; # OCF environment