diff options
-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) |