update CHANGES

This commit is contained in:
Thomas Waldmann 2022-12-30 15:46:58 +01:00
parent ed6dcbebb1
commit 36f5e66df0
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 38 additions and 2 deletions

View File

@ -12,8 +12,8 @@ This section provides information about security and corruption issues.
Change Log 2.x Change Log 2.x
============== ==============
Version 2.0.0b4 (2022-11-27) Version 2.0.0b5 (not released yet)
---------------------------- ----------------------------------
Please note: Please note:
@ -82,6 +82,7 @@ Compatibility notes:
- removed --numeric-owner (use --numeric-ids) - removed --numeric-owner (use --numeric-ids)
- removed --nobsdflags (use --noflags) - removed --nobsdflags (use --noflags)
- removed --noatime (default now, see also --atime) - removed --noatime (default now, see also --atime)
- removed --save-space option (does not change behaviour)
- the --glob-archives option was renamed to --match-archives (the short option - the --glob-archives option was renamed to --match-archives (the short option
name -a is unchanged) and extended to support different pattern styles: name -a is unchanged) and extended to support different pattern styles:
@ -95,6 +96,41 @@ Compatibility notes:
borg 2.0: --match-archives 'sh:myserver-*' borg 2.0: --match-archives 'sh:myserver-*'
New features:
- adding used storage quota to borg info, #7121
Fixes:
- disallow --list with --progress, #7219
- create: fix --list --dry-run output for directories, #7209
- do no assume hardlink_master=True if not present, #7175
Other changes:
- switch archive and file timestamps to UTC, also output tzoffset
- update development.lock.txt, including a setuptools security fix, #7227
- remove --save-space option (does not change behaviour)
- validation / placeholders / JSON:
- text attributes (like archive name, comment): validate more strictly, #2290
- transfer: validate archive names and comment before transfer
- remove bpath, barchive, bcomment placeholders / JSON keys
- docs:
- docs and comments consistency and readability improvement
- fix --progress display description, #7180
- tests:
- fix archiver tests on Windows
- fix tox4 passenv issue, #7199
- github actions updates (fix deprecation warnings)
- add tests for borg transfer/upgrade
Version 2.0.0b4 (2022-11-27)
----------------------------
Fixes: Fixes:
- transfer/upgrade: fix borg < 1.2 chunker_params, #7079 - transfer/upgrade: fix borg < 1.2 chunker_params, #7079