From 4c3e0c3670f896d0dec37d51d6f44f9ddb83768d Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 26 Jun 1998 20:42:55 +0000 Subject: [PATCH] Noted distributed object changes. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2825 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26615f146..844e2e0c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Jun 25 20:45:00 1998 Richard Frith-Macdonald + + * src/TcpPort.m: Improved debug code and added method to turn it on - + ([+setDebug:]) + * src/NSConnection.m: Changed code so that if a process sends us a + 'release' for an object local to us, which it vended to a third + party, we retain the object for 30 seconds before releasing it in + order to give the third party time to connect to us and retain it. + Improved debug code and added method to turn it on - ([+setDebug:]) + * src/NSDistributedObject.m: Added flag to say whether an object has + been vended to a third party. + Improved debug code and added method to turn it on - ([+setDebug:]) + * src/include/NSDistantObject.h: Added flag. + Thu Jun 24 22:05:00 1998 Richard Frith-Macdonald * src/proplist.y: Make parser more tolerant - permit a comma after