diff options
author | ayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-20 12:49:41 +0000 |
---|---|---|
committer | ayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-20 12:49:41 +0000 |
commit | ce92776b675286ccaeb710e81578922a03d81ee4 (patch) | |
tree | f75c58ef837f8fb2c92138209202d9ff7bf1c6d3 /libobjc/ChangeLog | |
parent | 363bed43c1b49c3ad9fcb591521304548e1c2e23 (diff) | |
download | gcc-ce92776b675286ccaeb710e81578922a03d81ee4.tar.gz |
2005-11-20 David Ayers <d.ayers@inode.at>
PR libobjc/19024
* objc/hash.h: Remove deprecated hash API.
* hash_compat.c: Remove.
* Makefile.in: Remove reference to hash_compat.c.
* configure.ac (VERSION): Bump library version to 2:0:0.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107251 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index a6ff14f6a12..809bcc0abe5 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,13 @@ +2005-11-20 David Ayers <d.ayers@inode.at> + + PR libobjc/19024 + * objc/hash.h: Remove deprecated hash API. + * hash_compat.c: Remove. + * Makefile.in: Remove reference to hash_compat.c. + + * configure.ac (VERSION): Bump library version to 2:0:0. + * configure: Regenerate. + 2005-11-09 Alexandre Oliva <aoliva@redhat.com> PR other/4372 |