summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-07-03 16:06:27 +0000
committerSteve Huston <shuston@riverace.com>2006-07-03 16:06:27 +0000
commit11c7df6c5cb2c943097d8f0f86baea400494a4c6 (patch)
tree31a31c540d3a5e65acd5a3de9546e26ba68238db
parentc36e9d23bfa19f032bb50bb2d8238f3c03066d2c (diff)
downloadATCD-11c7df6c5cb2c943097d8f0f86baea400494a4c6.tar.gz
ChangeLogTag:Mon Jul 3 14:42:45 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
-rw-r--r--ChangeLog5
-rw-r--r--NEWS20
2 files changed, 19 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a700601ac57..2ef4e2787e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 3 14:42:45 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
+
+ * NEWS: Updated the NEWS file with information about using multiple
+ service repositories.
+
Mon Jul 3 03:25:43 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp
diff --git a/NEWS b/NEWS
index 6bcb497cf21..f6c0d0cb7a9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,19 +4,27 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
====================================================
+. Added support for multiple independent Service Repositories through
+ configuration contexts called "Gestalt". Full backwards compatibility
+ is maintained through the existing ACE_Service_Config static methods,
+ while direct individual repository access is enabled through instances
+ of the new ACE_Service_Gestalt class. ACE_Service_Config has changed to
+ a specialization of ACE_Service_Gestalt and is only responsible for the
+ process-wide configuration.
+
. To support dynamically-sized ACE_Log_Record messages, the netsvcs
logging components now use ACE CDR encoding and transfer mechanisms
inspired by the examples in Chapter 4 of the C++NPv1 book.
The client and server logging daemons in ACE 5.5.2 and forward will
not interoperate with those in previous ACE versions.
-. Explicit template instantiations support has been removed
+. Explicit template instantiation support has been removed.
-. Visual C++ 6.0 and 7.0 support has been removed
+. Visual C++ 6.0 and 7.0 support has been removed.
-. Added a wrapper for the sendfile API
+. Added a wrapper for the sendfile API (ACE_OS::sendfile()).
-. Added support for netlink sockets
+. Added support for netlink sockets on Linux.
. Added a new method, ACE_Task::last_thread(). This method returns the thread
ID (ACE_thread_t) of the last thread to exit from the ACE_Task object.
@@ -30,9 +38,9 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
matches its usual usage in POSIX strptime(). This change allows users to
pass const strings in - a common use case.
-. VxWorks 6.2 support has been added for the rtp model using pthread support
+. VxWorks 6.2 support has been added for the rtp model using pthread support.
-. OpenVMS 8.2 for Alpha has been added as supported platform
+. OpenVMS 8.2 for Alpha has been added as supported platform.
. Made part of the file support in ACE 64bit but we have some places where
32bit types are used, this could lead to some conversion warnings which