diff --git a/Build.PL b/Build.PL index 59351e1..b55fb85 100755 --- a/Build.PL +++ b/Build.PL @@ -24,8 +24,8 @@ my $build = Module::Build->new( create_packlist => 1, #create_readme => 1, create_makefile_pl => 'traditional', - dist_version => '2.2.1_rc1', - release_status => 'testing', # stable or testing + dist_version => '2.2.1', + 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 eddfd9a..6a90035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# PAF v2.2.1 rc1 +# PAF v2.2.1 -Release date: 2019-01-22 +Release date: 2019-01-31 __WARNING__: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack. diff --git a/debian/changelog b/debian/changelog index c74706f..e80a465 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +resource-agents-paf (2.2.1-1) unstable; urgency=low + + * 2.2.1 minor release + + -- Jehan-Guillaume (ioguix) de Rorthais Thu, 31 Jan 2019 14:00:00 +0100 + resource-agents-paf (2.2.1~rc1-1) unstable; urgency=low * 2.2.1_rc1 release candidate - -- Jehan-Guillaume (ioguix) de Rorthais Tue, 22 Jan 2019 22:00:00 +0200 + -- Jehan-Guillaume (ioguix) de Rorthais Tue, 22 Jan 2019 22:00:00 +0100 resource-agents-paf (2.2.0-2) unstable; urgency=low diff --git a/lib/OCF_Directories.pm.PL b/lib/OCF_Directories.pm.PL index f858375..3d82768 100755 --- a/lib/OCF_Directories.pm.PL +++ b/lib/OCF_Directories.pm.PL @@ -7,7 +7,7 @@ use Config; use File::Spec; use Storable; -my $VERSION = 'v2.2.1_rc1'; +my $VERSION = 'v2.2.1'; my $_ocf_dirs = File::Spec->tmpdir."/ocf_dirs.bin"; diff --git a/lib/OCF_Functions.pm b/lib/OCF_Functions.pm index 4a13a98..93ea463 100755 --- a/lib/OCF_Functions.pm +++ b/lib/OCF_Functions.pm @@ -96,7 +96,7 @@ use OCF_Directories; BEGIN { use Exporter; - our $VERSION = 'v2.2.1_rc1'; + our $VERSION = 'v2.2.1'; our @ISA = ('Exporter'); our @EXPORT = qw( $__OCF_ACTION diff --git a/lib/OCF_ReturnCodes.pm b/lib/OCF_ReturnCodes.pm index b126e6f..cc157b5 100755 --- a/lib/OCF_ReturnCodes.pm +++ b/lib/OCF_ReturnCodes.pm @@ -60,7 +60,7 @@ use 5.008; BEGIN { use Exporter; - our $VERSION = 'v2.2.1_rc1'; + our $VERSION = 'v2.2.1'; our @ISA = ('Exporter'); our @EXPORT = qw( $OCF_SUCCESS diff --git a/resource-agents-paf.spec b/resource-agents-paf.spec index fd5fefa..c0f2f6d 100644 --- a/resource-agents-paf.spec +++ b/resource-agents-paf.spec @@ -1,7 +1,7 @@ -%global _tag 2.2.1_rc1 +%global _tag 2.2.1 %global _ocfroot /usr/lib/ocf Name: resource-agents-paf -Version: 2.2.1~rc1 +Version: 2.2.1 Release: 1 Summary: PostgreSQL resource agent for Pacemaker License: PostgreSQL @@ -42,6 +42,9 @@ find "%{buildroot}" -type f -name .packlist -delete %{_datadir}/resource-agents/ocft/configs/pgsqlms %changelog +* Thu Jan 31 2019 Jehan-Guillaume de Rorthais - 2.2.1-1 +- 2.2.1 minor release + * Tue Jan 22 2019 Jehan-Guillaume de Rorthais - 2.2.1rc1-1 - 2.2.1_rc1 release candidate diff --git a/script/pgsqlms b/script/pgsqlms index 540d756..9390016 100755 --- a/script/pgsqlms +++ b/script/pgsqlms @@ -36,7 +36,7 @@ use OCF_ReturnCodes; use OCF_Directories; use OCF_Functions; -our $VERSION = 'v2.2.1_rc1'; +our $VERSION = 'v2.2.1'; our $PROGRAM = 'pgsqlms'; # OCF environment