mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Noted distributed object changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce2c9fcdfc
commit
b629b387f8
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Fri Jun 25 20:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* 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 <richard@brainstorm.co.uk>
|
||||
|
||||
* src/proplist.y: Make parser more tolerant - permit a comma after
|
||||
|
|
Loading…
Reference in a new issue