From 48b141d7e99833ceabbbaa3221948cd7c52198f1 Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Thu, 8 Sep 2011 00:43:45 +0000 Subject: [PATCH] Updated changelog. --- changes.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changes.txt b/changes.txt index 7c0c8ba..2b44bad 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,16 @@ +Version ???: + Feature: DirectPlay support added via custom service provider. + + Update: Isolated router code from the rest of IPXWrapper. + + Cleanup: Moved certain library functions out of ipxwrapper.c and tidied up. + + Cleanup: Removed winstuff.h, added wsnwlink.h from Wine. + + Cleanup: Merged EnumProtocolsA and EnumProtocolsW into a single function. + + Cleanup: Locking code partially cleaned up. + Version 0.2.2: Feature: Redesigned ipxconfig UI.