]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.90-10 cvs/fedora-glibc-2_3_90-10
authorJakub Jelinek <jakub@redhat.com>
Wed, 24 Aug 2005 07:31:11 +0000 (07:31 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 24 Aug 2005 07:31:11 +0000 (07:31 +0000)
fedora/glibc.spec.in

index 969f64097442be49d8ff3673e221dc871db8d6ff..86adb215ee8b274a8e028f8eee39d53667cbdc41 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 9
+%define glibcrelease 10
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define xenarches i686 athlon
@@ -1074,6 +1074,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
+- update from CVS
+  - fix growing of nscd persistent database (BZ#1204)
+  - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
+    is known at compile time, but length argument is not
+
 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
 - update from CVS
   - fix resolving over TCP (#161181, #165802)