Skip to content

Release 2.2.1

Compare
Choose a tag to compare
@jelu jelu released this 15 Oct 22:33
· 321 commits to develop since this release

Two bugfixes with one being critical (caused segfault, sorry for that)

  • pcap-thread had an issue that threads where not closed on exit of pcap_thread_run(), this only created many threads in my testing environment but reports came in that it segfaulted.
  • When started dsc (not in debug mode) it will wait to align with the time, that did not get update with the configurable interval change.

Due to submodules in the repository please download this tarball:
https://www.dns-oarc.net/files/dsc/dsc-2.2.1.tar.gz
sha256: d7b27533c56a3b599ffee82eb503fd0160a9ca1e9461c9d4d75f8bbe9aa1bf12

Packages are available at: https://dev.dns-oarc.net/packages/

Commits:

6e3654b Fix #90: Update pcap-thread to v1.1.2 to fix a segfault issue
c9350a3 Fix #92: Honor configured interval when aligning
acaf617 minor typo