Releases: CopernicaMarketingSoftware/DNS-CPP
Releases · CopernicaMarketingSoftware/DNS-CPP
DNS-CPP 1.3.4
- We no longer automatically switch to TCP when receiving a truncated NXDOMAIN response (such responses are not normally inspected so we don't care about the truncation)
DNS-CPP 1.3.3
- Added Ip::operator~() to invert an IP address
DNS-CPP 1.3.2
- DNS::Bits constructor is now explicit (to avoid accidents with auto-conversion)
- Added methods for easier DNS::Bits manipulation (Bits::enable(), Bits::disable(), Context::enable(), Context::disable())
- Fixed some build issues with CMake
DNS-CPP 1.3.1
- Fixed simple compile issue on Ubuntu 22.04 because of a missing #include statement
- no functional changes
DNS-CPP 1.3.0
- It now is possible to set or unset the "recursion desired" bit. This might cause incompatibilities if you already pass an initialization parameter to the DNS::Bits constructor.
DNS-CPP 1.2.8
- Lookups the go through the search-path no longer report NXLOOKUP when one of the subqueries returned something else than NXLOOKUP
- Switched to C++17
DNS-CPP 1.2.7
- The "make install" now makes relative symlinks
DNS-CPP 1.2.6
- Absolute domains no longer go through the 'search' options
- Fixed wrong lookups when going through 'search' options
DNS-CPP 1.2.5
- Fixed crash in search path based lookup
DNS-CPP 1.2 4
- The "search" setting and "ndots" option from the resolv.conf file are now respected