From 8a1f658bd783e625d947933b6603dbcedb31f75b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Sep 2004 08:44:34 +0000 Subject: Update. 2004-09-17 Ulrich Drepper * misc/sys/cdefs.h: Define __nonnull using nonnull function attribute for gcc 3.3 and higher. * io/fcntl.h: Add __nonnull where appropriate. * io/ftw.h: Likewise. * io/utime.h: Likewise. * io/sys/poll.h: Likewise. * io/sys/sendfile.h: Likewise. * io/sys/stat.h: Likewise. * io/sys/statfs.h: Likewise. * io/sys/statvfs.h: Likewise. * posix/unistd.h: Likewise. --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 380ebd30a9..126107f57a 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,28 @@ Version 2.3.4 * Support for RFC 3678. Real implementations exist only for Linux so far. Implemented by Ulrich Drepper. + +* nscd can now cache entries persistently. Expiring entries are reloaded. + For speedups the cache can be shared in memory with client processes. + Implemented by Ulrich Drepper. + +* nscd can now perform SELinux checks. + Implemented by Matthew Rickard . + +* getaddrinfo queries are not cached. Canonical name lookup is performed + efficiently. + Implemented by Ulrich Drepper. + +* The nothrow function attribute is used when headers are used by gcc when + compiling C code. This can avoid significant amounts of exception + handling data. + +* The malloc functions perform more error checking and are stricter when + it comes to reacting on errors. The default action is to terminate + the process after showing an error message. + +* Reverse lookups of IPv6 addresses does not use bit string or .ip6.int + lookups anymore unless explicitly requested. Version 2.3.3 -- cgit 1.4.1