File tree Expand file tree Collapse file tree 8 files changed +19
-13
lines changed Expand file tree Collapse file tree 8 files changed +19
-13
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_rc2 ' ,
25
+ dist_version => ' 2.1.0 ' ,
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 rc2
1
+ # PAF v2.1.0
2
2
3
- Release date: WIP
3
+ Release date: 2016-12-23
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
- Changelog since 2.1 rc1:
9
-
10
- * fix: timeout given to pg_ctl was in ms instead of sec, YanChii
11
-
12
8
Changelog since 2.0:
13
9
14
10
* fix: compatibility with PostrgeSQL 9.6, YanChii
Original file line number Diff line number Diff line change
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
+
1
8
resource-agents-paf (2.1~rc2-1) unstable; urgency=low
2
9
3
10
* 2.1_rc2 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_rc2 ';
102
+ our \$ VERSION = 'v2.1.0 ';
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_rc2 ' ;
97
+ our $VERSION = ' v2.1.0 ' ;
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_rc2 ' ;
63
+ our $VERSION = ' v2.1.0 ' ;
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_rc2
1
+ %global _tag v2.1.0
2
2
%global _ocfroot /usr/lib/ocf
3
3
Name: resource-agents-paf
4
- Version: 2.1~rc2
4
+ Version: 2.1.0
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
+ * Fri Dec 23 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1.0-1
45
+ - 2.1.0 major release
46
+
44
47
* Sat Dec 17 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.1rc2-1
45
48
- 2.1_rc2 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_rc2 ' ;
30
+ our $VERSION = ' v2.1.0 ' ;
31
31
our $PROGRAM = ' pgsqlms' ;
32
32
33
33
# OCF environment
You can’t perform that action at this time.
0 commit comments