summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-05 12:34:57 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-05 12:34:57 +0000
commit3a3b3f6b8c2639c699aa9b1df9d9ffd921637c1d (patch)
tree4dcb821cfa339a0ce88237986b5294ff2441706e
parent5ce7d1e0e270eb28572e19d31f265f4fa1e0a5b0 (diff)
downloadATCD-3a3b3f6b8c2639c699aa9b1df9d9ffd921637c1d.tar.gz
Merged revisions 81238 via svnmerge from
https://svn.dre.vanderbilt.edu/DOC/Middleware/trunk/TAO ........ r81238 | iliyan | 2008-04-04 17:23:05 -0500 (Fri, 04 Apr 2008) | 1 line ChangeLogTag: Fri Apr 4 22:15:16 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com> ........
-rw-r--r--TAO/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 15fe311fb98..38dd523dda8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,42 @@
+Fri Apr 4 22:15:16 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
+
+ This is the first batch of changes related to the refactoring of
+ the service configuration, which aims to eliminate a number of
+ related memory leaks and bugs. The changes are being ported back
+ from the "iliyan-gestalt" branch.
+
+ * orbsvcs/tests/Bug_3216_Regression/run_test.pl:
+
+ Fixed to use $ACE_ROOT instead of '../..', to search for PerlACE.
+
+ * tao/ORBInitializer_Registry.cpp:
+
+ Removing a misplaced call to TAO::ORB::init_orb_globals(). Now
+ that the latter has non-trivial functionality, calling it from an
+ ORB initializer would be wrong.
+
+ * tests/Bug_2735_Regression/server.cpp:
+
+ The argv must be 0-terminated to fulfill the contract with C's
+ argv.
+
+ * tests/Bug_2936_Regression/PersistentPOA.cpp:
+
+ Fixing (what seems to be) a bad ownership transfer of Object's,
+ causing memory leaks.
+
+ * tests/Bug_3251_Regression/Bug_3251.conf:
+ * tests/Bug_3251_Regression/PersistentPoa.h:
+ * tests/Bug_3251_Regression/server.cpp:
+
+ Changes to make it compile (but not test anything) on
+ Windows. Also added a call to sync (after fork) so we get the
+ correct values for PID in the child.
+
+ * tests/ORB_Local_Config/run_tests_all.pl:
+
+ Fixed a bug that was preventing it from running.
+
Fri Apr 4 10:20:00 UTC 2008 Simon Massey <simon dot massey at prismtech dot com>
* orbsvcs/tests/Bug_1630_Regression/testclient.cpp: