From 3bca22a0a380041914b7fc26a8ee60ca17e28765 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 6 May 2025 01:31:21 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 36678df2d..cf67c83dc 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -144,7 +144,7 @@ Compatibility notes: Change Log 2.x ============== -Version 2.0.0b15 (2025-04-22) +Version 2.0.0b16 (2025-05-06) ----------------------------- Please note: @@ -154,6 +154,35 @@ Beta releases are only for testing on NEW repos - do not use for production. For upgrade and compatibility hints, please also read the section "Upgrade Notes" above. +Fixes: + +- chunks cache: invalidate old chunk index cache, #8795 +- compact: always write updated chunkindex to repo, #8791 +- ChunksMixin: don't use self._chunks until it is demand-built, #8785 +- AdhocWithFilesCache: fix call to _maybe_write_chunks_cache +- format_time: output date/time in local tz, #8802 +- check: ask for key passphrase early, #1931 +- only obfuscate the size of file content chunks, #7559 +- better support other repo by misc. passphrase env vars, #8457 + + - passphrases now come from `BORG_[OTHER_]PASSPHRASE`, `BORG_[OTHER_]PASSCOMMAND` + or `BORG_[OTHER_]PASSPHRASE_FD`. + - `borg repo-create --repo B --other-repo A` does not silently copy the + passphrase of key A to key B anymore, but either asks for the passphrase + or reads it from env vars. + +Other changes: + +- remove support for / testing on Python 3.9 +- docs: borg serve --repo is not supported, #8591 +- remove remainders of append-only and quota support +- remove cygwin < 2.8.0 bug workaround +- fix remote api versioning + + +Version 2.0.0b15 (2025-04-22) +----------------------------- + New features: - compact: without --stats, it will be faster by using the cached chunks index.