summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2024-03-30 18:45:09 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2024-03-30 19:33:37 +0100
commit907cd112d31b944c0c56b4d299c55a98bfe7d4fe (patch)
tree382f634af0fa723b22f73481d4629b10df47e95c
parent00fd3708ac9eb0ad8683ba9de806c5bfa78f3da6 (diff)
update CHANGES
-rw-r--r--docs/changes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 3e77c111b..3180ecf63 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -411,6 +411,7 @@ Compatibility notes:
Change Log
==========
+
Version 1.4.0b2 (not released yet)
----------------------------------
@@ -424,13 +425,17 @@ Fixes:
- sdist: dynamically compute readme (long_description)
- create: deal with EBUSY, #8123
- No need to use OpenSSL 3.0 on OpenBSD, use LibreSSL.
+- fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries, #8155
New features:
- create: add the slashdot hack, update docs, #4685
+- upgrade --check-tam: check manifest TAM auth, exit with rc=1 if there are issues.
+- upgrade --check-archives-tam: check archives TAM auth, exit with rc=1 if there are issues.
Other changes:
+- improve acl_get / acl_set error handling, improved/added tests, #8125
- remove bundled lz4/zstd/xxhash code (require the respective libs/headers),
simplify setup.py, remove support for all BORG_USE_BUNDLED_*=YES, #8094
- require Cython 3.0.3 at least (fixes py312 memory leak), #8133
@@ -446,11 +451,13 @@ Other changes:
- how to run the testsuite using the dist package
- add non-root deployment strategy (systemd / capabilities)
+ - simplify TAM-related upgrade docs using the new commands
- vagrant:
- use python 3.11.8
- use pyinstaller 6.5.0
- add xxhash for macOS, add libxxhash-dev for debianoid systems
+ - use openindiana/hipster box
Version 1.4.0b1 (2024-01-21)