Netatalk 4.1.1 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 4.1 release series.
This release contains a number of bugfixes and compatibility improvements.
All users are encouraged to upgrade to 4.1.1.
Notable Changes
A -Dwith-bdb-include-path
build system option has been added. This is useful when building on systems where lib and include dirs are separated, for instance NixOS. Another build system issue has been fixed that allows for building a Nix package.
The default net values in macipgw.conf
have been removed, to avoid potential IP conflicts or tracking. In order to use macipgw, please update the config file first with network settings that match your network and bridge settings.
We have also fixed a bug that caused macipgw to crash when no config file could be found.
What's Changed
- config: Disable default options in macipgw.conf by @rdmark in #1876
- GitHub CI: Cleanup of macOS job by @rdmark in #1878
- docs: Consolidate redundant CNID and encoding info by @rdmark in #1880
- meson: Restore prioritized Berkeley DB detection by @rdmark in #1881
- Add a security patching end-of-life policy by @rdmark in #1885
- GitHub CI: Build on Ubuntu without Unicode data to avoid dirty repo by @rdmark in #1888
- macipgw: Handle scenario when config file is missing by @APCCV in #1891
- macipgw: Correct iniparser status check; free memory afterwards by @rdmark in #1892
- GitHub CI: Bump to DragonFlyBSD vmactions runner 1.1.0 by @rdmark in #1895
- Prevent illegal null pointer calls by @rdmark in #1894
- Matching format specifiers in C strings by @rdmark in #1896
- GitHub CI: Remove openSUSE build job by @rdmark in #1899
- GitHub CI: NetBSD version agnostic PKG_PATH definition by @rdmark in #1901
- macipgw: Print usage notes for the -f option by @rdmark in #1898
- afpd: Log an error in dirchache when directory has invalid did by @rdmark in #1897
- meson: remove hardcoded file command path. by @erichelgeson in #1907
- meson: Remove libquota check that causes breakage on NetBSD by @rdmark in #1903
- meson: Introduce with-bdb-include-path override option by @rdmark in #1908
New Contributors
- @erichelgeson made their first contribution in #1907
Full Changelog: netatalk-4-1-0...netatalk-4-1-1