Skip to content

v1.22

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Oct 04:21

Added

  • Support building and running on operating systems that lack either Netlink or PF_ROUTE
    mechanisms (such as for example Haiku OS). On such systems network interface changes
    after wsddn startup are not detected.
  • Automatic daemon user creation when running as root is now supported on Alpine and Illumos

Fixed

  • Binary packages no longer declare conflict with wsdd (#23)
  • Man pages now correctly describe default log destinations
  • Miscellaneous fixes around automatic daemon user creation when running as root:
    • Security hardening around invoking OS user creation commands
    • Better user defaults to align with conventions on known platforms

Changed

  • Updated 3rd party dependencies
  • Made log messages more uniform and informative.
  • Replaced single WSDDN_PREFER_SYSTEM CMake setting with per-dependency WSDDN_PREFER_SYSTEM_<UPPERCASE_DEP_NAME> ones