From ab75725d5b4fa663bc21d5cb391f9139798e1b83 Mon Sep 17 00:00:00 2001 From: tomcw Date: Tue, 2 Oct 2018 22:21:11 +0100 Subject: [PATCH] 1.27.9: Bump version & update History.txt --- bin/History.txt | 6 ++++++ resource/Applewin.rc | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index 7eaeeef0..152f821a 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,12 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.27.9.0 - 2 Oct 2018 +--------------------- +. [Bug #582] Support for partial disk II latch reads when accesses are very close. + - Fixes Curse of the Azure Bonds & Pool of Radiance (saving characters and creating disks). + + 1.27.8.0 - 9 Sep 2018 --------------------- . [Bug #555] Fix for showing 559th DHGR/DGR/TEXT80 vertical column (retaining 560-pixel display width). diff --git a/resource/Applewin.rc b/resource/Applewin.rc index 88b11363..8d985736 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,8,0 - PRODUCTVERSION 1,27,8,0 + FILEVERSION 1,27,9,0 + PRODUCTVERSION 1,27,9,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, 8, 0" + VALUE "FileVersion", "1, 27, 9, 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, 8, 0" + VALUE "ProductVersion", "1, 27, 9, 0" END END BLOCK "VarFileInfo"