Skip to content

Commit e97548d

Browse files
committed
v2.1.0 release
1 parent ef81870 commit e97548d

File tree

8 files changed

+19
-13
lines changed

8 files changed

+19
-13
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ my $build = Module::Build->new(
2222
create_packlist => 1,
2323
#create_readme => 1,
2424
create_makefile_pl => 'traditional',
25-
dist_version => '2.1_rc2',
25+
dist_version => '2.1.0',
2626
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
2727
dist_author => [
2828
'Mael Rimbault <mael.rimbault@dalibo.com>',

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# PAF v2.1 rc2
1+
# PAF v2.1.0
22

3-
Release date: WIP
3+
Release date: 2016-12-23
44

55
__WARNING__: This version is only compatible with at least
66
Pacemaker 1.1.13 using a corosync 2.x stack.
77

8-
Changelog since 2.1 rc1:
9-
10-
* fix: timeout given to pg_ctl was in ms instead of sec, YanChii
11-
128
Changelog since 2.0:
139

1410
* fix: compatibility with PostrgeSQL 9.6, YanChii

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
resource-agents-paf (2.1.0-1) unstable; urgency=low
2+
3+
* 2.1.0 major release
4+
* no changes since 2.1_rc2.
5+
6+
-- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Fri, 23 Dec 2016 13:20:00 +0100
7+
18
resource-agents-paf (2.1~rc2-1) unstable; urgency=low
29

310
* 2.1_rc2 beta release

lib/OCF_Directories.pm.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ BEGIN {
9999
use Exporter;
100100
101101
102-
our \$VERSION = 'v2.1_rc2';
102+
our \$VERSION = 'v2.1.0';
103103
our \@ISA = ('Exporter');
104104
our \@EXPORT = qw(
105105
\$INITDIR

lib/OCF_Functions.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ use OCF_Directories;
9494
BEGIN {
9595
use Exporter;
9696

97-
our $VERSION = 'v2.1_rc2';
97+
our $VERSION = 'v2.1.0';
9898
our @ISA = ('Exporter');
9999
our @EXPORT = qw(
100100
$__OCF_ACTION

lib/OCF_ReturnCodes.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use 5.008;
6060
BEGIN {
6161
use Exporter;
6262

63-
our $VERSION = 'v2.1_rc2';
63+
our $VERSION = 'v2.1.0';
6464
our @ISA = ('Exporter');
6565
our @EXPORT = qw(
6666
$OCF_SUCCESS

resource-agents-paf.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
%global _tag v2.1_rc2
1+
%global _tag v2.1.0
22
%global _ocfroot /usr/lib/ocf
33
Name: resource-agents-paf
4-
Version: 2.1~rc2
4+
Version: 2.1.0
55
Release: 1
66
Summary: PostgreSQL resource agent for Pacemaker
77
License: PostgreSQL
@@ -41,6 +41,9 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist
4141
%{_datadir}/resource-agents/ocft/configs/pgsqlms
4242

4343
%changelog
44+
* Fri Dec 23 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1.0-1
45+
- 2.1.0 major release
46+
4447
* Sat Dec 17 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1rc2-1
4548
- 2.1_rc2 beta release
4649

script/pgsqlms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use OCF_ReturnCodes;
2727
use OCF_Directories;
2828
use OCF_Functions;
2929

30-
our $VERSION = 'v2.1_rc2';
30+
our $VERSION = 'v2.1.0';
3131
our $PROGRAM = 'pgsqlms';
3232

3333
# OCF environment

0 commit comments

Comments
 (0)