From db4d9060b12231b18778b0eb2eaa8b8a72fe0813 Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Thu, 15 Sep 2011 19:07:02 +0000 Subject: [PATCH] Updated changelog. --- changes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changes.txt b/changes.txt index d56feaf..0345c89 100644 --- a/changes.txt +++ b/changes.txt @@ -25,6 +25,15 @@ Version ???: Update: Load interfaces on each bind/getsockopt call to allow configuration changes without restarting. + + Bugfix: Load EnumProtocolsA/EnumProtocolsW directly from mswsock.dll to avoid + stack overflow under certain conditions. + + Bugfix: Correctly store protocol names at end of EnumProtocols buffer. + + Update: Implemented windows 95/98 WSHEnumProtocols function. + + Update: Implemented connect, send and getpeername functions. Version 0.2.2: Feature: Redesigned ipxconfig UI.