summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
authorjonesc <jonesc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-24 16:52:25 +0000
committerjonesc <jonesc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-24 16:52:25 +0000
commitd811d2728ee5f91660a5e1f5fab0124a6b9b76e6 (patch)
tree3bb7cc4f75aa601e89ff40c22592355b79ca5bd9 /TAO/NEWS
parentbc507e6e5a98ba80609e5d386128c292681cf1c6 (diff)
downloadATCD-d811d2728ee5f91660a5e1f5fab0124a6b9b76e6.tar.gz
Tue Jan 24 16:50:39 UTC 2012 Chip Jones <jonesc@ociweb.com>
* NEWS: Added information about IDL dependency generation.
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index b9e58f40174..ae089c43f78 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,11 @@
USER VISIBLE CHANGES BETWEEN TAO-2.0.7 and TAO-2.0.8
====================================================
+. Added support for MPC's new feature that creates dependency files for IDL
+ files when generating '-type gnuace' projects. Turned off by default, it
+ can be enabled in a features file or on the command line with
+ '-features ace_idl_dependencies=1'.
+
. Fixed IDL compiler bug where a generated component servant method that
is called by the middleware to initialize a component's attributes
was not including attributes of supported interfaces.