From 36c43d58ef146809e2fc88e755e708fa630a077d Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 10 Jan 2007 21:29:37 +0000 Subject: ChangeLogTag: Wed Jan 10 21:28:19 UTC 2007 Jeff Parsons --- TAO/ChangeLog | 6 ++++++ TAO/NEWS | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) 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 + + * NEWS: + + Updated with my changes since 1.5.4. + Wed Jan 10 20:24:57 UTC 2007 Phil Mesnier * 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 -- cgit v1.2.1