File tree Expand file tree Collapse file tree 8 files changed +20
-10
lines changed Expand file tree Collapse file tree 8 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ my $build = Module::Build->new(
24
24
create_packlist => 1,
25
25
# create_readme => 1,
26
26
create_makefile_pl => ' traditional' ,
27
- dist_version => ' 2.2_rc1 ' ,
28
- release_status => ' testing ' , # stable or testing
27
+ dist_version => ' 2.2.0 ' ,
28
+ release_status => ' stable ' , # stable or testing
29
29
dist_abstract => ' PostgreSQL multistate OCF resource agent for Pacemaker' ,
30
30
dist_author => [
31
31
' Mael Rimbault <mael.rimbault@dalibo.com>' ,
Original file line number Diff line number Diff line change 1
- # PAF v2.2 rc1
1
+ # PAF v2.2.0
2
2
3
- Release date: WIP
3
+ Release date: 2017-09-12
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.
Original file line number Diff line number Diff line change
1
+ resource-agents-paf (2.2.0-1) unstable; urgency=low
2
+
3
+ * 2.2.0 major release
4
+ * see CHANGELOG.md
5
+
6
+ -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Tue, 12 Sep 2017 10:00:00 +0200
7
+
1
8
resource-agents-paf (2.2~rc1-1) unstable; urgency=low
2
9
3
10
* 2.2_rc1 release candidate
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use Config;
7
7
use File::Spec;
8
8
use Storable;
9
9
10
- my $VERSION = ' v2.2_rc1 ' ;
10
+ my $VERSION = ' v2.2.0 ' ;
11
11
12
12
my $_ocf_dirs = File::Spec-> tmpdir." /ocf_dirs.bin" ;
13
13
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ use OCF_Directories;
96
96
BEGIN {
97
97
use Exporter;
98
98
99
- our $VERSION = ' v2.2_rc1 ' ;
99
+ our $VERSION = ' v2.2.0 ' ;
100
100
our @ISA = (' Exporter' );
101
101
our @EXPORT = qw(
102
102
$__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.2_rc1 ' ;
63
+ our $VERSION = ' v2.2.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 2.2_rc1
1
+ %global _tag 2.2.0
2
2
%global _ocfroot /usr/lib/ocf
3
3
Name: resource-agents-paf
4
- Version: 2.2~rc1
4
+ Version: 2.2.0
5
5
Release: 1
6
6
Summary: PostgreSQL resource agent for Pacemaker
7
7
License: PostgreSQL
@@ -42,6 +42,9 @@ find "%{buildroot}" -type f -name .packlist -delete
42
42
%{_datadir }/resource-agents/ocft/configs/pgsqlms
43
43
44
44
%changelog
45
+ * Tue Sep 12 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2.0-1
46
+ - 2.2.0 major release
47
+
45
48
* Tue Aug 29 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.2rc1-1
46
49
- 2.2_rc1 release candidate
47
50
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use OCF_ReturnCodes;
36
36
use OCF_Directories;
37
37
use OCF_Functions;
38
38
39
- our $VERSION = ' v2.2_rc1 ' ;
39
+ our $VERSION = ' v2.2.0 ' ;
40
40
our $PROGRAM = ' pgsqlms' ;
41
41
42
42
# OCF environment
You can’t perform that action at this time.
0 commit comments