summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 18:44:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 18:44:27 +0000
commit6bcce911c57fdfe58c3f54ae6dd5aea00545bda8 (patch)
tree372cb76acef0a5bb691f4f1c2fa3ec190749ea94 /ChangeLog
parent3fa016e8d6d59ba7d87122f42a93485cd3f51177 (diff)
downloadATCD-6bcce911c57fdfe58c3f54ae6dd5aea00545bda8.tar.gz
ChangeLogTag: Wed Aug 17 18:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7227e2f5424..ebe28a6ae2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Wed Aug 17 18:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Message_Block.{h,cpp,inl}:
+ In case a locking strategy is used, also make sure we use the
+ lock when accessing the reference count of the ACE_Data_Block.
+ Thanks to Viktor Chernenko
+ <viktor dot chernenko at med dot ge dot com> for reporting this
+ and supplying some patches to start with. This should fix
+ according to Viktor some crashes in the notificaion service
+ under high load.
+
Wed Aug 17 15:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Condition_Recursive_Thread_Mutex.{h,cpp}: