summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-25 21:58:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-25 21:58:18 +0000
commit6f4c43599a13cb8beb5c496264d807dd8f1fd35f (patch)
treefe3dd3bdb48c030aea75a3efafdb19f50277c46b
parentd2ff02099699a848961182819a849eb7731d776c (diff)
downloadATCD-6f4c43599a13cb8beb5c496264d807dd8f1fd35f.tar.gz
ChangeLogTag: Fri Feb 25 21:26:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--NEWS7
-rw-r--r--TAO/NEWS25
2 files changed, 15 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index 64c6c647308..5c625d785e8 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,14 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.5
. Support for shared libraries with VxWorks
+USER VISIBLE CHANGES BETWEEN ACE-5.4.4 and ACE-5.4.5
+====================================================
+
. Remove special handling in the Thread Specific Storage(TSS) code
- that released the TSS key for ACE_TSS<TYPE>. ACE_TSS<TYPE> has
+ that released the TSS key for ACE_TSS<TYPE>. ACE_TSS<TYPE> has
been changed to explicitly free the TSS key when necessary.
-. On Win32 systems: detect thread termination via a hook in DLLMain
+. On Win32 systems: detect thread termination via a hook in DLLMain
for ACE.dll. This allows cleanup of TSS objects for non-ACE threads
that use ACE functions. The most common case was threads that used
ACE logging. Formerly any TSS objects created by these threads would
diff --git a/TAO/NEWS b/TAO/NEWS
index 47ca97bf08d..6a45b13431d 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -10,47 +10,42 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. ONGOING - ETA unknown
-PLANNED MAJOR CHANGES TARGETED FOR TAO-1.4.5
+PLANNED MAJOR CHANGES TARGETED FOR TAO-1.4.6
============================================
-- (Johnny/Ossama) POA refactoring/modularization
-
- . ONGOING - ETA 10/31 -- currently targeted for TAO 1.4.5.
-
-- (Ossama) Typecode overhaul
-
- . ONGOING - ETA 11/12 -- currently targeted for TAO 1.4.5. 60% complete.
-
-- (Ossama/Jeff) Skeleton refactoring
-
- . ONGOING - ETA 11/10 -- currently targeted for TAO 1.4.5. 75% complete.
-
- (Ossama) Remainder of CSIv2 code that didn't make it into TAO 1.4.2
- . ONGOING - ETA 2/30 -- currently targeted for TAO 1.4.5.
+ . ONGOING - ETA 2/30 -- currently targeted for TAO 1.4.6.
USER VISIBLE CHANGES BETWEEN TAO-1.4.4 and TAO-1.4.5
====================================================
. The POA is rewritten so that it uses strategies for its implementation.
+
. The ImR handling is moved to the new ImR_Client library.
+
. The MIOP part of the POA is moved to the GOA. See the latest version of the
MIOP specification. You have to link now with the PortableGroup
library and retrieve a GOA instead of the RootPOA.
+
. Implemented several missing parts of POA functionality as described
by the latest corba specification. Missing functionality, incorrect
exceptions, incorrect minor codes and much more.
+
. Splitted the huge PortableServer.pidl file in several smaller files
and regenerated all the generated files in the repository.
+
. Move TAO_ORB_Manager from PortableServer to Utils library, this is a
helper class.
+
. The POA has been split in Root_POA and Regular_POA, on this we will more
in the future so that the Root_POA just pulls in the minimal set of things
needed.
+
. The RootPOA has now RootPOA as adapter name, previously it had an empty
string
-USER VIS IBLE CHANGES BETWEEN TAO-1.4.3 and TAO-1.4.4
+USER VISIBLE CHANGES BETWEEN TAO-1.4.3 and TAO-1.4.4
====================================================
. Reimplemented the way that TAO_Transport deals with GIOP headers. In