summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-12-02 00:56:19 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2023-12-02 00:59:58 +0100
commit8b70bb36c6a9ef75a30e2249c4f5cb0881c1a404 (patch)
tree00255d3331811ac6858a075840924cc7b8192e75
parente50d26757c6e8d9f703169b8d7f72f2951a3622b (diff)
update CHANGES
-rw-r--r--docs/changes.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 31f4a56db..d770cecaf 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -378,7 +378,7 @@ Compatibility notes:
Change Log
==========
-Version 1.2.7 (2023-11-xx)
+Version 1.2.7 (2023-12-02)
--------------------------
For upgrade and compatibility hints, please also read the section "Upgrade Notes"
@@ -387,19 +387,20 @@ above.
Fixes:
- docs: CVE-2023-36811 upgrade steps: consider checkpoint archives, #7802
-- check/compact: fix spurious reappearance of orphan chunks since borg 1.2, #6687.
- this consist of 2 fixes:
+- check/compact: fix spurious reappearance of orphan chunks since borg 1.2, #6687 -
+ this consists of 2 fixes:
- for existing chunks: check --repair: recreate shadow index, #6687
- for newly created chunks: update shadow index when doing a double-put, #5661
- LockRoster.modify: no KeyError if element was already gone, #7937
-- create --*-from-command: run subcommands with a clean environment, #7916
+- create --X-from-command: run subcommands with a clean environment, #7916
- list --sort-by: support "archive" as alias of "name", #7873
- fix rc and msg if arg parsing throws an exception, #7885
Other changes:
- support and test on Python 3.12
+- include unistd.h in _chunker.c (fix for Python 3.13)
- allow msgpack 1.0.6 and 1.0.7
- TAM issues: show tracebacks, improve borg check logging, #7797
- replace "datetime.utcfromtimestamp" with custom helper to avoid
@@ -414,11 +415,13 @@ Other changes:
- point to CVE-2023-36811 upgrade steps from borg 1.1 to 1.2 upgrade steps, #7899
- upgrade steps needed for all kinds of repos (including "none" encryption mode), #7813
- upgrade steps: talk about consequences of borg check, #7816
+ - upgrade steps: remove period that could be interpreted as part of the command
- automated-local.rst: use GPT UUID for consistent udev rule
- create disk/partition sector backup by disk serial number, #7934
- update macOS hint about full disk access
- clarify borg prune -a option description, #7871
- readthedocs: also build offline docs (HTMLzip), #7835
+ - frontends: add "check.rebuild_refcounts" message
Version 1.2.6 (2023-08-31)