Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc: The GNU libc libraries.
Name: | glibc |
Vendor: | Scientific Linu |
Version: | 2.3.4 |
License: | LGPL |
Release: | 2.25 |
URL: | |
- Summary
- The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
Changelog
- * Mon Jul 3 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.25
- rebuilt with binutils 2.15.92.0.2-21 to fix nptl-devel (#193165)
- * Mon Jul 3 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.24
- further NIS+ fixes (#190803)
- fix regcomp and regexec with multibyte locales other than UTF-8 (#193873)
- fix nscd -i {passwd,group,hosts}, protect db prunning with a lock
(#191464)
- include /lib*/rtkaio/ only if %{rtkaioarches} macro is set, by default
don't include it
- fix nscd SIGHUP database invalidation
- fix posix_spawn (#193631)
- fix enz_strip (BZ#2703)
- fix insque (BZ#2766)
- fix uninitialized len for alloca in ld.so $ORIGIN/$PLATFORM handling
(BZ#2792)
- * Wed May 24 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.23
- remove SETENT_BATCH_READ=TRUE support from NIS+, use a different
approach to speed up get*ent* requests (#188246, IT#91309, IT#91192)
- search NIS+ parent domains if needed (#190803)