Skip to content

Commit

Permalink
v2.1_beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Dec 4, 2016
1 parent 17fed4c commit d554928
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ my $build = Module::Build->new(
create_packlist => 1,
#create_readme => 1,
create_makefile_pl => 'traditional',
dist_version => '2.0.0',
dist_version => '2.1_beta1',
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
dist_author => [
'Mael Rimbault <[email protected]>',
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# PAF v2.1 beta1

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
* 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
* new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau & ioguix
* misc: improve debian packaging, Christoph Berg



# PAF v2.0.0

Release date: 2016-09-16
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
resource-agents-paf (2.1~beta1-1) unstable; urgency=low

* 2.1_beta1 beta release
* see CHANGELOG.md

-- Jehan-Guillaume (ioguix) de Rorthais <[email protected]> Sun, 04 Dec 2016 15:00:00 +0100

resource-agents-paf (2.0.0-1) unstable; urgency=low

* 2.0.0 major release
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Directories.pm.PL
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ BEGIN {
use Exporter;
our \$VERSION = 'v2.0.0';
our \$VERSION = 'v2.1_beta1';
our \@ISA = ('Exporter');
our \@EXPORT = qw(
\$INITDIR
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ use OCF_Directories;
BEGIN {
use Exporter;

our $VERSION = 'v2.0.0';
our $VERSION = 'v2.1_beta1';
our @ISA = ('Exporter');
our @EXPORT = qw(
$__OCF_ACTION
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_ReturnCodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use 5.008;
BEGIN {
use Exporter;

our $VERSION = 'v2.0.0';
our $VERSION = 'v2.1_beta1';
our @ISA = ('Exporter');
our @EXPORT = qw(
$OCF_SUCCESS
Expand Down
7 changes: 5 additions & 2 deletions resource-agents-paf.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global _tag v2.0.0
%global _tag v2.1_beta1
%global _ocfroot /usr/lib/ocf
Name: resource-agents-paf
Version: 2.0.0
Version: 2.1~beta1
Release: 1
Summary: PostgreSQL resource agent for Pacemaker
License: PostgreSQL
Expand Down Expand Up @@ -41,6 +41,9 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist
%{_datadir}/resource-agents/ocft/configs/pgsqlms

%changelog
* Sun Dec 04 2016 Jehan-Guillaume de Rorthais <[email protected]> - 2.1beta1-1
- 2.1_beta1 beta release

* Fri Sep 16 2016 Jehan-Guillaume de Rorthais <[email protected]> - 2.0.0-1
- 2.0.0 major release

Expand Down
2 changes: 1 addition & 1 deletion script/pgsqlms
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use OCF_ReturnCodes;
use OCF_Directories;
use OCF_Functions;

our $VERSION = 'v2.0.0';
our $VERSION = 'v2.1_beta1';
our $PROGRAM = 'pgsqlms';

# OCF environment
Expand Down

0 comments on commit d554928

Please sign in to comment.