Netatalk 3.2.7
DOCKER COMPATIBILITY ALERT
If you previously used the Netatalk 3.1.18 Docker image for making Time Machine backups in macOS, you may run into errors after upgrading to the Netatalk 3.2.0 image or later. It is recommended to discard the backup sparsebundle and redo the backup. If you absolutely must access the older backup sparsebundle, downgrading to the 3.1.18 image should restore access.
Netatalk 3.2.7 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 3.2 release series.
This release contains primarily improvements and bug fixes for the Meson build system. All users of the 3.2 release series who build with Meson are recommended to upgrade their versions to 3.2.7.
Breaking changes (Meson)
The RPATH build system option is now enabled by default, while the run-time linker config file is now controlled by an opt-in option.
Modify the default behavior with -Dwith-rpath
and the newly added -Dwith-ldsoconf
, both boolean options.
What’s Changed
- [3.2] meson: Ability to control the run-time linker path config file by @rdmark in https://github.com/Netatalk/netatalk/pull/1396
- [3.2] meson: Allow ldconfig to run unprivileged during setup by @rdmark in https://github.com/Netatalk/netatalk/pull/1407
- [3.2] docker: Add entry script step to clean up any residual lock file by @rdmark in https://github.com/Netatalk/netatalk/pull/1412
- [3.2] docker: Ship a docker-compose.yml sample file by @rdmark in https://github.com/Netatalk/netatalk/pull/1414
- [3.2] docker: Check for AFP_USER and AFP_PASS when launching container by @rdmark in https://github.com/Netatalk/netatalk/pull/1415
- [3.2] meson: Enable rpath and disable ldsoconf by default by @rdmark in https://github.com/Netatalk/netatalk/pull/1418
Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-3-2-6…netatalk-3-2-7
Note: The Debian deb package distributed with this release is built for Debian 12 Bookworm.
Release published on 2024-08-18
Generated from the original at GitHub