summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e41ee2d44b9..0e98708aa53 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,24 @@
+Fri Feb 13 12:19:58 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/Synch_Invocation.cpp:
+
+ Cosmetic changes.
+
+ * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
+ * tao/Exception.cpp:
+
+ Added deprecations to the TAO_specific _type() method
+ for exceptions. They are no longer used anywhere in ORB
+ code.
+
+ * docs/compiler.html:
+
+ Updated the table entry for the -St command line option,
+ pointing out that its use is incompatible with the
+ presence of user exceptions. Thanks to Oliver Kellogg
+ <okellogg@freenet.de> for pointing out this incompatibility
+ situation whose user friendliness index has been neglected
+ for so long.
Fri Feb 13 11:18:21 2004 Huang-Ming Huang <hh1@cse.wustl.edu>