diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-14 12:45:48 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-14 12:45:48 +0000 |
commit | 17b38a3728635d96a0c69db4a88c120f7c3780c2 (patch) | |
tree | b40412f88f669bb9c73883eace02847651edd6d0 /TAO/NEWS | |
parent | cd736c603567c88fef2da6b423d4175e173d5d12 (diff) | |
download | ATCD-17b38a3728635d96a0c69db4a88c120f7c3780c2.tar.gz |
ChangeLogTag: Thu Jul 14 12:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/NEWS')
-rw-r--r-- | TAO/NEWS | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -8,17 +8,12 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) . (JTC/Ossama) autoconf support for TAO tests and examples -. Subset PortableInterceptors and Anys to separate libraries - . When making asynchronous invocations data is queued until it can be transported on the network . Add possibility to set customer allocators to be used by the ORB for marshaling and demarshaling -. Improve CORBA compliance by fixing bugzilla bugs 1917, 1271, 1951, - and 2043 - . (Ossama) Remainder of CSIv2 code that didn't make it into TAO 1.4.2 . IPv6 support @@ -32,6 +27,13 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) . Fix Notification Service detection of dead consumers. +PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.8 +==================================================== + +. Subset Anys to a separate library + +. Improve CORBA compliance by fixing bugzilla bugs 1917, 1271, and 2043 + USER VISIBLE CHANGES BETWEEN TAO-1.4.6 and TAO-1.4.7 ==================================================== @@ -56,7 +58,7 @@ USER VISIBLE CHANGES BETWEEN TAO-1.4.6 and TAO-1.4.7 ACE_DYNAMIC_SERVICE_DIRECTIVE macro which also works when the xml version of service config is enabled. - The Codeset negotiation support is in its own library. The hooks are +. The Codeset negotiation support is in its own library. The hooks are still present in the ORB Core to dynamically load the codeset support if needed. This behavior is overridden by the new ORB_init option -ORBNegotiateCodesets 0. @@ -64,7 +66,7 @@ USER VISIBLE CHANGES BETWEEN TAO-1.4.6 and TAO-1.4.7 . The Boxed Value Type as specified by the OMG is now accepted by the TAO_IDL compiler. - TAO clients now parse the OMG specified TAG_ALTERNATE_IIOP_ADDRESS +. TAO clients now parse the OMG specified TAG_ALTERNATE_IIOP_ADDRESS profile component. To generate IORs using that component, add the new ORB_init option, -ORBUseSharedProfiles 1. |