Bump version to 1.0.3.
[nss_wrapper.git] / ChangeLog
1 ChangeLog
2 ==========
3
4 version 1.0.3 (released 2014-09-11)
5   * Added a nss_wrapper manpage.
6   * Fixed cmake find_package configs.
7   * Fixed resolving hostnames with a trailing dot.
8   * Fixed an overflow when checking if a IPv6 address is IPv4.
9   * Fall back to RTLD_NEXT for symbol binding if we can't find libc.
10
11 version 1.0.2 (released 2014-04-08)
12   * Added public nss_wrapper_enabled().
13   * Added public nss_wrapper_hosts_enabled().
14   * Fixed segfault in 'getent hosts' without aliases.
15   * Fixed IPv4 and IPv6 resolving with 'getent ahosts'.
16
17 version 1.0.1 (released 2014-02-04)
18   * Added --libs to pkg-config.
19   * Added nss_wrapper-config.cmake
20   * Fixed a bug packaging the obj directory.
21
22 version 1.0.0 (released 2014-02-02)
23   * Initial release