diff --git a/.cvsignore b/.cvsignore index 38ab9cb..04efab1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glibc-2.1.95.tar.gz +glibc-2.2.tar.gz diff --git a/glibc.spec b/glibc.spec index 398e0cd..869ff78 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,8 +1,8 @@ %define linux24 0 -%define glibcrelease 2 +%define glibcrelease 5 Summary: The GNU libc libraries. Name: glibc -Version: 2.1.95 +Version: 2.2 %if %{linux24} Release: %{glibcrelease}.2.4 %else @@ -361,6 +361,37 @@ rm -f *.filelist* %endif %changelog +* Sun Nov 19 2000 Jakub Jelinek +- update to CVS to fix getaddrinfo + +* Fri Nov 17 2000 Jakub Jelinek +- update to CVS to fix freopen +- remove all alpha workarounds, not needed anymore + +* Wed Nov 15 2000 Jakub Jelinek +- fix dladdr bug on alpha/sparc32/sparc64 +- fix Makefiles so that they run static tests properly + +* Tue Nov 14 2000 Jakub Jelinek +- update to CVS to fix ldconfig + +* Thu Nov 9 2000 Jakub Jelinek +- update to glibc 2.2 release + +* Mon Nov 6 2000 Jakub Jelinek +- update to CVS to: + - export __sysconf@@GLIBC_2.2 (#20417) + +* Fri Nov 3 2000 Jakub Jelinek +- merge to 2.1.97 + +* Mon Oct 30 2000 Jakub Jelinek +- update to CVS, including: + - fix WORD_BIT/LONG_BIT definition in limits.h (#19088) + - fix hesiod (#19375) + - set LC_MESSAGES in zic/zdump for proper error message output (#19495) + - fix LFS fcntl when used with non-LFS aware kernels (#19730) + * Thu Oct 19 2000 Jakub Jelinek - fix alpha semctl (#19199) - update to CVS, including: @@ -368,3 +399,6 @@ rm -f *.filelist* - fix locale alias handling code (#18832) - fix rexec on little endian machines (#18886) - started writing changelog again + +* Thu Aug 10 2000 Adrian Havill +- added ja ujis alias for backwards compatibility diff --git a/sources b/sources index 3030d77..94f3531 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4475f77885adf788e0dd7ccd5a78d06d glibc-2.1.95.tar.gz +2b4426320ac1448a6ed1037607a0232c glibc-2.2.tar.gz