diff options
author | Steve Huston <shuston@riverace.com> | 1997-11-22 21:54:10 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-11-22 21:54:10 +0000 |
commit | 99048b85b98d3432b8c5f44ae061f28a86373f4b (patch) | |
tree | f80bcf3a61857fa0af72b488ac6df35f3e432e3f /ChangeLog-97b | |
parent | d49b10161c40bc34ebb7af84a54717410217f2ca (diff) | |
download | ATCD-99048b85b98d3432b8c5f44ae061f28a86373f4b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index ea14b821b6b..af6f7efd592 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -4,9 +4,15 @@ Sat Nov 22 14:38:22 1997 Steve Huston <shuston@riverace.com> This fixes Riverace problem ID P32; AIX now joins HP-UX in supporting XTI/TLI, but not everything (problem P27). + * ace/UPIPE_Connector.h: Added meta-type information PEER_ADDR and + PEER_STREAM. Fixes Riverace problem ID P37. + * apps/JAWS/server/HTTP_Server.cpp: Added 'const' to "char *prog". Fixes Riverace problem P36. + * examples/Connection/misc/test_upipe.cpp: Added 'const' to "char *" + on line 137 - can't initialize a char * with a const string. + Sat Nov 22 05:44:10 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu> * tests/Process_Strategy_Test.cpp (main): Shuffled things around |