From a778b55e0a4c6f6c2723745ff13ffa5f97c95faf Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Sun, 18 Sep 2011 22:00:25 +0000 Subject: [PATCH] Updated SRC_FILES and changelog. --- Makefile | 3 ++- changes.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fec891..48fe11a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ SRC_FILES := changes.txt license.txt Makefile mkstubs.pl readme.txt src/config.h src/mswsock.def src/mswsock_stubs.txt src/stubdll.c src/winsock.c src/wsock32.def \ src/wsock32_stubs.txt src/directplay.c src/dpwsockx.def src/dpwsockx_stubs.txt src/common.c \ src/common.h src/router.c src/router.h src/router-exe.c src/interface.c src/interface.h \ - include/dplay.h include/dplaysp.h include/dplobby.h include/wsnwlink.h + src/ipxrouter.rc ipxrouter.ico include/dplay.h include/dplaysp.h include/dplobby.h \ + include/wsnwlink.h all: ipxwrapper.dll wsock32.dll mswsock.dll ipxconfig.exe dpwsockx.dll ipxrouter.exe diff --git a/changes.txt b/changes.txt index 0345c89..3b6d2b6 100644 --- a/changes.txt +++ b/changes.txt @@ -34,6 +34,10 @@ Version ???: Update: Implemented windows 95/98 WSHEnumProtocols function. Update: Implemented connect, send and getpeername functions. + + Update: Max packet (data) size reduced to 8KiB. + + Update: Implemented IPX_RECEIVE_BROADCAST option. Version 0.2.2: Feature: Redesigned ipxconfig UI.