From 6a767ff38aba648814ed323a31050ec32855ff53 Mon Sep 17 00:00:00 2001 From: iliyan Date: Wed, 11 Oct 2006 19:25:36 +0000 Subject: Wed Oct 11 19:22:54 UTC 2006 --- NEWS | 11 ++- TAO/NEWS.doc_transport_current | 11 +++ docs/Download.html | 170 +++++++++++++++++++++++++---------------- 3 files changed, 126 insertions(+), 66 deletions(-) create mode 100644 TAO/NEWS.doc_transport_current diff --git a/NEWS b/NEWS index 53be2747cd7..5f0ccbddf84 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3 . Added the base projects for executionmanager_stub and plan_generator. . Added the ACE_Hash_MultiMap_Manager class and its test file. - + . Changed the ACE_Synch_Options::operator[] method to return bool rather than int. The value returned is a yes/no indication of whether or not the specified option(s) are set in the object. @@ -102,6 +102,15 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3 . VxWorks 6.3 support +. Fixed Bugzilla #2648 to make sure ACE_Service_Object::fini() + is called iff ACE_Service_Object::init() succeeded, as per + C++NPv2. + +. Added preliminary support for Mac OS X 10.4 on Intel CPU's. + +. Fixed Bugzilla #2602 to re-enable XML Service Configurator + file support. + USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2 ==================================================== diff --git a/TAO/NEWS.doc_transport_current b/TAO/NEWS.doc_transport_current new file mode 100644 index 00000000000..c4cc2e0fd60 --- /dev/null +++ b/TAO/NEWS.doc_transport_current @@ -0,0 +1,11 @@ +. (OCI) Added TransportCurrent support. This is an optional library, + which enables functionality for client- and server-side components, + to obtain information on the "current" Transport. By definition + this is the Transport selected in the context of the current + invocation. Since specific Transport's may have very different + characteristics, a generic implementation is not sufficient and + support for specific Transports is also included. See the TC_IIOP + implementation, which is an IIOP-specific Transport Current. To + build TAO with support for this feature, define a macro named + TAO_HAS_TRANSPORT_CURRENT and value of 1. For more details see + $TAO_ROOT/docs/transport_current/index.html diff --git a/docs/Download.html b/docs/Download.html index e5e42167154..d525f45434e 100644 --- a/docs/Download.html +++ b/docs/Download.html @@ -36,7 +36,7 @@ framework.

-

+

  • CIAO (Component Integrated ACE ORB) is an open-source implementation of the @@ -63,7 +63,8 @@ document to decide which version below is more appropriate for your case. You may want to understand the DOC group's bug fixing policies when you make this decision. - +

    The full packages to contain all sources with pre generated makefiles for GNU make, Visual C++ 7.1/8.0, Borland +C++ make. The sources only packes just contain the sources, you have to generate your own makefiles with MPC.

    Older versions of ACE+TAO are also available via HTTP at this location + HREF="http://download.dre.vanderbilt.edu/previous_versions">this location . This location has a few of the previous major and minor releases. This location will house all of the releases and betas released after ACE+TAO-5.2+1.2. @@ -303,7 +343,7 @@ please use the links below to download it.