summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fa13a4e470..25dda4bcca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,19 @@
-Tue Jan 8 15:51:06 2002 Don Hinton <dhinton@gmx.net>
+Tue Jan 8 17:29:33 2002 Steve Huston <shuston@riverace.com>
- * ace/Get_Opt.cpp
- * ace/Service_Config.cpp:
+ * ace/SSL/SSL_SOCK_Connector.cpp: Don't try to dereference a 0
+ timeout pointer. Gack. Thanks to Ossama for pointing this out.
- Moved the template instantiations from Service_Config.cpp to
- Get_Opt.cpp where they belong.
+Tue Jan 8 15:51:06 2002 Don Hinton <dhinton@gmx.net>
- * ace/Get_Opt.{h.cpp}: Replaced ACE_TString with ACE_TCHAR for
- type of member variable ACE_Get_Opt_Long_Option since it
- wasn't really needed and took up space.
+ * ace/Get_Opt.cpp
+ * ace/Service_Config.cpp:
+
+ Moved the template instantiations from Service_Config.cpp to
+ Get_Opt.cpp where they belong.
+
+ * ace/Get_Opt.{h.cpp}: Replaced ACE_TString with ACE_TCHAR for
+ type of member variable ACE_Get_Opt_Long_Option since it
+ wasn't really needed and took up space.
Tue Jan 8 10:43:48 2002 Ossama Othman <ossama@uci.edu>