mirror of https://github.com/dswd/zvault
changelog
This commit is contained in:
parent
3db78a64c5
commit
150278a560
|
@ -14,6 +14,7 @@ This project follows [semantic versioning](http://semver.org).
|
||||||
* [fixed] Only put mode bits of st_mode into metadata
|
* [fixed] Only put mode bits of st_mode into metadata
|
||||||
* [fixed] Only repairing backups with --repair
|
* [fixed] Only repairing backups with --repair
|
||||||
* [fixed] Fixed vacuum
|
* [fixed] Fixed vacuum
|
||||||
|
* [fixed] First removing bundles, then adding new ones
|
||||||
|
|
||||||
|
|
||||||
### v0.2.0 (2017-04-14)
|
### v0.2.0 (2017-04-14)
|
||||||
|
@ -28,7 +29,7 @@ This project follows [semantic versioning](http://semver.org).
|
||||||
* [modified] No longer failing restore if setting file attributes fails
|
* [modified] No longer failing restore if setting file attributes fails
|
||||||
* [modified] Backup files must end with `.backup` (**conversion needed**)
|
* [modified] Backup files must end with `.backup` (**conversion needed**)
|
||||||
* [modified] Bundle files must end with `.bundle`
|
* [modified] Bundle files must end with `.bundle`
|
||||||
* [modified] Ingnoring corrupt bundles instead of failing
|
* [modified] Ignoring corrupt bundles instead of failing
|
||||||
* [fixed] Creating empty bundle cache on init to avoid warnings
|
* [fixed] Creating empty bundle cache on init to avoid warnings
|
||||||
* [fixed] Calling sodiumoxide::init for faster algorithms and thread safety (not needed)
|
* [fixed] Calling sodiumoxide::init for faster algorithms and thread safety (not needed)
|
||||||
* [fixed] Fixed a deadlock in the bundle upload code
|
* [fixed] Fixed a deadlock in the bundle upload code
|
||||||
|
|
Loading…
Reference in New Issue