summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,