summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-06 17:44:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-06 17:44:07 +0000
commit7208e8df45bf56f3fe4c5f03c0de670b358f0f17 (patch)
treefae220e6d172dac9480152217e4905ad84974cb0
parentfc843e9441f74f52a812d2970e1941f8c7a760b6 (diff)
downloadATCD-7208e8df45bf56f3fe4c5f03c0de670b358f0f17.tar.gz
Updates for IFR and IDL compiler.
-rw-r--r--TAO/NEWS27
1 files changed, 24 insertions, 3 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 61101a6bbf8..47123c0f0ee 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -60,13 +60,34 @@ USER VISIBLE CHANGES BETWEEN TAO-1.4.8 and TAO-1.4.9
SO_KEEPALIVE is set on IIOP connections. See docs/Options.html
and Bugzilla #2374.
-. Add support for RTCORBA::TCPPrototocolProperties::keep_alive, when
- RTCORBA is used, and the application is using a Server or Client
+. Add support for RTCORBA::TCPPrototocolProperties::keep_alive, when
+ RTCORBA is used, and the application is using a Server or Client
ProtocolPolicy.
. Refined the Telecom Log Service Strategy Interface. Added methods
to fetch/store capacity alarm thresholds, log QoS, and "week mask".
- Rework locking to avoid race conditions and to improve performance.
+ Rework locking to avoid race conditions and to improve performance.
+
+IDL COMPILER:
+-------------
+
+. Fixed bug in computation of repository ids for predefined types.
+
+. Fixed bug in the handling of TAO_IDL_INCLUDE_DIR.
+
+Interface Repository:
+---------------------
+
+. Fixed bug in the lookup of a valuetype member's type using its
+ repository id.
+
+. Fixed bug in IFR loader in checking for pre-existence before
+ creating an entry corresponding to an IDL typedef.
+
+. Fixed bug in lookup when checking for a local name clash.
+
+. Fixed bug in the describe_interface() operation when the IDL
+ interface being described has multiple parents.
USER VISIBLE CHANGES BETWEEN TAO-1.4.7 and TAO-1.4.8
====================================================