From 7cab37479e50cbd994425c7808e5bef1083d3a8c Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Mon, 13 Jun 2011 14:07:47 +0000 Subject: [PATCH] Updated changelog --- changes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changes.txt b/changes.txt index 8de9716..2c9bb3f 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,14 @@ +Version 0.2.1: + Bugfix: Delay stub DLL LoadLibrary calls until first API call as using + LoadLibrary in DllMain crashes under some conditions. + + Bugfix: Updated recv, recvfrom and WSARecvEx functions to release mutex + before calling recv to avoid deadlocks in multithreaded applications. + + Bugfix: Correctly terminate symbol names used within stub DLLs. + + Cleanup: Combined common code between recv, recvfrom and WSARecvEx. + Version 0.2: Implemented ioctlsocket() function with support for FIONREAD.