diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-02-08 16:08:39 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-02-08 16:08:39 +0000 |
commit | dd5e08afb93a73e696633c881830bbcd0be7b521 (patch) | |
tree | f0ff8b1a5eb5df56ffce6a526230b53b6576f7a6 | |
parent | 554dd280e45bb89998a12fd7af7ad4abeaa6fba6 (diff) | |
download | ATCD-dd5e08afb93a73e696633c881830bbcd0be7b521.tar.gz |
ChangeLogTag: Tue Feb 8 16:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/NEWS | 41 |
1 files changed, 38 insertions, 3 deletions
@@ -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 ==================================================== |