Skip to content

Releases: nitroshare/qmdnsengine

0.2.1

01 May 04:36
Compare
Choose a tag to compare

This release adds the following features:

  • Proper support for compilation with Qt 6

The following issues are also fixed:

  • Switch from qrand() to QRandomGenerator (#22)
  • Address a race condition in the test suite (677bf5c)
  • Don't remove PTR records when SRV expires (#27)
  • Fix compilation warnings when compiling with the Win10 SDK (#29)

...and several other minor fixes and improvements

The minimum required Qt version is now 5.7.

0.2.0

04 Apr 19:14
Compare
Choose a tag to compare

This release fixes the following issues:

  • Fix SIGSEGV on macOS (#5)
  • Enable static builds of the library (#7)
  • Include known PTR records when querying for services

A few internal classes have also been refactored and some minor inefficiencies addressed.

0.1.0

07 Sep 22:49
5910a73
Compare
Choose a tag to compare

First official release.