summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2005-06-08 10:26:27 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2005-06-08 10:26:27 +0000
commit508c2906c4c4f1f2ed3efaae3f66582a1c3aca91 (patch)
tree55569b1dd671899d5fab45493199d5e91e360e6d
parent0b61a765736f0b1d0b4a5bd4f3d946f047b34863 (diff)
downloadATCD-508c2906c4c4f1f2ed3efaae3f66582a1c3aca91.tar.gz
Wed Jun 8 11:21:50 2005 Simon McQueen <sm@prismtech.com>
-rw-r--r--ChangeLog6
-rw-r--r--NEWS10
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/CIAO/NEWS17
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS40
6 files changed, 72 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 4276a139b63..fc7634b6050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 8 11:21:50 2005 Simon McQueen <sm@prismtech.com>
+
+ * NEWS:
+
+ Updated with release note entries.
+
Fri Jun 3 13:42:18 2005 Steve Huston <shuston@riverace.com>
* ace/String_Base.h: Removed ACE_INLINE from the operator+ functions.
diff --git a/NEWS b/NEWS
index eabfa40d158..e544b6a1447 100644
--- a/NEWS
+++ b/NEWS
@@ -21,10 +21,12 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.7
USER VISIBLE CHANGES BETWEEN ACE-5.4.5 and ACE-5.4.6
====================================================
-. RMCast
- - Reactor-compatible interface.
- - Message unavailability reporting.
- - Protocol documentation.
+. Updated RMCast to include
+ - Reactor-compatible interface.
+ - Message unavailability reporting.
+ - Protocol documentation.
+
+. Added support for 64bit Visual Age on AIX
USER VISIBLE CHANGES BETWEEN ACE-5.4.4 and ACE-5.4.5
====================================================
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 9e12992c86d..87010a50b49 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 8 11:21:50 2005 Simon McQueen <sm@prismtech.com>
+
+ * NEWS:
+
+ Updated with release note entries.
+
Mon Jun 6 12:33:16 2005 Simon McQueen <sm@prismtech.com>
* DAnCE/examples/Display/GPS/GPS.mpc:
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index 98c2e123705..f29d9fdb53e 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -24,7 +24,7 @@ PLANNED MAJOR CHANGES FOR CIAO-0.4.7
Deployment and Configuration (D&C) specification. Such effort
will allow application developers to use real-time CORBA features
within their CCM appliation through meta-programming (via XML
- metadata). Particularly, we will add support for server-side
+ metadata). Particularly, we will add support for server-side
RT policies, including extension for schema, container,
and NodeApplication. Configuring client-side (receptacle) policies
to honor these server policies.
@@ -45,13 +45,18 @@ PLANNED MAJOR CHANGES FOR CIAO-0.4.7
USER VISIBLE CHANGES BETWEEN CIAO-0.4.5 and CIAO-0.4.6
======================================================
-. Added more examples for CIAO, which include a Quoter example (a consistent
- tutorial example since TAO :)) and GUI-based example.
+. Added more examples for CIAO, including a new Quoter example that is
+ similar to the one in TAO, as well as GUI-based example.
-. Added support for handle component activation/passivation in the
- assembly level.
+. Added support for handle component activation/passivation in D&C
+ assemblies.
-. some bug fixes.
+. Added a test for the tool that converts IDL3 into equivalent IDL2.
+
+. Fixed CIDL compiler bug in code generation for sequence type
+ attributes of components.
+
+. Fixed a number of minor bugs.
USER VISIBLE CHANGES BETWEEN CIAO-0.4.4 and CIAO-0.4.5
======================================================
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0d0fc4ae626..39e9f663d6d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 8 11:21:50 2005 Simon McQueen <sm@prismtech.com>
+
+ * NEWS:
+
+ Updated with release note entries.
+
Mon Jun 6 18:05:52 2005 unknown <michel_j@ociweb.com>
* orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index 325abe09038..60edb06ed1b 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -29,9 +29,43 @@ USER VISIBLE CHANGES BETWEEN TAO-1.4.5 and TAO-1.4.6
. The RTOldEvent library has been removed. The RTEvent library has been
split in a stub/skel and serv library.
-. Support for bi-directional communication over SSLIOP
-
-. Servants are now always reference counted.
+. Support for bi-directional communication over SSLIOP.
+
+. Servants are now always reference counted, in accordance with changes
+ to the CORBA specification.
+
+. Added a -x option to catior that works like -f except that it reads
+ the IOR from standard input rather than from a file. This makes catior
+ much more like the unix "cat" command, and enables it to be used in a
+ pipeline.
+
+. Changed the precedence rules for the -ORBListenEndpoints (aka
+ -ORBEndpoint) so that the host identifier (either hostname or IP
+ address) that appears in IIOP profiles is determined thus:
+
+ 1. value from hostname_in_ior (if specified);
+ 2. setting of -ORBDottedDecimalAddresses option;
+ 3. value for hostname in -ORBListenEndpoints specification;
+ 4. whatever TAO magically comes up with based on system
+ configuration
+
+ A new test (TAO/tests/IOR_Endpoint_Hostnames) verifies the
+ operation of this feature.
+
+. Changed the way that Bidirectional endpoint processing happens when
+ -ORBDottedDecimalAddresses 1 is in effect. The previous behavior
+ always used the setting of the receiver, but that caused problems when
+ the sender and receiver were not using the same dotted decimal
+ addresses setting. Bidirectional endpoint processing now uses
+ whatever the sender provides as the hostname since that's also what
+ will be in that sender's IORs.
+
+. Added a configuration property -ORBIMREndpointsInIOR [0|1] that
+ controls whether ImR endpoints are written into persistent IORs. See
+ $(TAO_ROOT)/docs/Options.html and bugzilla #2123 for usage.
+
+. Increment the refcount on the servant in the id_to_servant and
+ reference_to_servant methods of the POA
USER VISIBLE CHANGES BETWEEN TAO-1.4.4 and TAO-1.4.5
====================================================