summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-13 09:21:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-13 09:21:07 +0000
commitfcb1973bacabb46c6217eb2c1ed53b39ecd7fab3 (patch)
tree3772c91b2e0c41b80a4426c3110b4f8a061444d5
parentaee3f3919cb425714d2628cd3e65367eaf8e1420 (diff)
downloadATCD-fcb1973bacabb46c6217eb2c1ed53b39ecd7fab3.tar.gz
ChangeLogTag: Mon Jun 12 14:34:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--NEWS2
-rw-r--r--TAO/NEWS6
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 090a947b1aa..4eb60138012 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
. Added a wrapper for the sendfile API
+. Added support for netlink sockets
+
USER VISIBLE CHANGES BETWEEN ACE-5.5 and ACE-5.5.1
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index 1be27a9455f..40b0ddc4000 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -15,6 +15,8 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. (OCI) Fix Notification Service detection of dead consumers.
+. Add support for CORBA/e compact and micro
+
PLANNED MAJOR CHANGES TARGETED FOR TAO-1.5.2
====================================================
@@ -32,14 +34,14 @@ USER VISIBLE CHANGES BETWEEN TAO-1.5.1 and TAO-1.5.2
"winnt". Avoids building and installing this on non-Windows systems.
Fixes bugzilla bug #2411.
-. Changed Telecom Log Service plug-in Strategy Interface.
+. Changed Telecom Log Service plug-in Strategy Interface.
Added get_record_attribute(), set_record_attribute(), and
set_records_attribute(); removed remove(), retrieve(), and update().
This will allow plug-in Strategies to handle these high-level
operations more efficiently.
- Added get_gauge() and reset_gauge(), to maintain "gauge" used for
+ Added get_gauge() and reset_gauge(), to maintain "gauge" used for
capacity threshold alarms when log channel's LogFullActionType is
DsLogAdmin::wrap. This resolves bugzilla 2420.