mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-07 23:18:43 +00:00
update CHANGES
This commit is contained in:
parent
34a67d2872
commit
e078337c7c
1 changed files with 18 additions and 2 deletions
|
@ -12,9 +12,8 @@ This section provides information about security and corruption issues.
|
|||
Change Log 2.x
|
||||
==============
|
||||
|
||||
Version 2.0.0b1 (2022-08-08)
|
||||
Version 2.0.0b2 (2022-xx-xx)
|
||||
----------------------------
|
||||
|
||||
Please note:
|
||||
|
||||
This is a beta release, only for testing - do not use for production repos.
|
||||
|
@ -73,6 +72,8 @@ Compatibility notes:
|
|||
- borg mount -a ARCH_GLOB mountpoint ...
|
||||
|
||||
For more details, please consult the docs or --help option output.
|
||||
- create/recreate/import-tar --timestamp: defaults to local timezone
|
||||
now (was: UTC)
|
||||
- some deprecated options were removed:
|
||||
|
||||
- removed --remote-ratelimit (use --upload-ratelimit)
|
||||
|
@ -82,6 +83,21 @@ Compatibility notes:
|
|||
|
||||
New features:
|
||||
|
||||
- support archive timestamps with utc offsets, adapt them when using
|
||||
borg transfer to transfer from borg 1.x repos (append +00:00 for UTC).
|
||||
- create/recreate/import-tar --timestamp: accept giving timezone via
|
||||
its utc offset. defaults to local timezone, if no utc offset is given.
|
||||
|
||||
Other changes:
|
||||
|
||||
- restructured source code
|
||||
- update diagrams to odg format, #6928
|
||||
|
||||
Version 2.0.0b1 (2022-08-08)
|
||||
----------------------------
|
||||
|
||||
New features:
|
||||
|
||||
- massively increase archive metadata stream size limit, #1473.
|
||||
currently rather testing the code, scalability will improve later, see #6945.
|
||||
- rcreate --copy-crypt-key: copy crypt_key from key of other repo, #6710.
|
||||
|
|
Loading…
Reference in a new issue