summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-01 20:19:23 +0000
committerharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-01 20:19:23 +0000
commit6dfa230f60428b546f9ae63a91b1ca6f0aa30784 (patch)
tree49c4e1e059aebd2ae2abd9b11ca7673002925b4d
parentf2117c1cf834a44f6c6c6f90c1f3fefbcadc168d (diff)
downloadATCD-6dfa230f60428b546f9ae63a91b1ca6f0aa30784.tar.gz
Fri Mar 1 20:17:57 UTC 2013 Byron Harris <harrisb@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/NEWS10
2 files changed, 14 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 577ca4c5d36..6c05cd624dd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Mar 1 20:17:57 UTC 2013 Byron Harris <harrisb@ociweb.com>
+
+ * NEWS:
+
+ Added entry about ImR being interoperable with JacORB
+ servers.
+
Fri Mar 1 19:15:40 UTC 2013 Byron Harris <harrisb@ociweb.com>
* orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index 4042fabe450..ab1b9d6ba7e 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -5,7 +5,11 @@ USER VISIBLE CHANGES BETWEEN TAO-2.1.7 and TAO-2.1.8
configuration which provides replication and seamless failover between
the primary and backup locator servers.
-. Fault Tolerant Naming Service [#4092 & #4095] - A new Fault Tolerant
+. Implementation Repository interoperable with JacORB servers [#4101] -
+ The Implementation Repository can now be used to manage JacORB
+ 3.3 or later application servers.
+
+. Fault Tolerant Naming Service [#4092 & #4095] - A new Fault Tolerant
Naming Service (tao_ft_naming), provides dual-redundant fault tolerant
servers which utilize replication and seamless failover between the
primary and backup server. The Fault Tolerant Naming Service can be
@@ -17,7 +21,7 @@ USER VISIBLE CHANGES BETWEEN TAO-2.1.7 and TAO-2.1.8
. Configurable Persistence Mechanism [#4092] - Extracted persistence
mechanism used for storable naming context into Storable_* classes so
that it can be reused. Simplified use of storable read/write so that
- it behaves more like C++ streams to read/write binary and CDR data.
+ it behaves more like C++ streams to read/write binary and CDR data.
Added support for creating a backup mechanism to accomodate
potentially corrupted files. Providing configurable hooks so
applications can decide if files are obsolete and need to be written
@@ -26,7 +30,7 @@ USER VISIBLE CHANGES BETWEEN TAO-2.1.7 and TAO-2.1.8
. ORB Dynamic Thread Pool [#4093] - Added a new ORB thread pool strategy
to dynamically adjust the number of threads which the ORB uses to
service received calls based on several configuration parameters.
- These parameters include initial threads, minimum pool threads,
+ These parameters include initial threads, minimum pool threads,
maximum pool threads, request queue depth, thread stack size, and
thread idle time.