summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-08-29 18:24:56 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-08-29 18:24:56 +0200
commit7f07f81e394a10a5f1e824017bbf232076f6d69b (patch)
tree7dd5723e7f9842e7b561c22114a70485d43ea3a0 /docs
parent186b3d1319ad3babbfd5a01e98da6442cbf25ab0 (diff)
update CHANGES
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index b0c1b6f35..4c2430f72 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -307,6 +307,7 @@ above.
Fixes:
+- create: do not try to read parent dir of recursion root, #7746
- extract: fix false warning about pattern never matching, #4110
- diff: remove surrogates before output, #7535
- compact: clear empty directories at end of compact process, #6823
@@ -326,10 +327,10 @@ New features:
- BORG_WORKAROUNDS=authenticated_no_key to extract from authenticated repos
without key, #7700
-
Other changes:
- add `utcnow()` helper function to avoid deprecated `datetime.utcnow()`
+- stay on latest Cython 0.29 (0.29.36) for borg 1.2.x (do not use Cython 3.0 yet)
- docs:
- move upgrade notes to own section, see #7546
@@ -342,6 +343,8 @@ Other changes:
- improve --one-file-system help string, #5618
- rewrite borg check docs
- improve the docs for --keep-within, #7687
+ - fix borg init command in environment.rst.inc
+ - 1.1.x upgrade notes: more precise borg upgrade instructions, #3396
- tests: