Rename to CHANGELOG
[nss_wrapper.git] / CHANGELOG
1 ChangeLog
2 ==========
3
4 version 1.1.7 (released 2019-11-11)
5   * Added NSS_WRAPPER_DISABLE_DEEPBIND env variable
6   * Improvded logging
7   * Fixed location in cmake config
8
9 version 1.1.6 (released 2019-05-19)
10   * Fixed issues with memory alignment of getgrnam()
11   * Fixed getpwnam() on FreeBSD
12   * Started to use modern cmake (>= 3.5.0)
13
14 version 1.1.5 (released 2018-10-31)
15   * Fixed running on older distributions
16
17 version 1.1.4 (released 2018-10-31)
18   * Fixed module getpw* functions
19   * Fixed nss_wrapper.pl to use correct perl binary
20   * Fixed compatibility with musl-libc
21
22 version 1.1.3 (released 2015-03-18)
23   * Added support for BSD 'struct passwd' members
24   * Replaced strcpy() with snprintf()
25
26 version 1.1.2 (released 2015-12-17)
27   * Fixed segfault while reloading hosts file
28   * Fixed issue where are not fault tolerant if an alias has already
29     been added
30
31 version 1.1.1 (released 2015-11-23)
32   * Fixed nss_wrapper build on Solaris
33
34 version 1.1.0 (released 2015-11-20)
35   * Added support for initgroups()
36   * Added support for shadow files (getspnam(), etc.)
37   * Improved support for multi address handling in getaddrinfo()
38   * Improved file parser
39   * Fixed compilation on machines without IPv4 support
40   * Fixed service string sanity check in getaddrinfo() (bso #11501)
41   * Fixed AI_NUMERICHOST handling in getaddrinfo() (bso # 11477)
42
43 version 1.0.3 (released 2014-09-11)
44   * Added a nss_wrapper manpage.
45   * Fixed cmake find_package configs.
46   * Fixed resolving hostnames with a trailing dot.
47   * Fixed an overflow when checking if a IPv6 address is IPv4.
48   * Fall back to RTLD_NEXT for symbol binding if we can't find libc.
49
50 version 1.0.2 (released 2014-04-08)
51   * Added public nss_wrapper_enabled().
52   * Added public nss_wrapper_hosts_enabled().
53   * Fixed segfault in 'getent hosts' without aliases.
54   * Fixed IPv4 and IPv6 resolving with 'getent ahosts'.
55
56 version 1.0.1 (released 2014-02-04)
57   * Added --libs to pkg-config.
58   * Added nss_wrapper-config.cmake
59   * Fixed a bug packaging the obj directory.
60
61 version 1.0.0 (released 2014-02-02)
62   * Initial release