summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-04 08:20:58 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-04 08:20:58 +0000
commitf9ed7281512f2fea5f329ffa792741eea23363be (patch)
treed2407b80b5bbb79c43f7e168856e36db2f31326b
parent57453b85e35146af4aa72f14a7eb4de3e2f54f6d (diff)
downloadATCD-f9ed7281512f2fea5f329ffa792741eea23363be.tar.gz
ChangeLogTag: Wed Oct 4 08:12:24 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
-rw-r--r--CIAO/ChangeLog26
-rw-r--r--CIAO/NEWS13
2 files changed, 29 insertions, 10 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 4fa9a9f2e54..ba766fb5518 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,15 +1,21 @@
+Wed Oct 4 08:12:24 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
+
+ * NEWS:
+
+ Updated with entries for the CIDL compiler work.
+
Tue Oct 3 15:16:40 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
- * NEWS
+ * NEWS:
Updated the NEWS to add the changes for Repoman and Plan_Generator
- projects.
+ projects.
Tue Oct 3 12:49:16 UTC 2006 xiong,ming <ming.xiong@vanderbilt.edu>
- * NEWS
+ * NEWS:
- Updated the NEWS to add the changes for CoSMIC Quoter tutorial
+ Updated the NEWS to add the changes for CoSMIC Quoter tutorial
Mon Oct 2 09:28:58 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -28,22 +34,22 @@ Mon Oct 2 08:58:58 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Thu Sep 28 16:47:58 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc
+ * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
Added the base projects to Plan_Launcher_Impl project to include
required libs. Added null head files to the Plan_Launcher project to
remove the unnecessary dependency on other libs.
Thu Sep 28 15:57:53 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc
+ * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
Fixed the "undefined reference" error on FC5_Static build.
- * DAnCE/Plan_Generator/Plan_Generator_Impl.cpp
+ * DAnCE/Plan_Generator/Plan_Generator_Impl.cpp:
Modified this file to handle the possible RepoMan null reference error.
Tue Sep 26 21:05:48 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
- * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
+ * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
Fixed the "conversion from '_var' to 'CORBA::Object*'" warning.
Tue Sep 26 15:52:12 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
@@ -55,11 +61,11 @@ Tue Sep 26 15:52:12 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
Mon Sep 25 23:19:15 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
- * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
+ * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
Modified the fetch_reference_naming () to remove its arguments related
to Repoman.
- * DAnCE/Plan_Generator/PCVisitor.h
+ * DAnCE/Plan_Generator/PCVisitor.h:
Adjusted the order of the data members of Plan_Generator_i class.
diff --git a/CIAO/NEWS b/CIAO/NEWS
index 3d25ef2912a..d6e5deacf7e 100644
--- a/CIAO/NEWS
+++ b/CIAO/NEWS
@@ -91,6 +91,19 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.5.2 and CIAO-0.5.3
information from Repoman and generate/modify DeploymentPlans based
on different demands. Removed the planner project.
+. Added C++ keyword mangling to the CIDL compiler (bug#2427).
+
+. Fixed the CIDL compiler source code to build with Intel C++ (bug#2387).
+
+. Reimplemented the CIDL compiler command line handling to make use
+ of '--' to separate options from arguments unnecessary (bug#2426).
+
+. Added file and line number to the semantic errors printed by the CIDL
+ compiler.
+
+. Fixed a number of bugs in the CIDL compiler error handling and recovery
+ mechanisms.
+
USER VISIBLE CHANGES BETWEEN CIAO-0.5.1 and CIAO-0.5.2
====================================================