summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-08 16:08:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-08 16:08:39 +0000
commit26b325bd20d11fc8ae9e41e394b6ee3864832ffb (patch)
treef0ff8b1a5eb5df56ffce6a526230b53b6576f7a6
parent1792f3121bba96007f05e763d629075bd0ce26dc (diff)
downloadATCD-26b325bd20d11fc8ae9e41e394b6ee3864832ffb.tar.gz
ChangeLogTag: Tue Feb 8 16:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/NEWS41
1 files 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
====================================================