Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@k0ekk0ek k0ekk0ek released this 02 Aug 08:50
· 12 commits to main since this release

This release consists primarily of bug and compatibility fixes that popped up after the release of NSD 4.10.0.

[0.1.1] - 2024-07-19

Added

  • Test to verify configure.ac and Makefile.in are correct.
  • Add support for reading from stdin if filename is "-".
  • Add support for building with Oracle Developer Studio 12.6.
  • Add support for "time" service for Well-Know Services (WKS) RR.

Fixed

  • Fix makefile dependencies.
  • Fix makefile to use source directory for build dependencies.
  • Fix changelog to reflect v0.1.0 release.
  • Update makefile to not use target-specific variables.
  • Fix makefile clean targets.
  • Fix state keeping in fallback scanner for contiguous and quoted.
  • Fix bug in name scanner.
  • Fix type mnemonic parsing in fallback parser.
  • Fix endian.h to include machine/endian.h on OpenBSD releases before 5.6.
  • Fix use after free on buffer resize.
  • Fix parsing of numeric protocols in WKS RRs.
  • Make devclean target depend on realclean target.
  • Fix detection of AVX2 support by checking generic AVX support by the
    processor and operating system (#222).

Changed

  • Make relative includes relative to current working directory.
  • Split Autoconf and CMake compiler tests for supported SIMD instructions.