From 9471c0529d75188fb903f7f8f78ef4bddf2b4d5a Mon Sep 17 00:00:00 2001 From: Stefan Fercot Date: Tue, 28 Jul 2020 14:39:31 +0200 Subject: [PATCH] release 1.9 --- CHANGELOG.md | 2 +- README | 2 +- README.pod | 2 +- check_pgbackrest | 4 ++-- check_pgbackrest.spec | 2 ++ test/regress/expected/version.out | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce08b2..23c2124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -2020-xx-xx v1.9: +2020-07-28 v1.9: - The archives service will now only look at the archives listed between the oldest backup start archive and the max WAL returned by the pgBackRest diff --git a/README b/README index 83e7bd5..b6e2be5 100644 --- a/README +++ b/README @@ -130,7 +130,7 @@ CONTRIBUTING welcome. VERSION - check_pgbackrest version 1.8, released on Mon Mar 16 2020. + check_pgbackrest version 1.9, released on Tue Jul 28 2020. LICENSING This program is open source, licensed under the PostgreSQL license. For diff --git a/README.pod b/README.pod index af145a5..3c9b965 100644 --- a/README.pod +++ b/README.pod @@ -154,7 +154,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome. =head1 VERSION -check_pgbackrest version 1.8, released on Mon Mar 16 2020. +check_pgbackrest version 1.9, released on Tue Jul 28 2020. =head1 LICENSING diff --git a/check_pgbackrest b/check_pgbackrest index 4fc6b02..351ddc8 100755 --- a/check_pgbackrest +++ b/check_pgbackrest @@ -60,7 +60,7 @@ undef @path; # Reference to the output sub my $output_fmt; -$VERSION = '1.9dev'; +$VERSION = '1.9'; $PROGRAM = 'check_pgbackrest'; # Available services and descriptions. @@ -1335,7 +1335,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome. =head1 VERSION -check_pgbackrest version 1.8, released on Mon Mar 16 2020. +check_pgbackrest version 1.9, released on Tue Jul 28 2020. =head1 LICENSING diff --git a/check_pgbackrest.spec b/check_pgbackrest.spec index a8838ad..5dd6c30 100644 --- a/check_pgbackrest.spec +++ b/check_pgbackrest.spec @@ -32,6 +32,8 @@ install -D -p -m 0755 check_pgbackrest %{buildroot}/%{_libdir}/nagios/plugins/ch %doc README LICENSE %changelog +* Tue Jul 28 2020 Stefan Fercot 1.9-1 +- new major release 1.9 * Mon Mar 16 2020 Stefan Fercot 1.8-1 - new major release 1.8 * Tue Jan 14 2020 Stefan Fercot 1.7-1 diff --git a/test/regress/expected/version.out b/test/regress/expected/version.out index 62f5685..6aec7bb 100644 --- a/test/regress/expected/version.out +++ b/test/regress/expected/version.out @@ -1 +1 @@ -check_pgbackrest version 1.9dev, Perl 5.16.3 +check_pgbackrest version 1.9, Perl 5.16.3