diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-06 15:32:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-06 15:32:11 +0000 |
commit | 57abdf3eaa424deafda497a4a896328238353e18 (patch) | |
tree | bf991c3cec997d65842f52c2e09a8ba439e98e83 /NEWS | |
parent | ec85192dacc1bc1ca2efaad4e469d4d1831bce9c (diff) | |
download | nsss-57abdf3eaa424deafda497a4a896328238353e18.tar.gz nsss-57abdf3eaa424deafda497a4a896328238353e18.tar.xz nsss-57abdf3eaa424deafda497a4a896328238353e18.zip |
Prepare for 0.1.0.0, add --enable-libc-includes configure switch
pwd.h, grp.h and shadow.h will not overwrite the libc headers by default anymore; you need to explicitly add the switch.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 71084aa..5cac770 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,12 @@ Changelog for nsss. -In 0.0.2.3 +In 0.1.0.0 ---------- - Bugfixes. + - pwd.h, grp.h and shadow.h are not installed by default anymore. +You now need to explicitly give the --enable-libc-includes +configure option. In 0.0.2.2 |