summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-09-14 15:48:18 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-09-14 15:48:18 +0200
commit7e15b6488a6b05cf7090e2194b56aaa314f47c9f (patch)
tree81b118009da6cfea6cd7be77d3949b34cfb70ffb
parent4e8cc050c2eebdcb7d54016501612e905426a12a (diff)
update CHANGES
-rw-r--r--docs/changes.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 3641035f3..e73507d02 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -120,8 +120,8 @@ Compatibility notes:
Change Log 2.x
==============
-Version 2.0.0b7 (not released yet)
-----------------------------------
+Version 2.0.0b7 (2023-09-14)
+----------------------------
Please note:
@@ -148,6 +148,8 @@ Other changes:
- always implicitly require archive TAMs (all archives have TAMs since borg 1.2.6)
- always implicitly require manifest TAMs (manifests have TAMs since borg 1.0.9)
- rlist: remove support for {tam} placeholder, archives are now always TAM-authenticated.
+- support / test on Python 3.12
+- allow msgpack 1.0.6 (which has py312 wheels), #7810
- manifest: move item_keys into config dict (manifest.version == 2 now), #7710
- replace "datetime.utcfromtimestamp" to avoid deprecation warnings with Python 3.12
- properly normalise paths on Windows (forward slashes, integrate drive letter into path)