mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-02-01 13:17:46 +02:00
c0935b7992
The release.xml file was getting pretty unwieldy so break release notes into separate files. Also break contributors into a separate file. In theory most of release.xml could now be generated automatically but adding a new release does not represent a serious maintenance burden, so for the time being it does not seem worth it.
14 lines
506 B
XML
14 lines
506 B
XML
<release date="2014-03-29" version="0.15" title="Added archive-get">
|
|
<release-core-list>
|
|
<release-feature-list>
|
|
<release-item>
|
|
<p>Added <cmd>archive-get</cmd> functionality to aid in restores.</p>
|
|
</release-item>
|
|
|
|
<release-item>
|
|
<p>Added option to force a checkpoint when starting the backup, <setting>start-fast=y</setting>.</p>
|
|
</release-item>
|
|
</release-feature-list>
|
|
</release-core-list>
|
|
</release>
|