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

Added release comment.

This commit is contained in:
David Steele 2014-07-27 18:18:59 -04:00
parent 2d9f027e3a
commit 83d0db27d1

View File

@ -60,6 +60,8 @@ Put something here, there are people to recognize!
* Fairly comprehensive unit tests for all the basic operations. More work to be done here for sure, but then there is always more work to be done on unit tests.
* Removed dependency on Storable and replaced with a custom ini file implementation.
### v0.19: Improved error reporting/handling
* Working on improving error handling in the file object. This is not complete, but works well enough to find a few errors that have been causing us problems (notably, find is occasionally failing building the archive async manifest when system is under load).