about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-08-24 07:31:11 +0000
committerJakub Jelinek <jakub@redhat.com>2005-08-24 07:31:11 +0000
commitb94097cb7406f05f2fe1f27b4869155f1493f554 (patch)
treebbf46d07f527ff050b838b312f8ab7f44ccf2c1f
parent8bf34d8a27ffed48c7a43b7c7347235d389b0946 (diff)
downloadglibc-b94097cb7406f05f2fe1f27b4869155f1493f554.tar.gz
glibc-b94097cb7406f05f2fe1f27b4869155f1493f554.tar.xz
glibc-b94097cb7406f05f2fe1f27b4869155f1493f554.zip
-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 969f640974..86adb215ee 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -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)