Merge pull request #7236 from ThomasWaldmann/update-changes-master

update CHANGES
This commit is contained in:
TW 2023-01-02 13:16:51 +01:00 committed by GitHub
commit 3bc2182f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
==============
Version 2.0.0b4 (2022-11-27)
----------------------------
Version 2.0.0b5 (not released yet)
----------------------------------
Please note:
@ -82,6 +82,7 @@ Compatibility notes:
- removed --numeric-owner (use --numeric-ids)
- removed --nobsdflags (use --noflags)
- 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
name -a is unchanged) and extended to support different pattern styles:
@ -95,6 +96,41 @@ Compatibility notes:
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:
- transfer/upgrade: fix borg < 1.2 chunker_params, #7079