summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 072349a1d41..656c633a7f9 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 14 13:15:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
+
+ * ace/Process.h:
+ * ace/Process.cpp:
+ Changes to allow to dynamically define the max. number of cmdline args.
+ The tao_idl compiler was running out of room in certain instances and
+ the static max was very conservative.
+
Thu Oct 14 09:38:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
* tests/Bug_3911_Regression_Test.cpp: