summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-07-06 10:20:46 +0000
committerJakub Jelinek <jakub@redhat.com>2005-07-06 10:20:46 +0000
commitefe36102b1d423e82e94217e069460134cde5687 (patch)
tree2c195eb5bc4e740cf68f6075628a8b612ba4b075
parent81c5782861728b804b10a78f5e721aae8a64d5c7 (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 55df7f9c46..39d184a5ba 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 0.fc3.1
+%define glibcrelease 0.fc3.2
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1274,6 +1274,12 @@ rm -f *.filelist*
%endif
%changelog
+* Wed Jul 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-0.fc3.2
+- update from CVS (glibc-2_3-branch)
+ - remove nonnull attribute from acct (BZ#877)
+ - allow NLS of some strings that couldn't be translated before (BZ#253)
+ - execvp fix (BZ#851)
+
* Thu Apr 7 2005 Roland McGrath <roland@redhat.com> 2.3.5-0.fc3.1
- update to glibc 2.3.5 release
- dlclose fixes merged (#145810, #150414, BZ#821)