Add fixed bug to ChangeLog

This commit is contained in:
Sebastian Messmer 2016-04-25 17:48:25 -07:00
parent 811c163bfa
commit 2ff7d34980
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Version 0.9.4 (unreleased)
---------------
Fixed Bugs:
* Renaming a file to an existing file (i.e. overwriting an existing file) didn't free the allocated memory for the overwritten file
* Renaming a file to an existing file could hurt an invariant in the directory layout (directory entries have to be sorted) and doing so could cause files to seemingly disappear.
Compatibility:
* The generated .deb packages work for Ubuntu 16.04
Version 0.9.3
---------------
New Features: