summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-08-20 14:43:08 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-08-20 15:38:10 +0200
commite87c54a0a171f286ab191856c2bd6c133674be9d (patch)
tree3d189da31d5ab3c8f83973b25e1d10cc73df7ab4 /docs
parentbbad73502bd5b1f58c0c64428666fc029b101890 (diff)
update CHANGES
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index f4fc7153..7f4ec62e 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -217,7 +217,7 @@ The best check that everything is ok is to run a dry-run extraction::
Change Log
==========
-Version 1.2.2 (2022-07-xx)
+Version 1.2.2 (2022-08-20)
--------------------------
Upgrade notes:
@@ -314,6 +314,12 @@ Fixes:
because that would damage the hardlink copy.
- list: fix {flags:<WIDTH>} formatting, #6081
- check: try harder to create the key, #5719
+- misc commands: ctrl-c must not kill other subprocesses, #6912
+
+ - borg create with a remote repo via ssh
+ - borg create --content-from-command
+ - borg create --paths-from-command
+ - (de)compression filter process of import-tar / export-tar
Other changes:
@@ -327,6 +333,7 @@ Other changes:
- tests: fix test_obfuscate byte accounting
- repository: add debug logging for issue #6687
- _chunker.c: fix warnings on macOS
+- requirements.lock.txt: use the latest cython 0.29.32
- docs:
- add info on man page installation, #6894