mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-08 21:05:23 +00:00
update CHANGES
This commit is contained in:
parent
00fd3708ac
commit
907cd112d3
1 changed files with 7 additions and 0 deletions
|
@ -411,6 +411,7 @@ Compatibility notes:
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
Version 1.4.0b2 (not released yet)
|
Version 1.4.0b2 (not released yet)
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
@ -424,13 +425,17 @@ Fixes:
|
||||||
- sdist: dynamically compute readme (long_description)
|
- sdist: dynamically compute readme (long_description)
|
||||||
- create: deal with EBUSY, #8123
|
- create: deal with EBUSY, #8123
|
||||||
- No need to use OpenSSL 3.0 on OpenBSD, use LibreSSL.
|
- No need to use OpenSSL 3.0 on OpenBSD, use LibreSSL.
|
||||||
|
- fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries, #8155
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- create: add the slashdot hack, update docs, #4685
|
- 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:
|
Other changes:
|
||||||
|
|
||||||
|
- improve acl_get / acl_set error handling, improved/added tests, #8125
|
||||||
- remove bundled lz4/zstd/xxhash code (require the respective libs/headers),
|
- remove bundled lz4/zstd/xxhash code (require the respective libs/headers),
|
||||||
simplify setup.py, remove support for all BORG_USE_BUNDLED_*=YES, #8094
|
simplify setup.py, remove support for all BORG_USE_BUNDLED_*=YES, #8094
|
||||||
- require Cython 3.0.3 at least (fixes py312 memory leak), #8133
|
- 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
|
- how to run the testsuite using the dist package
|
||||||
- add non-root deployment strategy (systemd / capabilities)
|
- add non-root deployment strategy (systemd / capabilities)
|
||||||
|
- simplify TAM-related upgrade docs using the new commands
|
||||||
- vagrant:
|
- vagrant:
|
||||||
|
|
||||||
- use python 3.11.8
|
- use python 3.11.8
|
||||||
- use pyinstaller 6.5.0
|
- use pyinstaller 6.5.0
|
||||||
- add xxhash for macOS, add libxxhash-dev for debianoid systems
|
- add xxhash for macOS, add libxxhash-dev for debianoid systems
|
||||||
|
- use openindiana/hipster box
|
||||||
|
|
||||||
|
|
||||||
Version 1.4.0b1 (2024-01-21)
|
Version 1.4.0b1 (2024-01-21)
|
||||||
|
|
Loading…
Add table
Reference in a new issue