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