New
Netatalk 4.3.1
Netatalk 4.3.1 is available!
The Netatalk team is proud to announce the latest version in the Netatalk 4.3 release series.
All users of previous Netatalk versions are encouraged to upgrade to 4.3.1.
This is a source-only release. To build:
# Extract the source
tar -xf netatalk-4.3.1.tar.xz
cd netatalk-4.3.1
# Configure and build
meson setup build
meson compile -C build
# Install
sudo meson install -C build
What's Changed
- FIX: afpd: Refactor the afpd version helptext for readability and brevity, GitHub #2367
- FIX: libatalk: remove macros, define interface for netddp_{close, recvfrom, sendto}, GitHub #2383
- FIX: rtmpqry: Fix code quality issues in rtmpqry and disambiguate comments, GitHub #2379
- NEW: testsuite: Added Linux IO monitoring to afp_lantest and refactored results display, GitHub #2354
- The -C option has been renamed to -K in afp_lantest
- FIX: test: Consistently initialize buffers before use in afpd component tests, GitHub #2380
- FIX: docker: Bring back the RandNum password creation by default, GitHub #2338