From b007b9939419fdb10fe9984dea3921a12daec641 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 16 Nov 2024 15:20:51 +0100 Subject: [PATCH] update CHANGES --- docs/changes.rst | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 049274c512..eaaec8b70f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -134,7 +134,7 @@ Compatibility notes: Change Log 2.x ============== -Version 2.0.0b13 (2024-10-31) +Version 2.0.0b14 (2024-11-xx) ----------------------------- Please note: @@ -146,6 +146,44 @@ above. New features: +- delete: now only soft-deletes archives (same for prune) +- repo-list: --deleted lists deleted archives +- undelete: undelete soft-deleted archives, #8500 + +Fixes: + +- chunks index cache: + + - enable partial/incremental updates (F_NEW flag). + - write chunks index every 10mins, #8503. + this makes sure progress is not totally lost when a backup is interrupted. + - write to repo/cache/chunks. to enable parallel updates. +- mount: fix check_pending_archive to give correct root dir, #8528 + +Other changes: + +- repo-compress: reduce memory consumption (F_COMPRESS flag) +- files cache: reduce memory consumption, #5756 +- check: rename --undelete-archives to --find-lost-archives +- check: rebuild_archives_directory: accelerate by only reading metadata +- shell completions: adapt zsh for borg 2.0.0b13 - needs more work! +- chunk index: rename .refcount to .flags, use it for user and system flags. +- vagrant: + + - add bookworm32 box for 32bit platform testing + - fix pythons on freebsd14 + - simplify openindiana box setup +- docs: + + - remove --bypass-lock, small changes regarding compression + - FAQ: clean up entries regarding SSH settings + + +Version 2.0.0b13 (2024-10-31) +----------------------------- + +New features: + - implement special tags, @PROT tag for protecting archives, #953. borg won't delete/prune/recreate protected archives.