mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-15 08:29:36 +00:00
update CHANGES, set release date
This commit is contained in:
parent
914a52ac15
commit
95d10b84c4
1 changed files with 4 additions and 2 deletions
|
@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction::
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Version 1.2.0a8 (not released yet)
|
Version 1.2.0a8 (2020-04-22)
|
||||||
----------------------------------
|
----------------------------
|
||||||
|
|
||||||
Please note:
|
Please note:
|
||||||
|
|
||||||
|
@ -304,6 +304,7 @@ Other changes:
|
||||||
- upgrade bundled lz4 to 1.9.2
|
- upgrade bundled lz4 to 1.9.2
|
||||||
- upgrade xxhash to 0.7.3
|
- upgrade xxhash to 0.7.3
|
||||||
- require recent enough llfuse for birthtime support, #5064
|
- require recent enough llfuse for birthtime support, #5064
|
||||||
|
- only store compressed data if the result actually is smaller, #4516
|
||||||
- check: improve error output for matching index size, see #4829
|
- check: improve error output for matching index size, see #4829
|
||||||
- ignore --stats when given with --dry-run, but continue, fixes #4373
|
- ignore --stats when given with --dry-run, but continue, fixes #4373
|
||||||
- replaced usage of os.statvfs with shutil.disk_usage (better cross-platform support).
|
- replaced usage of os.statvfs with shutil.disk_usage (better cross-platform support).
|
||||||
|
@ -337,6 +338,7 @@ Other changes:
|
||||||
- fixed "doc downplays severity of Nonce reuse issue", #4883
|
- fixed "doc downplays severity of Nonce reuse issue", #4883
|
||||||
- borg repo restore instructions needed, #3428
|
- borg repo restore instructions needed, #3428
|
||||||
- new FAQ: A repo is corrupt and must be replaced with an older repo.
|
- new FAQ: A repo is corrupt and must be replaced with an older repo.
|
||||||
|
- clarify borg init's encryption modes
|
||||||
- native windows port:
|
- native windows port:
|
||||||
|
|
||||||
- update README_WINDOWS.rst
|
- update README_WINDOWS.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue