summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-99b5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 27baa89561f..344ef311451 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,5 +1,10 @@
Thu May 13 17:27:14 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+ * netsvcs/servers/svc.conf:
+ * netsvcs/clients/Naming/Client/svc2.conf:
+ * netsvcs/clients/Naming/Client/svc2.conf: Removed relative paths
+ from all DLL's. They were hard-coded which was not portable.
+
* netsvcs/lib/Name_Handler.cpp: Replaced several calls to
ACE_WString::rep with ACE_WString::fast_rep to avoid memory
leaks. Thanks to Valery Arkhangorodsky