summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 5b8dae96bee..fc433d5c06e 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,25 @@
+Sat Mar 29 08:16:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Reactor_Dispatch_Order_Test.cpp:
+ Dev_Poll reactor displays other bugs, so disable this part of
+ the test
+
+ * ace/Select_Reactor_Base.cpp:
+ Position the iterator on the first element that is none zero, fixes
+ crashing of the reactor_dispatch_order_test on non windows platforms
+
+Fri Mar 28 17:18:50 UTC 2008 Steve Huston <shuston@riverace.com>
+
+ * ace/CDR_Stream.cpp (write_long_placeholder, write_short_placeholder):
+ Be careful to adjust and grow the stream's block before taking
+ the pointer that's returned to the user. Thanks to Alain Kocelniak
+ <alain@corys.fr> for this fix.
+
+ * ace/CDR_Stream.h: Note that the placeholder methods return 0 if
+ the method fails due to insufficient memory.
+
+ * THANKS: Added Alain Kocelniak to the Hall of Fame.
+
Fri Mar 28 15:40:03 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
* tests/unload_libace.mpb: