tests: Check for valid fd in torture_setup_resolv_conf()
[resolv_wrapper.git] / CHANGELOG
1 ChangeLog
2 ==========
3
4 version 1.1.5 (released 2016-09-08)
5   * Added support for faking PTR entries
6   * Added support for faking URI entries
7
8 version 1.1.4 (released 2016-05-31)
9   * Added support for faking NS entries
10   * Fixed some platform compatibility bugs
11
12 version 1.1.3 (released 2015-01-13)
13   * Fixed symbol detection if macros are used for res_* functions
14   * Fixed strict aliasing warnings for symbol binding
15   * Added missing tests for req_query and res_search
16
17 version 1.1.2 (released 2015-01-13)
18   * Fix detection for ns_name_compress.
19
20 version 1.1.1 (released 2015-01-12)
21   * Fixed building on older Linux distributions.
22   * Fix a possible segfault.
23
24 version 1.1.0 (released 2014-12-02)
25   * Added case insensitive comparison of dns names (dns faking).
26   * Added support complete dns names (trailing dot) (dns faking).
27   * Added support for recursive name resolving (dns faking).
28   * Fixed calculation of response size (dns faking).
29
30 version 1.0.0 (released 2014-10-24)
31   * Initial release