File tree Expand file tree Collapse file tree 8 files changed +24
-9
lines changed Expand file tree Collapse file tree 8 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ my $build = Module::Build->new(
22
22
create_packlist => 1,
23
23
# create_readme => 1,
24
24
create_makefile_pl => ' traditional' ,
25
- dist_version => ' 2.1_rc1 ' ,
25
+ dist_version => ' 2.1_rc2 ' ,
26
26
dist_abstract => ' PostgreSQL multistate OCF resource agent for Pacemaker' ,
27
27
dist_author => [
28
28
' Mael Rimbault <mael.rimbault@dalibo.com>' ,
Original file line number Diff line number Diff line change 1
- # PAF v2.1 rc1
1
+ # PAF v2.1 rc2
2
2
3
3
Release date: WIP
4
4
5
5
__ WARNING__ : This version is only compatible with at least
6
6
Pacemaker 1.1.13 using a corosync 2.x stack.
7
7
8
- * 2.1 rc1 release
8
+ Changelog since 2.1 rc1:
9
+
10
+ * fix: timeout given to pg_ctl was in ms instead of sec
11
+
12
+ Changelog since 2.0:
13
+
9
14
* fix: compatibility with PostrgeSQL 9.6, YanChii
10
15
* change: better handling of Pacemaker timeout, ioguix
11
16
* change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix
Original file line number Diff line number Diff line change
1
+ resource-agents-paf (2.1~rc2-1) unstable; urgency=low
2
+
3
+ * 2.1_rc2 beta release
4
+ * see CHANGELOG.md
5
+
6
+ -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Sat, 17 Dec 2016 14:10:00 +0100
7
+
1
8
resource-agents-paf (2.1~rc1-1) unstable; urgency=low
2
9
3
10
* 2.1_rc1 beta release
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ BEGIN {
99
99
use Exporter;
100
100
101
101
102
- our \$ VERSION = 'v2.1_rc1 ';
102
+ our \$ VERSION = 'v2.1_rc2 ';
103
103
our \@ ISA = ('Exporter');
104
104
our \@ EXPORT = qw(
105
105
\$ INITDIR
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ use OCF_Directories;
94
94
BEGIN {
95
95
use Exporter;
96
96
97
- our $VERSION = ' v2.1_rc1 ' ;
97
+ our $VERSION = ' v2.1_rc2 ' ;
98
98
our @ISA = (' Exporter' );
99
99
our @EXPORT = qw(
100
100
$__OCF_ACTION
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ use 5.008;
60
60
BEGIN {
61
61
use Exporter;
62
62
63
- our $VERSION = ' v2.1_rc1 ' ;
63
+ our $VERSION = ' v2.1_rc2 ' ;
64
64
our @ISA = (' Exporter' );
65
65
our @EXPORT = qw(
66
66
$OCF_SUCCESS
Original file line number Diff line number Diff line change 1
- %global _tag v2.1_rc1
1
+ %global _tag v2.1_rc2
2
2
%global _ocfroot /usr/lib/ocf
3
3
Name: resource-agents-paf
4
- Version: 2.1~rc1
4
+ Version: 2.1~rc2
5
5
Release: 1
6
6
Summary: PostgreSQL resource agent for Pacemaker
7
7
License: PostgreSQL
@@ -41,6 +41,9 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist
41
41
%{_datadir }/resource-agents/ocft/configs/pgsqlms
42
42
43
43
%changelog
44
+ * Sat Dec 17 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1rc2-1
45
+ - 2.1_rc2 beta release
46
+
44
47
* Sun Dec 11 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1rc1-1
45
48
- 2.1_rc1 beta release
46
49
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use OCF_ReturnCodes;
27
27
use OCF_Directories;
28
28
use OCF_Functions;
29
29
30
- our $VERSION = ' v2.1_rc1 ' ;
30
+ our $VERSION = ' v2.1_rc2 ' ;
31
31
our $PROGRAM = ' pgsqlms' ;
32
32
33
33
# OCF environment
You can’t perform that action at this time.
0 commit comments