1.30.3.0: update History and minor change to Help doc
This commit is contained in:
parent
7086ea5208
commit
1fe557855a
3 changed files with 8 additions and 4 deletions
|
@ -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]
|
||||
|
|
|
@ -48,9 +48,6 @@
|
|||
<P><span style="font-weight: bold;">Note:</span> Wireless does not work
|
||||
with WinPcap (but see <A href="uthernet-wifi-workaround.html">WiFi Workaround</A>).
|
||||
</P>
|
||||
<P><span style="font-weight: bold;">Note:</span> Due to a current limitation you must exit AppleWin and
|
||||
re-run AppleWin for an ethernet interface change to take effect.
|
||||
</P>
|
||||
<P>In order to test the ethernet emulation out you should grab a copy of Contiki
|
||||
for the Apple II here - <A href="http://www.a2retrosystems.com/downloads.htm">http://www.a2retrosystems.com/downloads.htm</A>
|
||||
</P>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue