From e078337c7c1882093d13a59b3a8b1027e57e365e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 14 Aug 2022 00:08:51 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4195646eb..46890bcfc 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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.