1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
CHANGELOG
=========
version 1.1.8 (released 2022-12-20)
* Fix issues with glibc >= 2.34
version 1.1.7 (released 2020-08-25)
* Move debug messages from error to warning
version 1.1.6 (released 2020-03-23)
* Added support for running with Sanitizers
* Added fake resolving of TXT records
* Improved logging support
* Fixed resolv.conf support on FreeBSD
* Fixed alignment issues on FreeBSD
* Fixed using IPv6 address with old glibc versions
version 1.1.5 (released 2016-09-08)
* Added support for faking PTR entries
* Added support for faking URI entries
version 1.1.4 (released 2016-05-31)
* Added support for faking NS entries
* Fixed some platform compatibility bugs
version 1.1.3 (released 2015-01-13)
* Fixed symbol detection if macros are used for res_* functions
* Fixed strict aliasing warnings for symbol binding
* Added missing tests for req_query and res_search
version 1.1.2 (released 2015-01-13)
* Fix detection for ns_name_compress.
version 1.1.1 (released 2015-01-12)
* Fixed building on older Linux distributions.
* Fix a possible segfault.
version 1.1.0 (released 2014-12-02)
* Added case insensitive comparison of dns names (dns faking).
* Added support complete dns names (trailing dot) (dns faking).
* Added support for recursive name resolving (dns faking).
* Fixed calculation of response size (dns faking).
version 1.0.0 (released 2014-10-24)
* Initial release
|