diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-07-06 10:20:46 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-07-06 10:20:46 +0000 |
commit | efe36102b1d423e82e94217e069460134cde5687 (patch) | |
tree | 2c195eb5bc4e740cf68f6075628a8b612ba4b075 | |
parent | 81c5782861728b804b10a78f5e721aae8a64d5c7 (diff) | |
download | glibc-efe36102b1d423e82e94217e069460134cde5687.tar.gz glibc-efe36102b1d423e82e94217e069460134cde5687.tar.xz glibc-efe36102b1d423e82e94217e069460134cde5687.zip |
2.3.5-0.fc3.2 cvs/fedora-glibc-2_3_5-0_fc3_2
-rw-r--r-- | fedora/glibc.spec.in | 8 |
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) |