From 0a5b329008c62400d31367bc45c35265248627e7 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 19 Feb 2022 18:41:43 +0100 Subject: [PATCH] update CHANGES --- docs/changes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 8a47ae8f5..f89ae4147 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -217,6 +217,7 @@ The best check that everything is ok is to run a dry-run extraction:: Change Log ========== + Version 1.2.0 (not released yet) -------------------------------- @@ -303,6 +304,11 @@ Fixes: - derive really freed space from quota use before/after, #5679 - do not say "freeable", but "maybe freeable" (based on hint, unsure) +- fix race conditions in internal SaveFile function, #6306 #6028 +- implement internal safe_unlink (was: truncate_and_unlink) function more safely: + usually it does not truncate any more, only under "disk full" circumstances + and only if there is only one hardlink. + see: https://github.com/borgbackup/borg/discussions/6286 Other changes: @@ -320,6 +326,8 @@ Other changes: - init: explain the encryption modes better - clarify usage of patternfile roots - put import-tar docs into same file as export-tar docs + - explain the difference between a path that ends with or without a slash, + #6297 Version 1.2.0rc1 (2022-02-05)