diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-06 20:05:37 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-06 20:05:37 +0000 |
commit | 5cc3f59253fabe4f402a69ea007f6c7d2a6187f4 (patch) | |
tree | 178ce4fa6a118812c3dc60c0e990fb11f4404dec /newlib | |
parent | 9918ea2da92af81c72f626a3d33e75db9338bab8 (diff) | |
download | cygnal-5cc3f59253fabe4f402a69ea007f6c7d2a6187f4.tar.gz cygnal-5cc3f59253fabe4f402a69ea007f6c7d2a6187f4.tar.bz2 cygnal-5cc3f59253fabe4f402a69ea007f6c7d2a6187f4.zip |
Add missing ChangeLog entry for 1.13.0 release.
2004-12-17 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.13.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.13.0.
* aclocal.m4: Regenerated.
* configure: Ditto.
* doc/aclocal.m4: Ditto.
* doc/configure: Ditto.
* libc/*/aclocal.m4: Ditto.
* libc/*/configure: Ditto.
* libc/libc.texinfo: Ditto.
* libm/*/aclocal.m4: Ditto.
* libm/*/configure: Ditto.
* libm/libm.texinfo: Ditto.
* libc/sys/linux/shared.ld: Add VERS_1.13.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 7e0b491ff..a124ff615 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -2,6 +2,23 @@ * README: Fix typo of LGPL. Change "license" to "copyright". +2004-12-17 Jeff Johnston <jjohnstn@redhat.com> + + * NEWS: Update with 1.13.0 info. + * README: Ditto. + * acinclude.m4: Change version number to 1.13.0. + * aclocal.m4: Regenerated. + * configure: Ditto. + * doc/aclocal.m4: Ditto. + * doc/configure: Ditto. + * libc/*/aclocal.m4: Ditto. + * libc/*/configure: Ditto. + * libc/libc.texinfo: Ditto. + * libm/*/aclocal.m4: Ditto. + * libm/*/configure: Ditto. + * libm/libm.texinfo: Ditto. + * libc/sys/linux/shared.ld: Add VERS_1.13. + 2004-12-17 Christian Groessler <chris@groessler.org> * libc/machine/z8k/memcmp.S: New file. |