]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.90-3 cvs/fedora-glibc-2_3_90-3
authorJakub Jelinek <jakub@redhat.com>
Thu, 21 Jul 2005 09:36:31 +0000 (09:36 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 21 Jul 2005 09:36:31 +0000 (09:36 +0000)
fedora/glibc.spec.in

index e37d1c47a5e99ef03772b0c4c8cf3b68d5dbca31..3df398de0cb9d1d97dea6b947b0cafc17083674d 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 2
+%define glibcrelease 3
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define xenarches i686 athlon
@@ -1074,6 +1074,16 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
+- update from CVS
+  - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
+    poll when contacting nscd more gracefully
+  - remove malloc attribute from posix_memalign
+  - correctly size nscd buffer for grpcache key (#163538)
+  - fix atan2f
+  - fix error memory leaks
+  - some more _FORTIFY_SOURCE protection
+
 * Fri Jul  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
 - update from CVS
   - ia64 stack protector support