summaryrefslogtreecommitdiff
path: root/TAO/NEWS
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
commit2f8a860d14adb56c57241b6e76a665e3835b1d04 (patch)
treed6cdc5e6bb1f329c54d98746e461560c28752639 /TAO/NEWS
parent8af1877d4dd39e467d5d5e92bea976cd143d4d41 (diff)
downloadATCD-2f8a860d14adb56c57241b6e76a665e3835b1d04.tar.gz
ChangeLogTag: Thu Apr 20 11:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS17
1 files changed, 11 insertions, 6 deletions
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.