From 9fff2070c4de54f8d46523448534dde6e26bc122 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 26 May 2018 16:45:25 +0100 Subject: [PATCH] 1.27.4: Bump version & update History.txt --- bin/History.txt | 12 ++++++++++-- resource/Applewin.rc | 8 ++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index b2ba1d1d..f121102d 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,11 +9,19 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.27.3.0 - 14 Apr 2018 +1.27.4.0 - 26 May 2018 ---------------------- +. [Bug #555] Fix for showing 559th DHGR vertical column. + - But now an HGR HCOLOR=2 vertical line at column 0 is only 1 DHGR pixel wide. + - Fix TEXT80 to be aligned with DHGR. + - Fix FLASH in TEXT80 (the inverse aux-memory char would overwrite the main-memory char). +. [Change #554] Help: Added a new help page about AppleWin's SSC emulation. +. [Change #522] SSC: ZLINK not starting unless DCD is set. + - DCD state is now a mirror of DSR unless -dcd switch is used. + - Removed -dsr,-dtr switches, so -modem is now an alias for -dcd. . [Bug #308] SSC: For TCP mode, support DSR, DCD & CTS status bits. . SSC: Now DTR must also be set to enable interrupts (in addition to the respective Tx/Rx interrupt bit). -. SSC: When reading the Status register, throttle calls to GetCommModemStatus() to a maximum of once every 8ms. +. SSC: Change DIPSW1's baud rate to 9600 (was 19200). 1.27.2.0 - 12 Apr 2018 diff --git a/resource/Applewin.rc b/resource/Applewin.rc index a2058600..cdd1c6b2 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,27,3,0 - PRODUCTVERSION 1,27,3,0 + FILEVERSION 1,27,4,0 + PRODUCTVERSION 1,27,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -271,12 +271,12 @@ BEGIN VALUE "Comments", "https://github.com/AppleWin" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 27, 3, 0" + VALUE "FileVersion", "1, 27, 4, 0" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", " 1994-2018 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" VALUE "OriginalFilename", "APPLEWIN.EXE" VALUE "ProductName", "Apple //e Emulator" - VALUE "ProductVersion", "1, 27, 3, 0" + VALUE "ProductVersion", "1, 27, 4, 0" END END BLOCK "VarFileInfo"