From b44d939fe245a89dba1924491f5035b8219e8bc9 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 18 Mar 2017 15:32:45 +0000 Subject: [PATCH] 1.26.2.0: Experimental - Bump version & update History.txt --- bin/History.txt | 15 +++++++++++++++ resource/Applewin.rc | 8 ++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index 38126309..17693dfa 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,6 +9,21 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.26.2.0 (Experimental) - 18 Mar 2017 +------------------------------------- +. [Bug #392] Fixes for a2audit.dsk +. [Bug #389] write-protect detection misreporting +. [Bug #386] SSC: Experimental support for 6551's DTR via -dtr or -dtr-invert args +. [Bug #383] "Enhanced disk speed" is very slow when debugger is active +. [Bug #217] Debugger G(o) command should use normal speed +. Debugger: Added new gg command: + + command | run at normal speed? | run at full speed? | video quality | sound quality + ------------------------------------------------------------------------------------------- + g | yes | only if disk active, etc | precise | precise + gg | no | always | periodic | muted + + 1.26.1.1 - 17 Feb 2017 ---------------------- Fixes: diff --git a/resource/Applewin.rc b/resource/Applewin.rc index 272c2072..ccf9e728 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,26,1,1 - PRODUCTVERSION 1,26,1,1 + FILEVERSION 1,26,2,0 + PRODUCTVERSION 1,26,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -270,12 +270,12 @@ BEGIN VALUE "Comments", "https://github.com/AppleWin" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 26, 1, 1" + VALUE "FileVersion", "1, 26, 2, 0" 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, 1, 1" + VALUE "ProductVersion", "1, 26, 2, 0" END END BLOCK "VarFileInfo"