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