Skip to content

Commit

Permalink
v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Sep 12, 2017
1 parent 31c5cab commit 14817d0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ my $build = Module::Build->new(
create_packlist => 1,
#create_readme => 1,
create_makefile_pl => 'traditional',
dist_version => '2.2_rc1',
release_status => 'testing', # stable or testing
dist_version => '2.2.0',
release_status => 'stable', # stable or testing
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
dist_author => [
'Mael Rimbault <[email protected]>',
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PAF v2.2 rc1
# PAF v2.2.0

Release date: WIP
Release date: 2017-09-12

__WARNING__: This version is only compatible with at least
Pacemaker 1.1.13 using a corosync 2.x stack.
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
resource-agents-paf (2.2.0-1) unstable; urgency=low

* 2.2.0 major release
* see CHANGELOG.md

-- Jehan-Guillaume (ioguix) de Rorthais <[email protected]> Tue, 12 Sep 2017 10:00:00 +0200

resource-agents-paf (2.2~rc1-1) unstable; urgency=low

* 2.2_rc1 release candidate
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Directories.pm.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Config;
use File::Spec;
use Storable;

my $VERSION = 'v2.2_rc1';
my $VERSION = 'v2.2.0';

my $_ocf_dirs = File::Spec->tmpdir."/ocf_dirs.bin";

Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ use OCF_Directories;
BEGIN {
use Exporter;

our $VERSION = 'v2.2_rc1';
our $VERSION = 'v2.2.0';
our @ISA = ('Exporter');
our @EXPORT = qw(
$__OCF_ACTION
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_ReturnCodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use 5.008;
BEGIN {
use Exporter;

our $VERSION = 'v2.2_rc1';
our $VERSION = 'v2.2.0';
our @ISA = ('Exporter');
our @EXPORT = qw(
$OCF_SUCCESS
Expand Down
7 changes: 5 additions & 2 deletions resource-agents-paf.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global _tag 2.2_rc1
%global _tag 2.2.0
%global _ocfroot /usr/lib/ocf
Name: resource-agents-paf
Version: 2.2~rc1
Version: 2.2.0
Release: 1
Summary: PostgreSQL resource agent for Pacemaker
License: PostgreSQL
Expand Down Expand Up @@ -42,6 +42,9 @@ find "%{buildroot}" -type f -name .packlist -delete
%{_datadir}/resource-agents/ocft/configs/pgsqlms

%changelog
* Tue Sep 12 2017 Jehan-Guillaume de Rorthais <[email protected]> - 2.2.0-1
- 2.2.0 major release

* Tue Aug 29 2017 Jehan-Guillaume de Rorthais <[email protected]> - 2.2rc1-1
- 2.2_rc1 release candidate

Expand Down
2 changes: 1 addition & 1 deletion script/pgsqlms
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use OCF_ReturnCodes;
use OCF_Directories;
use OCF_Functions;

our $VERSION = 'v2.2_rc1';
our $VERSION = 'v2.2.0';
our $PROGRAM = 'pgsqlms';

# OCF environment
Expand Down

0 comments on commit 14817d0

Please sign in to comment.