summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-11-11 08:35:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-11-11 08:35:14 +0000
commit2a8a903c3181b3933136e10d1569bad960bbaa78 (patch)
tree5b42505883a5facadd933b3659d15eb7096cfec4
parent0e50cebdf84cd4cbb2a2e31c98b92e25168618fc (diff)
downloadATCD-2a8a903c3181b3933136e10d1569bad960bbaa78.tar.gz
ChangeLogTag: Thu Nov 11 08:34:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f065d9cc86c..e0c21e1caa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 11 08:34:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/msvc_static_order.lst:
+ Added HTPB library so that this lib is build first in a static
+ msvc build
+
Wed Nov 10 12:42:45 2004 Chad Elliott <elliott_c@ociweb.com>
* ace/OS_Errno.h:
@@ -37,14 +43,14 @@ Wed Nov 10 12:42:45 2004 Chad Elliott <elliott_c@ociweb.com>
This results in loading a new library while holding the Service
Repository lock resulting in a single threaded deadlock.
The problem manifests itself in executables that deadlock before
- reaching main(). The ImR_Activator is one of the programs that
+ reaching main(). The ImR_Activator is one of the programs that
currently is broken by this problem.
Wed Sep 1 13:23:44 MST 2004 Trevor Fields <fields_t@ociweb.com>
* ace/Service_Repository.cpp:
Changed the insert method to delete a replaced service
- after releasing the lock. This was done to prevent
+ after releasing the lock. This was done to prevent
deadlocks that were occuring on solaris with gcc > 3.2.1
in the debug mode.