summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-22 11:17:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-22 11:17:50 +0000
commit9dd35b2d1fdabcfb8ae001d51eea247b57adace2 (patch)
tree41250f75277cb910d5e1f2d0f28375db9f1380fe
parent187ff71ca77d97234525d6635f1550028f91ed4c (diff)
downloadATCD-9dd35b2d1fdabcfb8ae001d51eea247b57adace2.tar.gz
ChangeLogTag: Tue Nov 22 11:17:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--NEWS30
-rw-r--r--TAO/CIAO/NEWS17
2 files changed, 14 insertions, 33 deletions
diff --git a/NEWS b/NEWS
index 562ed99002d..4dbb2689791 100644
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,6 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. (Remedy) VxWorks 6.x support
-. RepositoryManager:
- - implement the missing rest of the fuctions to support type-based queries
- and retrievals
- - fully integrate with the DAnCE toolchain
- - stress-testing
-
USER VISIBLE CHANGES BETWEEN ACE-5.4.7 and ACE-5.4.8
====================================================
@@ -43,37 +37,15 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.7 and ACE-5.4.8
demarshaling.
. Developed Feature Oriented Customizer (FOCUS) tool to enable
- specialization of middleware frameworks such as Reactor and Protocol framework.
- FOCUS provides an XML based transformation engine, where the transformations to
- specialize the components are captured in XML file and a weaver specializes the
- code.
-
-. Added support for unrolling ACE_OS::memcpy copy loop where applicable to improve
- performance. Autoconf tests empirically determine whether loop unrolling
- is at least 10% better than default version.
-
-. Added an optimization to CDR stream to ignores alignment when marshaling
- data. Use this option only when ACE_DISABLE_SWAP_ON_READ can be enabled.
- This option requires ACE CDR engine to do both marshaling and
- demarshaling.
-
-. Developed Feature Oriented Customizer (FOCUS) tool to enable
specialization of middleware frameworks such as Reactor and Protocol framework.
FOCUS provides an XML based transformation engine, where the transformations to
specialize the components are captured in XML file and a weaver specializes the
code.
-
+
. Added support for unrolling ACE_OS::memcpy copy loop where applicable to improve
performance. Autoconf tests empirically determine whether loop unrolling
is at least 10% better than default version.
-. RepositoryManager:
- - enhanced the implementation to use various optimization techniques
- - added HTTP support
- - added PackageConfiguration visitor to update the locations of the
- implementation artifacts with relevant HTTP URLs
- - refactored some of the code and added a number of helpers functions
-
USER VISIBLE CHANGES BETWEEN ACE-5.4.6 and ACE-5.4.7
====================================================
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index 73a045753cf..9a39e19453c 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -55,6 +55,12 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
simplify adding debug printouts based on various tool-specific debug
levels.
+. RepositoryManager:
+ - implement the missing rest of the fuctions to support type-based queries
+ and retrievals
+ - fully integrate with the DAnCE toolchain
+ - stress-testing
+
PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
==========================================
@@ -76,7 +82,7 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
. Integrate various Pub/Sub services into CIAO and DAnCE.
-USER VISIBLE CHANGES BETWEEN CIAO-0.4.8 and CIAO-0.4.9
+USER VISIBLE CHANGES BETWEEN CIAO-0.4.7 and CIAO-0.4.8
======================================================
. The CIDL compiler frontend now supports constants, const expressions,
@@ -111,8 +117,12 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.4.8 and CIAO-0.4.9
. Added tests and documentation for the IDL3-to-IDL2 converter tool.
-USER VISIBLE CHANGES BETWEEN CIAO-0.4.7 and CIAO-0.4.8
-======================================================
+. RepositoryManager:
+ - enhanced the implementation to use various optimization techniques
+ - added HTTP support
+ - added PackageConfiguration visitor to update the locations of the
+ implementation artifacts with relevant HTTP URLs
+ - refactored some of the code and added a number of helpers functions
. The XSC based config handlers have been heavily optimized, resulting
in greatly reduced parsing overhead for large deployments.
@@ -163,7 +173,6 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.4.7 and CIAO-0.4.8
. DAnCE has been enhanced to support deploying multiple assemblies
with the same set of ExecutionManager and NodeMangers.
-
USER VISIBLE CHANGES BETWEEN CIAO-0.4.6 and CIAO-0.4.7
======================================================
. Added a component packaging tool to DAnCE. This tool will allow