diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 06:40:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 06:40:20 +0000 |
commit | 01b61f6afdad95641ebb5491b35cad69cbd57961 (patch) | |
tree | 7fd742e4c8d992d2c1045cb34f62139883bfab9e /ChangeLog-97a | |
parent | 8eb027f38374b2a2185e228201bb8ab7203012e6 (diff) | |
download | ATCD-01b61f6afdad95641ebb5491b35cad69cbd57961.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index ed9bc7ffa0e..d616b99407a 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,7 +1,18 @@ -Tue May 20 13:50:17 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> +Wed May 21 01:17:40 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * Released version 4.2. + * ace/Acceptor.cpp (activate_svc_handler ): Removed an unnecessary + return 0. Thanks to Amos Shapira <amos@dsi.co.il> for reporting + this. + + * ace/Message_Block.cpp (release): I believe that + ACE_Message_Block::release() should return something other than + 0, i.e., it should return the result of release_i(). Thanks to + Amos Shapira <amos@dsi.co.il> for reporting this. + +Tue May 20 13:50:17 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> + * ace/config-hpux-9.x.h: Added a #define for ACE_HAS_BROKEN_ENUM, ACE_HAS_IP_MULTICAST, and ACE_LACKS_GETPGID. Thanks to Neil Cohen for reporting this. |