From 0088640bc5e3ee502a61e10f66b8a2e56a7a3061 Mon Sep 17 00:00:00 2001 From: CaS Date: Mon, 12 Nov 2001 20:23:03 +0000 Subject: [PATCH] Log last change git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11387 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index e4eb4ad94..079a1e134 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ * Source/NSUserDefaults.m: Locking bug fixed ... was locking before lock had been created. * Source/libgnustep-base.def: Removed defunct class + * Source/NSHost.m: Support initialisation with an address for which + there is no corrsponding host name. 2001-11-09 Richard Frith-Macdonald