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.
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<release date="2017-02-13" version="1.15" title="Refactoring and Bug Fixes">
|
|
<release-core-list>
|
|
<release-bug-list>
|
|
<release-item>
|
|
<release-item-contributor-list>
|
|
<release-item-ideator id="navid.golpayegani"/>
|
|
</release-item-contributor-list>
|
|
|
|
<p>Fixed a regression introduced in <proper>v1.13</proper> that could cause backups to fail if files were removed (e.g. tables dropped) while the manifest was being built.</p>
|
|
</release-item>
|
|
</release-bug-list>
|
|
|
|
<release-development-list>
|
|
<release-item>
|
|
<p>Refactor <code>FileCommon::fileManifest()</code> and <code>FileCommon::fileStat</code> to be more modular to allow complete branch/statement level coverage testing.</p>
|
|
</release-item>
|
|
</release-development-list>
|
|
</release-core-list>
|
|
|
|
<release-test-list>
|
|
<release-development-list>
|
|
<release-item>
|
|
<p>Complete branch/statement level coverage testing for <code>FileCommon::fileManifest()</code> and <code>FileCommon::fileStat</code> functions and helper functions.</p>
|
|
</release-item>
|
|
</release-development-list>
|
|
</release-test-list>
|
|
</release>
|