Netatalk 3.2.3
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.3 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 3.2 release series.
This release contains primarily bug fixes for the Meson build system. Notably, the with-rpath
option now correctly enables or disables runpath for all compiled binaries. All users of the 3.2 release series are recommended to upgrade their versions to 3.2.3.
What’s Changed
- Record note of permission to upgrade CNID code to a later GPL by @rdmark in https://github.com/Netatalk/netatalk/pull/1194
- Remove long-obsoleted cnid2_create script by @rdmark in https://github.com/Netatalk/netatalk/pull/1203
- docker: Add option to enable ClearText and Guest UAMs by @rdmark in https://github.com/Netatalk/netatalk/pull/1202
- docs: Standardize reference entry naming for netatalk-config man page by @rdmark in https://github.com/Netatalk/netatalk/pull/1208
- meson: Generate afppasswd manual html page by @rdmark in https://github.com/Netatalk/netatalk/pull/1210
- meson: Remove obsolete 64 bit library check by @dgsga in https://github.com/Netatalk/netatalk/pull/1207
- meson: Enable rpath for binaries only when with-rpath is enabled by @rdmark in https://github.com/Netatalk/netatalk/pull/1214
- meson: Require kerberos before enabling krb5 UAM, not just GSSAPI by @rdmark in https://github.com/Netatalk/netatalk/pull/1218
- meson: Restore linking with 64-bit libdb on Solaris by @rdmark in https://github.com/Netatalk/netatalk/pull/1222
- GitHub CI: Add Perl dependencies for NetBSD by @rdmark in https://github.com/Netatalk/netatalk/pull/1228
- meson: Fixing linking when building with with-ssl-override by @rdmark in https://github.com/Netatalk/netatalk/pull/1227
Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-3-2-2…netatalk-3-2-3
Note: The Debian deb package distributed with this release is built for Debian 12 Bookworm.
Release published on 2024-07-12
Generated from the original at GitHub