about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-14 06:17:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-14 06:17:28 +0000
commit47b853e80188cd79fe0a6b444ed35be7ad3448ed (patch)
tree271a3e2afd8e4284256324f417530bda6af2d1fc /NEWS
parent91bc38d09ce2df68d5f03e88df144243907437da (diff)
downloadglibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar.gz
glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar.xz
glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.zip
Update.
2000-08-13  Ulrich Drepper  <drepper@redhat.com>

	* posix/Makefile: Remove rules to generate glob package.

	* posix/Makefile (tests): Add tst-regexloc.
	(tst-regexloc-ENV): Add LOCPATH.
	* posix/tst-regexloc.c: New file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e433e2d45..7aaf58ad08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2000-08-11
+GNU C Library NEWS -- history of user-visible changes.  2000-08-13
 
 Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc.
 See the end for copying conditions.
@@ -17,6 +17,9 @@ Version 2.2
 
 * The Berkeley db libraries have been removed.
 
+  Related, the nss_db module is now in a separate package since it
+  obviously requires a database library being available.
+
 * Wide character I/O streams implemented by Ulrich Drepper.
 
 * Functions from the extended socket API added by Ulrich Drepper.