Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

67 lines (47 loc) · 2.17 KB

Changelog

All notable changes to simdzone will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - 2025-??-??

Fixed

  • Cleanup westmere and haswell object files (#24) Thanks @fobser

[0.2.0] - 2024-12-12

Added

  • Add semantic checks for DS and ZONEMD digests (NLnetLabs/nsd#205).
  • Support registering a callback for $INCLUDE entries (NLnetLabs/nsd#229).
  • Add tls-supported-groups SvcParam support.
  • Check iana registries for unimplemented (new) RR types and SvcParamKeys.
  • Add support for NINFO, RKEY, RESINFO, WALLET, CLA and TA RR types.

Fixed

  • Prepend -march to CFLAGS to fix architecture detection (NLnetLabs/nsd#372).
  • Fix propagation of implicit TTLs (NLnetLabs/nsd#375).
  • Fix detection of Westmere architecture by checking for CLMUL too.
  • Fix compilation on NetBSD (#233).
  • Fix reading specialized symbolic links (NLnetLabs/nsd#380).

[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.

[0.1.0] - 2024-04-16

Added

  • Initial release.