Skip to content

24.07

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 21:00
ndn-tools-24.07
435d201

ndn-tools version 24.07

The build dependencies have been increased as follows:

  • GCC >= 9.3 or Clang >= 7.0 are strongly recommended on Linux; GCC 8.x is also known to work but is not officially supported
  • Xcode 13 or later is recommended on macOS; older versions may still work but are not officially supported
  • Boost >= 1.71.0 is required on all platforms

Docker

  • Added an official Dockerfile to the repository
  • A prebuilt image for linux/amd64 and linux/arm64 platforms is available on the GitHub container registry

Build system

  • Fix detection of libpcap 1.10.2 and later on Linux
  • Fix building the man pages with Python 3.12 (#5298)
  • Reduce amount of debugging information produced in compiled binaries by default (#5279)
  • Upgrade waf to version 2.0.27