summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-03 14:15:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-03 14:15:18 +0000
commit0525686b44fb538ed46cbad76398df89555d8772 (patch)
treedee59b3d66875ba21dcf5bea4d0dff5a164afe6e
parentb15cc165fabf9fe4e1b2039e71f9216c6951781a (diff)
downloadATCD-0525686b44fb538ed46cbad76398df89555d8772.tar.gz
ChangeLogTag: Tue Oct 3 14:13:55 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index d5a7a2c281b..5a2b5a3ef0a 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -53,7 +53,27 @@ USER VISIBLE CHANGES BETWEEN TAO-1.5.2 and TAO-1.5.3
and it only allows collocated calls. Can be used for embedded systems that
do use corba but don't make any remote calls.
-. Notication service works with Microsoft Visual C++ 8
+. Notication service works with Microsoft Visual C++ 8.
+
+. Fixed Bugzilla #2582, related to IDL compiler generation of arg traits
+ template specialization for typedefs.
+
+. Fixed Bugzilla #2583, a bug in the recursive check for local type
+ containment that controls CDR operator generation in the IDL compiler.
+
+. Addressed Bugzilla #2603, which called for a -oS option for the IDL
+ compiler to set the output directory for skeleton files.
+
+. Fixed Bugzilla #2634, which reported a bug in code generation for some
+ escaped IDL identifiers.
+
+. Eliminated the dependency of the TAO Interface Repository IDL3 test on
+ CIAO libraries.
+
+. Added output message to the IDL compiler, containing the name of the IDL
+ file being processed.
+
+. Fixed IDL compiler to recognize CORBA::AbstractBase as a pseudo object.
USER VISIBLE CHANGES BETWEEN TAO-1.5.1 and TAO-1.5.2
====================================================