summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS42
1 files changed, 38 insertions, 4 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index a8258a15199..4937a8b5028 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -3,6 +3,44 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. (Remedy) Add ZIOP support
+USER VISIBLE CHANGES BETWEEN TAO-1.6.1 and TAO-1.6.2
+====================================================
+
+. Added support for handling Location Forward exceptions caught when using
+ AMI with DSI. These exceptions may also be raised from within DSI servants
+ using AMH.
+
+. Added -RTORBDynamicThreadRunTime which controls the lifetime of dynamic
+ RTCORBA threads
+
+. Changed the PI code so that send_request is also called at the moment
+ we don't have a transport (bugzilla 2133)
+
+. Fixed memory leak that occured for each thread that was making CORBA
+ invocations
+
+. Updated several tests to work correctly on VxWorks
+
+. Removed support for pluggable messaging. As a result the code in the
+ core of TAO is much cleaner and we are about 5 to 10% faster
+
+. Improved CORBA/e support
+
+. Added gperf's exit code to the error message output if it exits
+ unsuccessfully when spawned by the IDL compiler to generate an
+ interface's operation table
+
+. Fixed bug in Interface Repository's handling of base valuetypes
+ and base components (Bugzilla 3155)
+
+. Fixed code generation bug that occurs when there is both a C++
+ keyword clash in the IDL and AMI 'implied IDL' code generation
+
+. Fixed IDL compiler bug wherein some cases of illegal use of a
+ forward declared struct or union wasn't caught
+
+. Improved support for VxWorks 6.4 kernel and rtp mode
+
USER VISIBLE CHANGES BETWEEN TAO-1.6 and TAO-1.6.1
====================================================
@@ -11,10 +49,6 @@ USER VISIBLE CHANGES BETWEEN TAO-1.6 and TAO-1.6.1
. Fixed invalid code generation by the IDL compiler when the options -Sa -St
and -GA are combined
-. Added support for handling Location Forward exceptions caught when using
- AMI with DSI. These exceptions may also be raised from within DSI servants
- using AMH.
-
USER VISIBLE CHANGES BETWEEN TAO-1.5.10 and TAO-1.6
=====================================================