summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/ChangeLog')
-rw-r--r--ACE/ACEXML/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/ACE/ACEXML/ChangeLog b/ACE/ACEXML/ChangeLog
index a75cf4f65a1..57fcfe845d4 100644
--- a/ACE/ACEXML/ChangeLog
+++ b/ACE/ACEXML/ChangeLog
@@ -1,3 +1,24 @@
+Tue Feb 27 21:15:23 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
+
+ * common/FileCharStream.cpp (open):
+
+ s/ACE_Utils::Truncate/ACE_Utils::truncate_cast/g. The former is
+ deprecated.
+
+Tue Feb 20 17:26:28 UTC 2007 Krishnakumar B <kitty@nospam.invalid.domain>
+
+ * common/InputSource.cpp:
+ * parser/parser/ParserContext.h:
+ * parser/parser/ParserContext.inl:
+ Use std::swap instead of ACE_Swap
+
+Tue Feb 13 20:17:28 UTC 2007 Krishnakumar B <kitty@nospam.invalid.domain>
+
+ * apps/svcconf/Svcconf_Handler.cpp: Fixed a problem with
+ ACE_Module getting unloaded prematurely due to
+ ACEXML_Svcconf_Handler failing to register it with the service
+ repository. Thanks to gzeleniy@gmail.com for providing the fix.
+
Wed Jan 03 14:20:00 UTC 2007 Simon Massey <sma@prismtech.com>
* common/XML_Macros.h:
@@ -278,7 +299,7 @@ Tue Aug 17 19:07:11 2004 J.T. Conklin <jtc@acorntoolworks.com>
used with the "new (std::nothrow)" version of ACE_NEW_RETURN.
Fortunately, the "struct" is unnecessary.
-Sat Feb 21 23:51:25 2004 . <.@isis.vanderbilt.edu>
+Sat Feb 21 23:51:25 2004 Krishnakumar B <kitty@isis.vanderbilt.edu>
* common/Exception.h:
* common/Exception.cpp: