1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Merge branch 'master' into dev after release 0.87

This commit is contained in:
David Steele 2015-10-28 11:29:04 +01:00
commit a498becf11
3 changed files with 16 additions and 3 deletions

View File

@ -1,8 +1,13 @@
# pgBackRest<br/>Change Log
## v0.87: VIENNA MILESTONE - UNDER DEVELOPMENT
## v0.90: UNDER DEVELOPMENT
__No Release Date Set__
*
## v0.87: Website and User Guide
__Released October 28, 2015__
* Added a new user guide that covers pgBackRest basics and some advanced topics including PITR. Much more to come, but it's a start.
* The website, markdown, and command-line help are now all generated from the same XML source.

View File

@ -6,7 +6,15 @@
</intro>
<changelog>
<changelog-release date="XXXX-XX-XX" version="0.87" title="VIENNA MILESTONE - UNDER DEVELOPMENT">
<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-10-28" version="0.87" title="Website and User Guide">
<release-feature-bullet-list>
<release-feature>
<text>Added a new user guide that covers <backrest/> basics and some advanced topics including PITR. Much more to come, but it's a start.</text>

View File

@ -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.87';
$VERSION = '0.90';
push @EXPORT, qw($VERSION);