summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroopa <roopa@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-05-17 20:37:32 +0000
committerroopa <roopa@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-05-17 20:37:32 +0000
commit397ca321376d3879e758db98cf5659b46318cae6 (patch)
tree03e978e2614fb4d90c9fe60eda611ee3c75e4acc
parentffd50cebad86d4166c4d4343b53f3777436c5b5a (diff)
downloadATCD-397ca321376d3879e758db98cf5659b46318cae6.tar.gz
Wed May 17 20:31:11 UTC 2006 Roopa Pundaleeka <roopa@txcorp.com>
-rw-r--r--ChangeLog18
-rw-r--r--THANKS1
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3056cc7017..28661108c6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Wed May 17 20:31:11 UTC 2006 Roopa Pundaleeka <roopa@txcorp.com>
+
+ * ace/DLL_Manager.cpp:
+ * ace/DLL_Manager.h:
+ The dll handle is added to the to the
+ handle_vector_ only after the library is opened
+ successfully. This way, the vector does not have redundant
+ handles.
+
+ * ace/Object_Manager.cpp:
+ ACE_DLL_Manager::close_singleton is called explicitly from the
+ ACE_Object_Manager to make sure ACE_DLL_Manager gets cleaned up,
+ even if there was an error while opening a lib file.
+
+ Thanks to Timo Kuosmanen <ttkuosma at cc dot jyu dot fi> for
+ reporting this.
+
+
Wed May 17 14:07:33 2006 Douglas C. Schmidt <schmidt@cse.wustl.edu>
* netsvcs/lib/Server_Logging_Handler_T.cpp: Improved the code so
diff --git a/THANKS b/THANKS
index 6d37a675f0b..68c0819dc83 100644
--- a/THANKS
+++ b/THANKS
@@ -2109,6 +2109,7 @@ Gary Fernandez <gary dot fernandez at ironmountain dot com>
Jason Zhao <jason.zhao at lmco dot com>
Keith Muzzioli <Keith_W_Muzzioli at raytheon dot com>
John Black <John_K_Black at Raytheon dot com>
+Keith Muzzioli <Keith_W_Muzzioli at raytheon dot com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile