summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-06 13:58:28 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-06 13:58:28 +0000
commitd120e15ebd896245c6c60326bc2add2918bb524a (patch)
treeccb15e873cba379adb29d3895d53179393642906
parent242f0f4ee37e0f1cff564172cb5ff40f1f239f32 (diff)
downloadATCD-d120e15ebd896245c6c60326bc2add2918bb524a.tar.gz
added ChangeLog notes that were only in svn comments
-rw-r--r--ACE/ChangeLog11
1 files changed, 5 insertions, 6 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index b95d3f4cccd..14a027758bc 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -285,7 +285,6 @@ Thu Aug 5 08:13:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-msvc-7.h:
* ace/config-win32-msvc-8.h:
* ace/config-win32-msvc-9.h:
-
* include/makeinclude/platform_aix.GNU:
* include/makeinclude/platform_aix_g++.GNU:
* include/makeinclude/platform_aix_ibm.GNU:
@@ -320,17 +319,17 @@ Thu Aug 5 08:13:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_win32_icc.GNU:
* include/makeinclude/platform_win32_interix.GNU:
* include/makeinclude/wrapper_macros.GNU:
-
- * rpmbuild/ace-tao.spec:
-
* tests/Bug_3673_Regression_Test.cpp:
* tests/Reactor_Exceptions_Test.cpp:
* tests/tests.mpc:
+ Removed support for non exception builds, ACE_HAS_EXCEPTIONS is
+ now always defined
- * ace/Exception_Macros.h:
+ * rpmbuild/ace-tao.spec:
+ Small updates
+ * ace/Exception_Macros.h:
* bin/MakeProjectCreator/config/exceptions.mpb:
-
Removed these files.
Thu Aug 5 07:40:00 UTC 2010 Build CZar <buildczar at prismtech dot com>