From 26b325bd20d11fc8ae9e41e394b6ee3864832ffb Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 8 Feb 2005 16:08:39 +0000 Subject: ChangeLogTag: Tue Feb 8 16:08:12 UTC 2005 Johnny Willemsen --- TAO/NEWS | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/TAO/NEWS b/TAO/NEWS index 2e2e75a60be..de6513ecb02 100644 --- a/TAO/NEWS +++ b/TAO/NEWS @@ -47,9 +47,44 @@ USER VISIBLE CHANGES BETWEEN TAO-1.4.3 and TAO-1.4.4 set it uses ip addresses instead of hostnames. . Removed the usage of the ACE_x_cast macros, we are using the C++ casts - from now on. The ACE_x_cast macros are deprecated and will be removed - after the x.5.1 release. The TAO core libraries will be updated before - the x.4.5 release + from now on. The TAO core libraries will be updated before the x.4.5 + release. + +. Removed MPC code that creates unused and unnecessary subfolders in + Visual Studio projects and makefiles. + +. Fixed unclosed temporary file created by the IDL compiler on platforms that + lack mkstemp. [BUGID:2026] + +. Fixed IDL compiler bug related to handling null object references in a + sequence. [BUGID:2027] + +. Made behavior when marshaling null value of an abstract interface similar + to the behavior of CORBA::Object. + +. Made use of 'true' and 'false' with CORBA::Boolean more consistent in TAO + source code and generated code. + +. Fixed bug in code generation for typedefs of IDL arrays that are not declared + at global scope or in a module (i.e., in an interface, valuetype, eventtype + or home). + +. Fixed bug in code generation of parent operations in AMI ReplyHandler + interfaces. + +. Changed remaining instances of C-style casts in generated code to the + appropriate C++-style cast. + +. Fixed typo in code generation of bounded sequences of CORBA::Object. + +. Fixed bug in code generation for attributes which are unaliased bounded + (w)strings. + +. Changed implementation of TAO::Unknown_IDL_Type (a subclass of TAO::Any_Impl + used when an Any is first decoded from the wire or created from a Dynamic + Any) to contain its value in a TAO_InputCDR stream rather than an + ACE_Message_Block*, thus cleaning up alignment and memory management code + related to this type. USER VISIBLE CHANGES BETWEEN TAO-1.4.2 and TAO-1.4.3 ==================================================== -- cgit v1.2.1