summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 12:14:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 12:14:27 +0000
commitd535deda0a24a7bbdaa76f8436ea808ea4770d12 (patch)
treed6cdc5e6bb1f329c54d98746e461560c28752639
parent2b3db06f47922f63288ff2e156b59db1d1b22272 (diff)
downloadATCD-d535deda0a24a7bbdaa76f8436ea808ea4770d12.tar.gz
ChangeLogTag: Thu Apr 20 11:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--NEWS2
-rw-r--r--TAO/NEWS17
2 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index c0647e23e35..0594dde491a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
. Visual C++ 6.0 and 7.0 support has been removed
+. Added a wrapper for the sendfile API
+
USER VISIBLE CHANGES BETWEEN ACE-5.5 and ACE-5.5.1
====================================================
diff --git a/TAO/NEWS b/TAO/NEWS
index e7e3d2127e4..cd1513a8a18 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -18,11 +18,6 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
PLANNED MAJOR CHANGES TARGETED FOR TAO-1.5.2
====================================================
-. (Remedy) Finish and integrate new sequence implementation made by
- Carlos O'Ryan. This also includes a rework of the TAO_String_Managers
- and CORBA::(W)String implementations. This is ready in the sequenceupdate3
- branch but can't be merged until 1.5.2 because it breaks with vc6.
-
. (Remedy/Ossama) Add the ability to use the sendfile API to send out data
on the transport
@@ -31,7 +26,17 @@ PLANNED MAJOR CHANGES TARGETED FOR TAO-1.5.2
. (OCI) Make TAO compilable when ACE_USES_WCHAR is set
-USER VISIBLE CHANGES BETWEEN TAO-1.5.0 and TAO-1.5.1
+USER VISIBLE CHANGES BETWEEN TAO-1.5.1 and TAO-1.5.2
+====================================================
+
+. Integrate new sequence implementation made by Carlos O'Ryan. This
+ also includes a rework of the TAO_String_Managers and CORBA::(W)String
+ implementations.
+
+. Store Value Factories per orb instead of per process and made the
+ storage thread safe.
+
+USER VISIBLE CHANGES BETWEEN TAO-1.5 and TAO-1.5.1
====================================================
. Fixed LOCATION_FORWARD_PERM handling. See bugzilla #1777 for full details.