]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.4.90-4 cvs/fedora-glibc-2_4_90-4
authorJakub Jelinek <jakub@redhat.com>
Mon, 1 May 2006 08:02:53 +0000 (08:02 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 1 May 2006 08:02:53 +0000 (08:02 +0000)
fedora/glibc.spec.in
nis/nss

index 00db08833a87fc58a9f6c26c25461c617ec3e961..3e5f08939eef66b7daaba03e1a6a6c1c10dd944c 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 3
+%define glibcrelease 4
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define xenarches i686 athlon
@@ -1389,6 +1389,13 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon May  1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
+- update from CVS
+  - SETENT_BATCH_READ /etc/default/nss option for speeding up
+    some usages of NIS+ (#188246)
+  - move debug state change notification (#179208)
+  - fix ldd script if one of the dynamic linkers is not installed (#190259)
+
 * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
 - update from CVS
   - fix a typo in nscd.conf (#190085)
diff --git a/nis/nss b/nis/nss
index aab40ab3f01a8e1cd4cc72d8b763c9151abe9e85..b7007a6bd4fe77a21eb96ed9e4bb063080c48d5a 100644 (file)
--- a/nis/nss
+++ b/nis/nss
@@ -25,4 +25,4 @@
 #  memory with every getXXent() call.  Otherwise each getXXent() call
 #  might result into a network communication with the server to get
 #  the next entry.
-#SETENT_BATCH_READ=TRUE
+SETENT_BATCH_READ=TRUE