summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-02 01:58:35 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-02 01:58:35 +0000
commit6c9da2956d9b55e77da8558d680e0bcfffd645aa (patch)
treeb5a5f990d374d4fc9c338958a6ff804d9f695eff
parent7af5456515951db4a6a83e3df8a436b79f587152 (diff)
downloadATCD-6c9da2956d9b55e77da8558d680e0bcfffd645aa.tar.gz
Thu Mar 2 01:56:58 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS11
2 files changed, 13 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c5430af10ef..b5a6c2798c7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 2 01:56:58 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * NEWS:
+
+ Updated this file with more inputs.
+
Wed Mar 1 22:39:37 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
* NEWS:
diff --git a/TAO/NEWS b/TAO/NEWS
index 732f6705421..2b6b6ab901a 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -31,7 +31,7 @@ PLANNED MAJOR CHANGES TARGETED FOR TAO-1.5.2
USER VISIBLE CHANGES BETWEEN TAO-1.4.10 and TAO-1.5.0
====================================================
-. Fixed Transport to handle fragmented messages propperly, abstract
+. Fixed Transport to handle incoming fragmented messages propperly, abstract
interfaces TAO_Pluggable_Messaging and TAO_Transport have been
modified. Custom transport/messaging implementations require
interface modification.
@@ -42,15 +42,18 @@ USER VISIBLE CHANGES BETWEEN TAO-1.4.10 and TAO-1.5.0
. Prevent OBJ_ADAPTER exceptions when using friendly IOR table aliases for
collocated objects.
-. 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.
+. Reverted solution that allowed POA-level control over access to
+ security-enabled objects due to conflicts with the specification,
+ i.e. the Security::SecQoP* are not server-side policies.
. When suppressing any and typecodes during IDL compilation this will not
trigger compile errors due to missing any insert operations
. Bug fix in IFR when creating typecodes for nested structs and unions.
+. Added support for the --enable-tk-reactor configure option to the
+ autoconf build infrastructure to build the TAO_TkResource library.
+
IDL COMPILER
------------