From 4b446dc1467a59fb90f59bf1c3f9102609d20ba5 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 12 Oct 2022 22:49:58 +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 7bbdd158f..dff1c066c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -12,8 +12,8 @@ This section provides information about security and corruption issues. Change Log 2.x ============== -Version 2.0.0b3 (2022-10-02) ----------------------------- +Version 2.0.0b4 (not released yet) +---------------------------------- Please note: @@ -95,6 +95,22 @@ Compatibility notes: borg 2.0: --match-archives 'sh:myserver-*' +Fixes: + +- transfer/upgrade: fix borg < 1.2 chunker_params, #7079 +- transfer/upgrade: do not access Item._dict, #7077 +- archive.save(): always use metadata from stats, #7072 +- benchmark: fixed TypeError in compression benchmarks, #7075 +- fix repository.scan api minimum requirement + +Other changes: + +- vagrant: use 3.10.7 for binary building +- docs: add rcompress to usage index + +Version 2.0.0b3 (2022-10-02) +---------------------------- + Fixes: - transfer: fix user/group == None crash with borg1 archives