summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-10 18:51:38 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-10 18:51:38 +0000
commit2a5263036e63bb01c3fd9f22db4daa17770851c7 (patch)
treec689617e9ba7e546152874ab9df999775b435e28
parentccf51a7d43b218db525830e4c5f69a939d080dd2 (diff)
downloadATCD-2a5263036e63bb01c3fd9f22db4daa17770851c7.tar.gz
ChangeLogTag: Wed Jan 10 18:51:20 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-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