@@ -414,14 +414,48 @@ Compatibility notes:
414414Change Log
415415==========
416416
417- Version 1.4.2 (2025-10-31 )
418- --------------------------
417+ Version 1.4.3 (not released yet )
418+ --------------------------------
419419
420420For upgrade and compatibility hints, please also read the "Upgrade Notes" section
421421above.
422422
423423New features:
424424
425+ - None.
426+
427+ Fixes:
428+
429+ - CI: FUSE related fixes/improvements, #9182
430+
431+ - The Linux and FreeBSD binaries built on GitHub now include working
432+ FUSE support (based on llfuse).
433+ - We can't include FUSE support in the macOS binaries built on GitHub
434+ though (we can't install macFUSE there), use our brew tap for that.
435+
436+ Other changes:
437+
438+ - Drop Python 3.9 support (EOL'ed by python.org)
439+ - CI:
440+
441+ - Install correct fuse library depending on the tox env.
442+ - PyInstaller binary building: build and upload early, then CI test.
443+ - For now, use llfuse, as there is an issue with pyinstaller and pyfuse3.
444+ - Backported vm_tests (FreeBSD/NetBSD/OpenBSD/Haiku) from master branch.
445+ - Dynamic code analysis (Address and UndefinedBehavior Sanitizer), #6819.
446+ - Add tag-based workflows and provenance attestation for GitHub-built
447+ binaries, #9135, #9136.
448+ - Docs:
449+
450+ - Some fixes/updates to the FAQ, #9188.
451+ - Update binary readme, release binaries are built on GitHub now.
452+
453+
454+ Version 1.4.2 (2025-10-31)
455+ --------------------------
456+
457+ New features:
458+
425459- BORG_MSGPACK_VERSION_CHECK=no to optionally disable the msgpack version
426460 check; default is "yes"; use at your own risk, #9109.
427461- fat binary builds on GitHub (see assets on the GitHub releases page):
0 commit comments