File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 2024-XX-XX v2.4:
4
+ 2024-07-05 v2.4:
5
5
6
6
- Only support pgBackRest ** 2.52** and above to fix issue with new pgBackRest
7
7
versioning policy since ` 2.52.1 ` . (Reported by netphantm)
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ CONTRIBUTING
150
150
welcome.
151
151
152
152
VERSION
153
- check_pgbackrest version 2.3 , released on Tue May 31 2022 .
153
+ check_pgbackrest version 2.4 , released on Fri Jul 05 2024 .
154
154
155
155
LICENSING
156
156
This program is open source, licensed under the PostgreSQL license. For
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome.
176
176
177
177
=head1 VERSION
178
178
179
- check_pgbackrest version 2.3 , released on Tue May 31 2022 .
179
+ check_pgbackrest version 2.4 , released on Fri Jul 05 2024 .
180
180
181
181
=head1 LICENSING
182
182
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ undef @path;
61
61
# Reference to the output sub
62
62
my $output_fmt ;
63
63
64
- $VERSION = ' 2.4dev ' ;
64
+ $VERSION = ' 2.4 ' ;
65
65
$PROGRAM = ' check_pgbackrest' ;
66
66
$PGBR_SUPPORT = ' 2.52' ;
67
67
$INIT_TIME = time ();
@@ -1406,7 +1406,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome.
1406
1406
1407
1407
=head1 VERSION
1408
1408
1409
- check_pgbackrest version 2.3 , released on Tue May 31 2022 .
1409
+ check_pgbackrest version 2.4 , released on Fri Jul 05 2024 .
1410
1410
1411
1411
=head1 LICENSING
1412
1412
You can’t perform that action at this time.
0 commit comments