Bump to 1.26.3.5

This commit is contained in:
tomcw 2017-12-04 21:06:15 +00:00
parent d46491c5d0
commit 3553bc1dbf
2 changed files with 8 additions and 6 deletions

View File

@ -9,8 +9,8 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.26.3.4 (Experimental) - 12 Nov 2017
-------------------------------------
1.26.3.5 (Experimental) - 4 Dec 2017
------------------------------------
Changes:
. [Bug #504] Full-screen: hide mouse pointer after 2 seconds of inactivity (and show again if mouse is moved)
. [Bug #469] New -no-printscreen-key switch to prevent the PrintScreen key from being registered.
@ -26,6 +26,8 @@ Changes:
. [PR #441] Update zlib to latest version 1.2.11
Fixes:
. [Bug #516] Internal video-mode was having PAGE2 permanently cleared (instead of just masked) when 80STORE was set.
. [Bug #514] Emulator restart (or reset) wasn't clearing any pending Mousecard interrupt
. [Bug #499] Flush current track (if dirty) before 'Send to CiderPress'
. [Bug #496] Support polling of Mockingboard's & Phasor's 6522 IFR.Timer1
. [Bug #492] UI fixes for full-screen & 2x windowed-mode

View File

@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,26,3,4
PRODUCTVERSION 1,26,3,4
FILEVERSION 1,26,3,5
PRODUCTVERSION 1,26,3,5
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, 26, 3, 4"
VALUE "FileVersion", "1, 26, 3, 5"
VALUE "InternalName", "APPLEWIN"
VALUE "LegalCopyright", " 1994-2017 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, 26, 3, 4"
VALUE "ProductVersion", "1, 26, 3, 5"
END
END
BLOCK "VarFileInfo"