diff --git a/ChangeLog b/ChangeLog index 6c14167..f93b3e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,8 @@ Version 1.6.1 * Adjusting libtool library numbers to reflect the last changes. 2007-11-06 Marcelo Jimenez - * GlobalHndMutex, which was a mutex is now GlobalHndRWLock, which is a + * SF Bug Tracker [ 1825278 ] AdvertiseAndReply sleeps with handle lock out + GlobalHndMutex, which was a mutex is now GlobalHndRWLock, which is a rwlock. HandleLock() is mapped to HandleWriteLock() while all other instances have not been checked. One instance in AdvertiseAndReply() has been changed to HandleReadLock(). Thanks to Alex (afaucher) for the