Note last changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14273 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-08-14 17:16:20 +00:00
parent d636e359f5
commit 1f6f4253ab

View file

@ -8,6 +8,8 @@
* Headers/Foundation/NSObject.h: Fix v dumb memory leak.
* Source/GSHTTPURLHandle.m: Append crlf to separate headers from body
rather than just an lf.
* SSL: Renamed SSL class and source file to reflect the fact
that the code is not unix specific.
2002-08-11 Richard Frith-Macdonald <rfm@gnu.org>