mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Merge branch 'master' into dev after release 0.85
This commit is contained in:
commit
0bcbe21520
@ -1,8 +1,13 @@
|
||||
# pgBackRest - Change Log
|
||||
|
||||
## v0.85: VIENNA MILESTONE - UNDER DEVELOPMENT
|
||||
## v0.87: VIENNA MILESTONE - UNDER DEVELOPMENT
|
||||
__No Release Date Set__
|
||||
|
||||
*
|
||||
|
||||
## v0.85: Start/Stop Commands and Minor Bug Fixes
|
||||
__Released October 8, 2015__
|
||||
|
||||
* Added new feature to allow all pgBackRest operations to be stopped or started using the `stop` and `start` commands. This prevents any pgBackRest processes from running on a system where PostgreSQL is shutdown or the system needs to be quiesced for some reason.
|
||||
|
||||
* Removed dependency on `IO::String` module.
|
||||
|
@ -6,7 +6,15 @@
|
||||
</intro>
|
||||
|
||||
<changelog>
|
||||
<changelog-release date="XXXX-XX-XX" version="0.85" title="VIENNA MILESTONE - UNDER DEVELOPMENT">
|
||||
<changelog-release date="XXXX-XX-XX" version="0.87" title="VIENNA MILESTONE - UNDER DEVELOPMENT">
|
||||
<release-feature-bullet-list>
|
||||
<release-feature>
|
||||
<text></text>
|
||||
</release-feature>
|
||||
</release-feature-bullet-list>
|
||||
</changelog-release>
|
||||
|
||||
<changelog-release date="2015-10-08" version="0.85" title="Start/Stop Commands and Minor Bug Fixes">
|
||||
<release-feature-bullet-list>
|
||||
<release-feature>
|
||||
<text>Added new feature to allow all <backrest/> operations to be stopped or started using the <cmd>stop</cmd> and <cmd>start</cmd> commands. This prevents any <backrest/> processes from running on a system where <postgres/> is shutdown or the system needs to be quiesced for some reason.</text>
|
||||
|
@ -17,7 +17,7 @@ use Exporter qw(import);
|
||||
# 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 = '0.85';
|
||||
$VERSION = '0.87';
|
||||
|
||||
push @EXPORT, qw($VERSION);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user