File tree Expand file tree Collapse file tree 8 files changed +29
-7
lines changed Expand file tree Collapse file tree 8 files changed +29
-7
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.3_rc1 ' ,
25
+ dist_version => ' 2.3_rc2 ' ,
26
26
release_status => ' testing' , # stable or testing
27
27
dist_abstract => ' PostgreSQL multistate OCF resource agent for Pacemaker' ,
28
28
dist_author => [
Original file line number Diff line number Diff line change
1
+ # PAF v2.3 rc2
2
+
3
+ Release date: 2020-02-11
4
+
5
+ __ WARNING__ : This version is only compatible with at least
6
+ Pacemaker 1.1.13 using a corosync 2.x stack.
7
+
8
+ Changelog since 2.3 rc1:
9
+
10
+ * fix: application_name's check, gh #156 reported by ZeroOne
11
+ * fix: wrong exit reason, gh #156 reported by dud225
12
+
13
+
1
14
# PAF v2.3 rc1
2
15
3
16
Release date: 2019-11-28
Original file line number Diff line number Diff line change
1
+ resource-agents-paf (2.3~rc2-1) unstable; urgency=low
2
+
3
+ * 2.3_rc2 release candidate
4
+
5
+ -- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Tue, 11 Feb 2020 22:00:00 +0100
6
+
1
7
resource-agents-paf (2.3~rc1-1) unstable; urgency=low
2
8
3
9
* 2.3_rc1 release candidate
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use warnings;
6
6
use Config;
7
7
use Module::Build;
8
8
9
- my $VERSION = ' v2.3_rc1 ' ;
9
+ my $VERSION = ' v2.3_rc2 ' ;
10
10
11
11
my $build = Module::Build-> current;
12
12
my %ocf_dirs = %{ $build -> notes(' ocf_dirs' ) };
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.3_rc1 ' ;
99
+ our $VERSION = ' v2.3_rc2 ' ;
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.3_rc1 ' ;
63
+ our $VERSION = ' v2.3_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 2.3_rc1
1
+ %global _tag 2.3_rc2
2
2
%global _ocfroot /usr/lib/ocf
3
3
Name: resource-agents-paf
4
- Version: 2.3~rc1
4
+ Version: 2.3~rc2
5
5
Release: 1
6
6
Summary: PostgreSQL resource agent for Pacemaker
7
7
License: PostgreSQL
@@ -45,6 +45,9 @@ find "%{buildroot}" -type f -name .packlist -delete
45
45
%{_datadir }/resource-agents/ocft/configs/pgsqlms
46
46
47
47
%changelog
48
+ * Tue Feb 11 2020 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.3rc2-1
49
+ - 2.3_rc2 release candidate
50
+
48
51
* Thu Nov 28 2019 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.3rc1-1
49
52
- 2.3_rc1 release candidate
50
53
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.3_rc1 ' ;
39
+ our $VERSION = ' v2.3_rc2 ' ;
40
40
our $PROGRAM = ' pgsqlms' ;
41
41
42
42
# OCF environment
You can’t perform that action at this time.
0 commit comments