summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31bb7f698d1..4a932b07e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Apr 28 13:00:22 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Mutex.{cpp,inl}:
+ - Improved the dump() method.
+ - Release all resources in the remove()
+ - Changed the constructor not to allocate unnecessary resource
+ (thread mutex) in case process shared mutext is requested
+ *and* supported
+ Change from Martin Corino <mcorino@remedy.nl>
+
Wed Apr 28 12:53:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Lib_Find.cpp: