summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2877f874509..689c7adef42 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Wed May 2 17:00:56 UTC 2012 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/fe/fe_utils.cpp(can_be_redefined): Changes to accept
+ as legal IDL the same enum values in a different enum type
+ defined inside an interface derived from the one containing
+ the original enum values, all in reopenings of nested modules
+ in different IDL files. Thanks to Markus Manck <Markus.Manck@Philotech.de>
+ for reporting the bug and sending in an example in IDL.
+
+ * tests/IDL_Test/indluded.idl:
+ * tests/IDL_Test/including.idl:
+
+ Added test case based on above example IDL.
+
Sun Apr 15 12:36:06 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp: