summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-10 21:29:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-10 21:29:37 +0000
commit36c43d58ef146809e2fc88e755e708fa630a077d (patch)
tree816b6bea16d074fe185523795a16bfdad3f901b7
parent19ceb3feaa4e53fca087e75dc3b4ddb6d0d32b2c (diff)
downloadATCD-36c43d58ef146809e2fc88e755e708fa630a077d.tar.gz
ChangeLogTag: Wed Jan 10 21:28:19 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS17
2 files changed, 23 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9082b7e4b7b..3fca9df796a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 10 21:28:19 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * NEWS:
+
+ Updated with my changes since 1.5.4.
+
Wed Jan 10 20:24:57 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
* tao/DynamicAny/DynAnyUtils_T.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index cff08456606..3909a1eb26f 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -17,6 +17,23 @@ PLANNED CHANGES FOR "TAO-5.5.6"
USER VISIBLE CHANGES BETWEEN TAO-1.5.4 and TAO-1.5.5
====================================================
+. Added an IDL compiler option to generate an explicit instantiation
+ and export of template base classes generated for IDL sequences,
+ sometimes necessary as a workaround for a Visual Studio compiler bug
+ (Bugzilla 2703).
+
+. Beefed up error checking in the IDL compiler when processing
+ #pragma version directives.
+
+. Modified IDL compiler's handling of a syntax error to eliminate
+ the chance of a crash (Bugzilla 2688).
+
+. Fixed a bug in code generation for a valuetype when it inherits
+ an anonymous sequence member from a valuetype in another IDL file.
+
+. Extended tests in tests/IDL_Test to cover generated code for
+ tie classes.
+
. 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