1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-31 20:26:40 +00:00

Merge pull request #7637 from ThomasWaldmann/update-changes

update CHANGES
This commit is contained in:
TW 2023-06-10 14:54:21 +02:00 committed by GitHub
commit 0aa165859e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,8 @@ Fixes:
- put security infos into data dir, add BORG_DATA_DIR env var, #5760 - put security infos into data dir, add BORG_DATA_DIR env var, #5760
- setup.cfg: remove setup_requires (we have a pyproject.toml for that), #7574 - setup.cfg: remove setup_requires (we have a pyproject.toml for that), #7574
- do not crash for empty archives list in borg rlist date based matching, #7522 - do not crash for empty archives list in borg rlist date based matching, #7522
- sanitize paths during archive creation and extraction, #7108 #7099
- make sure we do not get backslashes into item paths
Other changes: Other changes:
@ -186,6 +188,8 @@ Other changes:
- incl./excl. options header, clarify --path-from-stdin exclusive control - incl./excl. options header, clarify --path-from-stdin exclusive control
- add note about MAX_DATA_SIZE - add note about MAX_DATA_SIZE
- update security support docs - update security support docs
- improve patterns help
- CI / tests / vagrant: - CI / tests / vagrant:
- added pre-commit for linting purposes, #7476 - added pre-commit for linting purposes, #7476