From 83941d0b8316d0da3464a8764401700a29f37c33 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 9 Apr 2022 20:42:40 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index db64d4cf3..5a84d85ab 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -239,6 +239,9 @@ New features: - benchmark cpu: display benchmarks of cpu bound stuff - export-tar: new --tar-format=PAX (default: GNU) - import-tar/export-tar: can use PAX format for ctime and atime support +- import-tar/export-tar: --tar-format=BORG: roundtrip ALL item metadata, #5830 +- repository: create and use version 2 repos only for now +- repository: implement PUT2: header crc32, overall xxh64, #1704 Other changes: