From 1fe557855aebfbcb2a032f470f7249676697a6dc Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 19 Jun 2021 15:15:32 +0100 Subject: [PATCH] 1.30.3.0: update History and minor change to Help doc --- bin/History.txt | 7 +++++++ help/uthernet.html | 3 --- resource/version.h | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index 941ce941..0d19e274 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,13 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.30.3.0 - 19 Jun 2021 +---------------------- +. [Change #962] Remove the HookFilter.dll, and statically link instead. + - this removes the runtime dependency on VCRUNTIME140.dll (ie. vc_redist.x86.exe). +. [Bug #965] Fix display flicker on exit. + + 1.30.2.0 - 31 May 2021 ---------------------- . [Change #947] Uthernet: fix so that a h/w change doesn't require the app to be close & reopened. [audetto] diff --git a/help/uthernet.html b/help/uthernet.html index c18c22b9..ad8ece60 100644 --- a/help/uthernet.html +++ b/help/uthernet.html @@ -48,9 +48,6 @@

Note: Wireless does not work with WinPcap (but see WiFi Workaround).

-

Note: Due to a current limitation you must exit AppleWin and - re-run AppleWin for an ethernet interface change to take effect. -

In order to test the ethernet emulation out you should grab a copy of Contiki for the Apple II here - http://www.a2retrosystems.com/downloads.htm

diff --git a/resource/version.h b/resource/version.h index 918a0e71..2ab77c95 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,30,2,0 +#define APPLEWIN_VERSION 1,30,3,0 #define xstr(a) str(a) #define str(a) #a