summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-10 18:51:38 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-10 18:51:38 +0000
commit0dd2a67ed8589e118db0f8a1a4d87b2c14031658 (patch)
treec689617e9ba7e546152874ab9df999775b435e28 /TAO
parentc49d72f3492bcaeef8a2acd847ccb27701fd28fe (diff)
downloadATCD-0dd2a67ed8589e118db0f8a1a4d87b2c14031658.tar.gz
ChangeLogTag: Wed Jan 10 18:51:20 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/NEWS8
2 files changed, 15 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index fbf6e65eaef..74f900df4c4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 10 18:51:20 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * NEWS:
+
+ Updated with my changes since 1.5.4.
+
Wed Jan 10 14:29:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* performance-tests/Memory/Single_Threaded/Memory_Growth.mpc:
@@ -3530,7 +3536,7 @@ Wed Dec 13 13:05:21 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
- Added ACE_NOTREACHED around to returns that coult not possibly be
+ Added ACE_NOTREACHED around two returns that coult not possibly be
reached.
Wed Dec 13 12:43:04 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
diff --git a/TAO/NEWS b/TAO/NEWS
index 718bacc1320..cff08456606 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -17,6 +17,14 @@ PLANNED CHANGES FOR "TAO-5.5.6"
USER VISIBLE CHANGES BETWEEN TAO-1.5.4 and TAO-1.5.5
====================================================
+. Modified tao_idl to emit code to set the exception data in the
+ Messaging::ExceptionHolder in the AMI _excep operation. This has the
+ effect of allowing user defined exceptions to be recognized when
+ raising an exception without collocation. This fixes Bug 2350.
+
+. Added hooks to enable custom Object to IOR conversion or allowing local
+ objects (such as Smart Proxies) to be converted to an IOR string.
+
. Removed warning issued when using corbaloc with a default object key.
. Added implementation of Dynamic Any methods insert_*_seq() and