mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
update CHANGES (1.0-maint) (#1954)
This commit is contained in:
parent
d13854853c
commit
60bbd7a944
1 changed files with 6 additions and 2 deletions
|
@ -80,7 +80,8 @@ Bug fixes:
|
||||||
|
|
||||||
- rebuild manifest if it's corrupted
|
- rebuild manifest if it's corrupted
|
||||||
- skip corrupted chunks during manifest rebuild
|
- skip corrupted chunks during manifest rebuild
|
||||||
- fix TypeError in errorhandler, #1903, #1894
|
- fix TypeError in integrity error handler, #1903, #1894
|
||||||
|
- fix location parser for archives with @ char (regression introduced in 1.0.8), #1930
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
|
||||||
|
@ -90,7 +91,10 @@ Other changes:
|
||||||
- clarify extract is relative to current directory
|
- clarify extract is relative to current directory
|
||||||
- FAQ: fix link to changelog
|
- FAQ: fix link to changelog
|
||||||
- markup fixes
|
- markup fixes
|
||||||
- tests: test_get_(cache|keys)_dir: clean env state, #1897
|
- tests:
|
||||||
|
|
||||||
|
- test_get_(cache|keys)_dir: clean env state, #1897
|
||||||
|
- get back pytest's pretty assertion failures, #1938
|
||||||
- setup.py build_usage:
|
- setup.py build_usage:
|
||||||
|
|
||||||
- fixed build_usage not processing all commands
|
- fixed build_usage not processing all commands
|
||||||
|
|
Loading…
Reference in a new issue