summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2024-03-29 14:36:30 +0100
committerGitHub <noreply@github.com>2024-03-29 14:36:30 +0100
commit41de070c4f8ff8bda06b5a8d7ab57f7f3b5dff0c (patch)
treebefb16d6c66328e4a9b6af06b7b34c34034b463d
parent59e3a02a4035772202f725f0b625a49ec25411a8 (diff)
parent608c8a7e5f38bcce423605d9eda7d98a8f920fda (diff)
Merge pull request #8163 from ThomasWaldmann/update-changes-1.2
update CHANGES (1.2-maint)
-rw-r--r--docs/changes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 96da705b5..6baed37c0 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -403,13 +403,24 @@ Fixes:
- check: fix return code and log level for index entry value discrepancies
- with-lock: catch FileNotFoundError exception, print error msg, #8022
- benchmark: inherit options --rsh --remote-path, #8099
+- fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries, #8155
+
+New features:
+
+- upgrade --check-tam: check manifest TAM auth issues,
+ exit with rc=1 if there are issues.
+- upgrade --check-archives-tam: check archives tam status,
+ exit with rc=1 if there are issues.
+
Other changes:
- allow msgpack 1.0.8 (this might fix memory leaks with Python 3.12), #8133
- use the latest Cython 0.29.x
+- vagrant: use / build binaries with python 3.9.19
- docs:
+ - simplify TAM-related upgrade docs using the new commands
- improve docs for borg with-lock, #8022
- add more infos borg check --repair recreating the shadow index
to change log, see #6687