summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS29
1 files changed, 26 insertions, 3 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 803db68b1fc..13cce97bd19 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,9 +1,32 @@
+USER VISIBLE CHANGES BETWEEN TAO-2.4.0 and TAO-2.4.1
+====================================================
+
+USER VISIBLE CHANGES BETWEEN TAO-2.3.4 and TAO-2.4.0
+====================================================
+
+. None
+
USER VISIBLE CHANGES BETWEEN TAO-2.3.3 and TAO-2.3.4
====================================================
-. Added a "force remove" option to the Implementation repository that will remove
- a server entry from the ImR Locator repository and kill any running instance with
- a single command.
+. ImR enhancement - Added a "force remove" option to the Implementation repository
+ that will remove a server entry from the ImR Locator repository and kill any
+ running instance with a single command.
+
+. ImR enhancement - Fix to allow very large ( > 4K ) command line.
+
+. ImR enhancement - Enhance the coordination between the Locator and the Activator
+ to tolerate running on heavily loaded systems, in particular when a server process
+ is slow to shut down, and a new server is started before the shutdown is complete
+
+. LogWalker utility improvements for handling truncated GIOP buffer dumps, added
+ tracking thread first/last contact times.
+
+. Fault-Tolerance improvement - Optimize performance on NFS mounted filesystems. First
+ a deadlock is resolved. Second, use of writer locks is minimized to only when writing
+ is necessary. Third, NFS occasionally causes transient EBADF errors on access, so
+ file access that results in a bad file error is retried before the error is reported
+ to the application.
USER VISIBLE CHANGES BETWEEN TAO-2.3.2 and TAO-2.3.3
====================================================