1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-02 22:57:34 +02:00

Merge branch 'master' into dev after release 0.88

This commit is contained in:
David Steele 2015-11-22 18:16:54 -05:00
commit 4925756dee
2 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,11 @@
## v0.90: UNDER DEVELOPMENT
__No Release Date Set__
*
## v0.88: Documentation and Minor Bug Fixes
__Released November 22, 2015__
* Added documentation in the user guide for delta restores, expiration, dedicated backup hosts, starting and stopping pgBackRest, and replication.
* Fixed an issue where the `start`/`stop` commands required the `--config` option.

View File

@ -7,6 +7,14 @@
<changelog>
<changelog-release date="XXXX-XX-XX" version="0.90" title="UNDER DEVELOPMENT">
<release-feature-bullet-list>
<release-feature>
<text></text>
</release-feature>
</release-feature-bullet-list>
</changelog-release>
<changelog-release date="2015-11-22" version="0.88" title="Documentation and Minor Bug Fixes">
<release-feature-bullet-list>
<release-feature>
<text>Added documentation in the user guide for delta restores, expiration, dedicated backup hosts, starting and stopping <backrest/>, and replication.</text>