mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-22 05:08:58 +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
727 B
XML
14 lines
727 B
XML
<release date="2016-11-17" version="1.11" title="Bug Fix for Asynchronous Archiving Efficiency">
|
|
<release-core-list>
|
|
<release-bug-list>
|
|
<release-item>
|
|
<release-item-contributor-list>
|
|
<release-item-ideator id="stephen.frost"/>
|
|
</release-item-contributor-list>
|
|
|
|
<p>Fixed an issue where asynchronous archiving was transferring one file per execution instead of transferring files in batches. This regression was introduced in <proper>v1.09</proper> and affected efficiency only, all WAL segments were correctly archived in asynchronous mode.</p>
|
|
</release-item>
|
|
</release-bug-list>
|
|
</release-core-list>
|
|
</release>
|