summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2006-02-28 12:31:56 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2006-02-28 12:31:56 +0000
commitc030a3f29a4aecacdf26fc2e70d4ce22789b8c84 (patch)
treefea7c352ade146764c9a99dc764d9540c929c3a0
parent9adc2edfe42cac2f364ee163757a67ac9b1ebb2f (diff)
downloadATCD-c030a3f29a4aecacdf26fc2e70d4ce22789b8c84.tar.gz
ChangeLogTag: Tue Feb 28 12:25:24 UTC 2006 Simon McQueen <sm@prismtech.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS20
2 files changed, 22 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c93fa72bd98..e1fed079d1c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Feb 28 12:25:24 UTC 2006 Simon McQueen <sm@prismtech.com>
+
+ * NEWS:
+
+ Updated.
+
Tue Feb 28 11:39:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Incoming_Message_Stack.inl (destructor):
diff --git a/TAO/NEWS b/TAO/NEWS
index 0e167afb0fe..5cb37d9077d 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -28,17 +28,29 @@ PLANNED MAJOR CHANGES TARGETED FOR TAO-1.5.2
. (OCI) Made TAO compilable when ACE_USES_WCHAR is set
-. (OCI) Reverted the solution put in place to prevetn security unaware
- clients to make invocations on secure objects due to conflict with the
+. (OCI) Reverted the solution put in place to prevetn security unaware
+ clients to make invocations on secure objects due to conflict with the
specification, i.e. the Security::SecQoP* are not server-side policies.
USER VISIBLE CHANGES BETWEEN TAO-1.4.10 and TAO-1.5.0
-====================================================
+====================================================
. Fixed Transport to handle fragmented messages propperly, abstract
interfaces TAO_Pluggable_Messaging and TAO_Transport have been
modified. Custom transport/messaging implementations require
- interface modification.
+ interface modification.
+
+. Fix collocation optimisation when a location forward is received directing a
+ client to a collocated object.
+
+. Prevent OBJ_ADAPTER exceptions when using friendly IOR table aliases for
+ collocated objects.
+
+IDL COMPILER
+------------
+
+. Fix problem with missing includes in the skeleton files for imported arg
+ trait declarations.
USER VISIBLE CHANGES BETWEEN TAO-1.4.9 and TAO-1.4.10
====================================================