Netatalk 2.4.7
Netatalk 2.4.7 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 2.4 release series.
This release primarily contains bug fixes for the Meson build system. All users of the 2.4 release series who build with Meson are recommended to upgrade their versions to 2.4.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.
New Meson options
-Dwith-init-dir
-Dwith-ldsoconf
-Dwith-lockfile-path
What’s Changed
- [2.4] meson: Ability to control the run-time linker path config file by @rdmark in https://github.com/Netatalk/netatalk/pull/1395
- [2.4] meson: Correctly install AppleTalk headers and etc2ps.sh by @rdmark in https://github.com/Netatalk/netatalk/pull/1398
- [2.4] meson: Introduce a with-init-dir option by @rdmark in https://github.com/Netatalk/netatalk/pull/1403
- [2.4] meson: Allow ldconfig to run unprivileged during setup by @rdmark in https://github.com/Netatalk/netatalk/pull/1408
- [2.4] docker: Ship a docker-compose.yml sample file by @rdmark in https://github.com/Netatalk/netatalk/pull/1416
- [2.4] meson: Introduce a with-lockfile-path option by @rdmark in https://github.com/Netatalk/netatalk/pull/1404
- [2.4] meson: Enable rpath and disable ldsoconf by default by @rdmark in https://github.com/Netatalk/netatalk/pull/1419
Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-2-4-6…netatalk-2-4-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