summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2022-06-05 18:36:37 +0200
committerGitHub <noreply@github.com>2022-06-05 18:36:37 +0200
commit7475e661bf5a1a06e15622b3c5ee0b84a43f881f (patch)
treea039a65313aed57ab3159ddf96a596492920062f /docs
parenteeb55c10c4100e31d872848c559b81f6e342856e (diff)
parent4ae08ee972b24729664e5eb41175ff115e91769f (diff)
Merge pull request #6751 from ThomasWaldmann/update-changes-1.2
update CHANGES (1.2)
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 6c0f2ec9..a7c86bd9 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -235,7 +235,7 @@ Some things can be recommended for the upgrade process from borg 1.1.x
- check the output of `borg check` - if there is anything special, consider
a `borg check --repair` followed by another `borg check`.
- if everything is fine so far (borg check reports no issues), you can consider
- upgrading to 1.2.0. if not, please first fix any already existing issue.
+ upgrading to 1.2.x. if not, please first fix any already existing issue.
- if you want to play safer, first **create a backup of your borg repository**.
- upgrade to latest borg 1.2.x release (you could use the fat binary from
github releases page)
@@ -322,9 +322,12 @@ Fixes:
New features:
- delete: add repository id and location to prompt, #6453
+- borg debug dump-repo-objs --ghost: new --segment=S --offset=O options
Other changes:
+- support python 3.11
+- allow msgpack 1.0.4, #6716
- load_key: no key is same as empty key, #6441
- give a more helpful error msg for unsupported key formats, #6561
- better error msg for defect or unsupported repo configs, #6566
@@ -351,7 +354,11 @@ Other changes:
- check that borg does not require pytest for normal usage, fixes #6563
- fix OpenBSD symlink mode test failure, #2055
- - vagrant: darwin64: remove fakeroot, #6314
+- vagrant:
+
+ - darwin64: remove fakeroot, #6314
+ - update development.lock.txt
+ - use pyinstaller 4.10 and python 3.9.13 for binary build
- crypto:
- use hmac.compare_digest instead of ==, #6470