You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
v1.02: Bug Fix for Perl 5.22
* Fix usage of sprintf() due to new constraints in Perl 5.22. Parameters not referenced in the format string are no longer allowed. (Fixed by Adrian Vondendriesch.)
This commit is contained in:
@@ -6,7 +6,7 @@ pgBackRest aims to be a simple, reliable backup and restore system that can seam
|
||||
|
||||
Instead of relying on traditional backup tools like tar and rsync, pgBackRest implements all backup features internally and uses a custom protocol for communicating with remote systems. Removing reliance on tar and rsync allows for better solutions to database-specific backup challenges. The custom remote protocol allows for more flexibility and limits the types of connections that are required to perform a backup which increases security.
|
||||
|
||||
pgBackRest [v1.01](https://github.com/pgbackrest/pgbackrest/releases/tag/release/1.01) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.
|
||||
pgBackRest [v1.02](https://github.com/pgbackrest/pgbackrest/releases/tag/release/1.02) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page.
|
||||
|
||||
## Features
|
||||
|
||||
|
5067
doc/resource/exe.cache
Normal file
5067
doc/resource/exe.cache
Normal file
File diff suppressed because it is too large
Load Diff
@@ -84,7 +84,7 @@
|
||||
</contributor-list>
|
||||
|
||||
<release-list>
|
||||
<release date="XXXX-XX-XX" version="1.02dev" title="UNDER DEVELOPMENT">
|
||||
<release date="2016-06-02" version="1.02" title="Bug Fix for Perl 5.22">
|
||||
<release-core-list>
|
||||
<release-bug-list>
|
||||
<release-item>
|
||||
|
@@ -26,7 +26,7 @@ use constant BACKREST_EXE => lc(BACKRE
|
||||
# repositories or manifests can be read - that's the job of the format number.
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
our # 'our' keyword is on a separate line to make the ExtUtils::MakeMaker parser happy.
|
||||
$VERSION = '1.02dev';
|
||||
$VERSION = '1.02';
|
||||
|
||||
push @EXPORT, qw($VERSION);
|
||||
|
||||
|
Reference in New Issue
Block a user