Netatalk 3.2.10
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.10 is available
The Netatalk team is proud to announce the latest version in the Netatalk 3.2 release series.
This release includes these notable fixes:
- With the default Meson settings, debugging mode would be enabled which turns off server tickles. This leads to client disconnections after a short idle time. This bug was introduced in Netatalk 3.2.1.
- Fixed bug that caused errors when authenticating with the ClearTxt UAM with shadow passwords. Does not affect PAM. This bug was introduced in Netatalk 3.2.1.
- Changed the default D-Bus config file installation path from
etc/dbus-1/system.d
toshare/dbus-1/system.d
. This is the cross-platform standard as per at least 2015.
All users of the 3.2 release series are recommended to upgrade their versions to 3.2.10.
What’s Changed
- [3.2] GitHub CI: Use the latest runners and vmactions runner by @rdmark in https://github.com/Netatalk/netatalk/pull/1482
- [3.2] meson: Use a valid code snippet for the TCP Wrappers check by @rdmark in https://github.com/Netatalk/netatalk/pull/1493
- [3.2] meson: Throw missing cracklib dictionary warning separately by @rdmark in https://github.com/Netatalk/netatalk/pull/1497
- [3.2] meson: Format afpd help text output to match autotools by @rdmark in https://github.com/Netatalk/netatalk/pull/1501
- [3.2] GitHub CI: Bump vmactions image versions by @rdmark in https://github.com/Netatalk/netatalk/pull/1511
- [3.2] Fix tickle handler by @NJRoadfan in https://github.com/Netatalk/netatalk/pull/1515
- [3.2] docker: We disable afpstats so dbus-glib is superfluous by @rdmark in https://github.com/Netatalk/netatalk/pull/1516
- [3.2] cnid_dbd: Set explicit max length of db_params to prevent buffer overflow by @rdmark in https://github.com/Netatalk/netatalk/pull/1520
- [3.2] uams: Correct shadow password length check for ClearTxt by @rdmark in https://github.com/Netatalk/netatalk/pull/1530
- [3.2] Install netatalk-dbus.conf into datadir by default by @rdmark in https://github.com/Netatalk/netatalk/pull/1537
Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-3-2-9…netatalk-3-2-10
Note: The Debian deb package distributed with this release is built for Debian 12 Bookworm.
Release published on 2024-09-24
Generated from the original at GitHub