summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-30 13:14:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-30 13:14:59 +0000
commit8fe4f0270a2e541cc291f2c996b1752863520bfe (patch)
treeabc8ae4761c37860ca9ca975a933279b62f4adfd
parentdab927d7afc40d43e4d4174bee9693ee5aaeee68 (diff)
downloadATCD-8fe4f0270a2e541cc291f2c996b1752863520bfe.tar.gz
ChangeLogTag: Mon May 30 13:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog7
-rw-r--r--TAO/ChangeLog12
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ec69f7ca3..421d33470cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+Mon May 30 13:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/tao_orb_tests.lst:
+ Added TAO/tests/Portable_Interceptors/Bug_2088/run_test.pl
+
Mon May 30 09:34:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
* include/makeinclude/platform_vxworks5.x_diab.GNU:
* include/makeinclude/platform_vxworks5.x_g++.GNU:
- Removed these files since these platform configurations are
+ Removed these files since these platform configurations are
not supported anymore with the current ACE/TAO releases.
The currently supported platform configuration is the
'platform_vxworks5.5.x.GNU'.
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2ee33bf2496..a3896e2760d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Mon May 30 13:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Portable_Interceptors/Bug_2088/*:
+ Added a regression for bugzilla bug 2088. When an ORBInitializer
+ throws an exception, this should be ignored and the next
+ ORBInitializer should be called. Previously an exception was
+ propagated back to the caller of ORB::init(). See also 21.7.3.1
+ of the corba spec.
+
+ * tao/ORBInitializer_Registry.cpp:
+ Fixed bug 2088, catch exceptions locally.
+
Mon May 30 12:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Cleanup_Func_Registry.h: