summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-16 17:21:08 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-16 17:21:08 +0000
commitb7b9b162068927e42454e455dbdda66aa81de056 (patch)
treea353ca1c43c9649e0e4bf10674896790750ad3fe
parent614142ad2287d773bebe0886a135f1ac1d6f788a (diff)
downloadATCD-b7b9b162068927e42454e455dbdda66aa81de056.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-96b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index aeb9118030b..9ca8fabe696 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -13,8 +13,15 @@ Sun Dec 15 13:01:17 1996 David L. Levine <levine@cs.wustl.edu>
SOLINK step back to creating real .so files, because it
seems to be necessary, sometimes, for template instantiation
+ * netsvcs/lib/Makefile: removed /pkg/gnu/lib dependencies. Thanks
+ to Per Andersson for pointing this out.
+
* netsvcs/lib/Server_Logging_Handler.cpp: removed ACE_INLINE's
+ * netsvcs/servers/svc.conf: changed _make_ACE_Logger() to
+ _make_ACE_Logging_Strategy() svc.conf. Thanks to Per Andersson
+ for pointing this out.
+
* tests/MM_Shared_Memory_Test.cpp: declare shm_key as char[]
instead of char *, so that the string gets put into the data
segment rather than the text segment. The string gets modified,