summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-04-27 21:34:42 +0000
committerJakub Jelinek <jakub@redhat.com>2006-04-27 21:34:42 +0000
commit45f1c052dc488bb21093d52bb9a3df18e7b2df36 (patch)
treeb59208aa5917db4a802024cf7f52963e14bfeb6c
parent0ad70fc14340d1e3ac2976014766c6eb6d5d3715 (diff)
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index d1aceae0cb..00db08833a 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 2
+%define glibcrelease 3
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1389,6 +1389,12 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
+- update from CVS
+ - fix a typo in nscd.conf (#190085)
+ - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
+ - make nscd paranoia mode working with non-root server-user (#189779)
+
* Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
- update from CVS
- fix getaddrinfo (#190002)