Netatalk 4.4.2 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 4.4 release series.
This fixes a build breakage on certain 32 bit systems that was introduced between v4.3 and v4.4, plus a range of stability and reliability fixes to afpd and the SQLite CNID backend.
All users of previous Netatalk versions are encouraged to upgrade to 4.4.2.
This is a source-only release. To build:
# Extract the source
tar -xf netatalk-4.4.2.tar.xz
cd netatalk-4.4.2
# Configure and build
meson setup build
meson compile -C build
# Install
sudo meson install -C build
To install the Webmin module tarball:
# Adjust the path to match your Webmin installation
/usr/share/webmin/install-module.pl netatalk-4.4.2.wbm.gz
What’s Changed
- [4.4] Fix implicit declaration of function AfpErr2name by @knight-of-ni in #2662
- bump to development version 4.4.2 by @rdmark in #2665
- [4.4] GitHub CI: bump Arch, Alpine, Debian, Fedora to the latest image by @rdmark in #2663
- [4.4] cnid: fix sqlite backend bugs, add post init validation and logging by @rdmark in #2673
- [4.4] macusers: add a deprecation warning for this script by @rdmark in #2768
- [4.4] afpd: use C11 atomic operations in dircache, conditional check for libatomic by @rdmark in #2767
- [4.4] dircache: fix LRU cache eviction crash and dangling pointers by @rdmark in #2779
- [4.4] ci: remove Spotlight dependencies from DragonFlyBSD job by @rdmark in #2782
- [4.4] meson: fix bugs that prevent you from disabling dev docs by @rdmark in #2882
- release netatalk 4.4.2 by @rdmark in #2892
Full Changelog: https://github.com/Netatalk/netatalk/compare/netatalk-4-4-1…netatalk-4-4-2
Downloads
- netatalk-4.4.2.tar.xz (1.1 MB)
- netatalk-4.4.2.tar.xz.asc (0.0 MB)
- netatalk-4.4.2.tar.xz.sha256sum (0.0 MB)
- netatalk-4.4.2.tar.xz.sha512sum (0.0 MB)
- netatalk-4.4.2.wbm.gz (0.1 MB)
Footnotes
Release published on 2026-04-17
Generated from GitHub Release Notes