1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Updated changelog

This commit is contained in:
Daniel Collins 2011-06-13 14:07:47 +00:00
parent 4646bfd6c8
commit 7cab37479e

View File

@ -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.