mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Updated changelog
This commit is contained in:
parent
4646bfd6c8
commit
7cab37479e
11
changes.txt
11
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user