From 58fe5ad02a31b0361c3934e5b280e1bde7086d8b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 9 Sep 2024 16:47:52 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 3a415feb7..2b2c7aeec 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -126,11 +126,21 @@ Change Log 2.x Version 2.0.0b10 (2024-09-09) ----------------------------- +Please note: + +This is a beta release, only for testing - do not use for production repos. + +For upgrade and compatibility hints, please also read the section "Upgrade Notes" +above. + TL;DR: this is a huge change and the first very fundamental change in how borg works since ever: - you will need to create new repos. - likely more exciting than previous betas, definitely not for production. +- remove "borg check --repair --archives-only" from your script in case you + added that for b9. "borg compact -v" now finds and deletes orphan chunks + and also outputs some new stats. New features: @@ -177,13 +187,6 @@ Other changes: Version 2.0.0b9 (2024-07-20) ---------------------------- -Please note: - -This is a beta release, only for testing - do not use for production repos. - -For upgrade and compatibility hints, please also read the section "Upgrade Notes" -above. - New features: - add BORG_CACHE_IMPL, default is "adhocwithfiles" to test the new cache