summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-25 16:16:12 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-25 16:16:12 +0000
commit9346a2649b176370075174a6c48dda5266e52c2a (patch)
treedf6e3d506a0270e3a082c41e92812346b0808e72
parent69c0450bd0e9cbf9fa7406d6d3294c4f1ce7df4d (diff)
downloadATCD-9346a2649b176370075174a6c48dda5266e52c2a.tar.gz
ChangeLogTag: Mon Jun 25 16:11:55 UTC 2007 Ciju John <johnc at ociweb dot com>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/NEWS26
2 files changed, 35 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4684af75f2c..21d411dbd95 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jun 25 16:11:55 UTC 2007 Ciju John <johnc at ociweb dot com>
+
+ * ChangeLog:
+ cosmetic change.
+
+ * NEWS:
+ Add NEWS summary updates.
+
Fri Jun 22 14:56:03 UTC 2007 Ciju John <johnc at ociweb dot com>
* ChangeLog:
@@ -87,6 +95,7 @@ Wed Jun 6 12:05:22 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Fixed old reference to RtecUDPAdmin::INET that was overlooked
yesterday.
+
Wed Jun 06 09:39:00 UTC 2007 Simon Massey <sma@prismtech.com>
* TAO_IDL/util/utl_scope.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index 8e4612fa4f5..3608abf7d68 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -17,6 +17,32 @@ USER VISIBLE CHANGES BETWEEN TAO-1.5.8 and TAO-1.5.9
. Added support for IPv6 multicast addresses when federating RTEvent
channels.
+. Fixed a bug in the IDL compiler's handling of octet constants where
+ the rhs consists of integer literals and infix operators (Bugzilla 2944).
+
+. TAO_IDL enhancements for built in sequence support in TAO DDS.
+
+. Provide support for TAO DDS zero-copy read native types.
+
+. TAO_IDL fix for lock-up and incorrect error message generation for
+ missing definitions within local modules. This fix also stops the
+ erronious look-up in a parent scoped module (with the same name as
+ a locally scoped module) that should have been hidden by the local
+ scope definition.
+
+. The TAO_IORManip library now has a filter class that allows users to
+ create new object references based on existing multi-profile object
+ references by filtering out profiles using user defined criteria. The
+ use of -ORBUseSharedProfile 0 is required for this to function.
+
+. A problem in TAO_Profile::create_tagged_profile was fixed. This problem
+ triggered only when MIOP in multi-threaded application was used.
+
+. Added IPv6 support in MIOP so that IPv6 multicast addresses can be used in
+ addition to those IPv4 class D addresses. DSCP support is implemented in
+ MIOP as well. However, since MIOP only allows one way communication then it
+ makes sense to use DSCP on the client side only.
+
USER VISIBLE CHANGES BETWEEN TAO-1.5.7 and TAO-1.5.8
====================================================