summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-07-31 00:36:34 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-07-31 00:36:34 +0000
commit4b01531753c2580b2095e93c77d2644229e97732 (patch)
treeb3c53dadf4d7d6158a192e76aeb2f12ad3f8a512
parente217c1a24f13718b6434cda2190f322dbeef02bb (diff)
downloadATCD-4b01531753c2580b2095e93c77d2644229e97732.tar.gz
ChangeLogTag:Fri Jul 30 17:29:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog4
-rw-r--r--TAO/CIAO/NEWS65
2 files changed, 52 insertions, 17 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 35d423107b8..65b4aaca2a4 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 30 17:29:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * NEWS: Added CIAO 0.4.2 noteworthy items.
+
Thu Jul 29 16:54:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* DAnCE/ciao/Servant_Impl_T.cpp (get_all_facets):
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index eb51ac6844d..fad2f59650e 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -1,3 +1,35 @@
+USER VISIBLE CHANGES BETWEEN CIAO-0.4.1 and CIAO-0.4.2
+======================================================
+
+. Overall
+ - Support for g++ 3.4.1.
+ - Support added for latest HP aCC compiler.
+
+. CCM Deployment and Configuration specification has largely been
+ implemented. The implementation is called "DAnCE", the Deployment
+ and Configuration Engine. For more information about DAnCE, and a
+ list of supported features, please refer to
+ $CIAO_ROOT/docs/releasenotes/dance.html.
+
+. CIDL compiler
+ . Added missing generation of servant code for operations and
+ attributes of ancestors of interfaces supported and used as ports.
+ . Added missing generation of factory operation(s) from inherited
+ home(s).
+ . Added support for "uses multiple" in generated code.
+ . Fixed bugs in generation of inherited: [Bug 1800]
+ home operations
+ attribute operations
+ port operations
+ home factory operations
+ supported operations
+ . Added automatic registration of value factories for event
+ consumers.
+ . Added support for emits-related navigation.
+ . Fixed bug with multiple facets that provide the same interface.
+ . Implemented get_all_facets() and get_all_consumers() navigation
+ methods.
+
USER VISIBLE CHANGES BETWEEN CIAO-0.4 and CIAO-0.4.1
====================================================
@@ -5,21 +37,21 @@ CIAO
----
. Added support for statically configuring an assembly. Please see
- $CIAO_ROOT/docs/static_toc_ciao.html for details.
+ $CIAO_ROOT/docs/static_toc_ciao.html for details.
CIDL:
-----
. Fixed incorrect generation of ACE environment macros in servant glue
- code operations.
+ code operations.
. Fixed incorrect code generation in the body of a servant operation
- that delegates to the executor class.
+ that delegates to the executor class.
. Added support for attributes in facets and supported
interfaces.
. Fixed bug in code servant glue code generation when there are
- multiple nested modules in the IDL and/or CIDL files.
+ multiple nested modules in the IDL and/or CIDL files.
. Added missing code generation of enum type names.
@@ -29,9 +61,9 @@ CIDL:
the interface that underlies the facet.
. Fixed a bug in the generation of *S.h file includes corresponding to
- IDL files included in the CIDL file.
+ IDL files included in the CIDL file.
-. Added ACE style Makefiles.
+. Added ACE style Makefiles.
. Added support for bounded strings
@@ -41,15 +73,15 @@ MPC
. Changed the defaulting rules for idl files (generated source files
will be automatically added even if idl files are explicitly
- listed).
+ listed).
-. The makefiles generated by the gnuace type are now named GNUmakefile
+. The makefiles generated by the gnuace type are now named GNUmakefile
instead of Makefile.
. The IDL_Files section is no longer a built-in MPC type. It is a
custom build type defined in taoidldefaults.mpb.
-. Added support for Borland Makefiles that aren't tied to ACE_wrappers
+. Added support for Borland Makefiles that aren't tied to ACE_wrappers
(the bmake project type).
. Added wild-cards to the default.rel file. Now, environment
@@ -64,7 +96,7 @@ MPC
the debugging of mpc files.
. Added a new keyword, pure_libs, that is put into a project
- unmodified (unlike the libs and lit_libs keywords).
+ unmodified (unlike the libs and lit_libs keywords).
. The behavior obtained through the use of the -hierarchy option is
now the default for all "make" based project types. This includes
@@ -81,16 +113,16 @@ MPC
recursion instead of having inter-project dependencies built into
each workspace level GNUmakefile.
-. Added a new keyword, dependent, for use within a Define_Custom that
+. Added a new keyword, dependent, for use within a Define_Custom that
causes MPC to add a dependency to generated files upon the custom
- command.
+ command.
-. Assignments within a 'specific' section that are not recognized MPC
+. Assignments within a 'specific' section that are not recognized MPC
keywords are assumed to be template value overrides (similar to
using the -value_template option).
-. Partial support for Visual SlickEdit has been added.
-
+. Partial support for Visual SlickEdit has been added.
+
. Various bug fixes and optimizations have been added as well.
USER VISIBLE CHANGES BETWEEN CIAO-0.3.6 and CIAO-0.4
@@ -123,5 +155,4 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.3.6 and CIAO-0.4
- Floating-point and Fixed-point constant expressions & literal.
though we plan to add this support over the next several months,
- depending on user/sponsor needs.
-
+ depending on user/sponsor needs.