1.26.2.3: Experimental - Bump version & update History.txt

This commit is contained in:
tomcw 2017-04-24 22:28:44 +01:00
parent d11f0a222d
commit 684a659383
3 changed files with 13 additions and 9 deletions

View File

@ -17,7 +17,7 @@ To compile from source see:
Next Version
============
Experimental build [1.26.2.2](https://github.com/AppleWin/AppleWin/releases/tag/v1.26.2.2)
Experimental build [1.26.2.3](https://github.com/AppleWin/AppleWin/releases/tag/v1.26.2.3)
Please report [new issues](https://github.com/AppleWin/AppleWin/issues/new)

View File

@ -9,18 +9,22 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.26.2.2 (Experimental) - 15 Apr 2017
1.26.2.3 (Experimental) - 24 Apr 2017
-------------------------------------
. [Bug #405] Screen flicker in full-speed mode
. [Bug #403] PrintScreen from Color TV or B&W TV video modes is missing top line
. [Bug #392] Fixes for a2audit.dsk
- Resulting in regressions in LC support for Gemstone Warriors (#395), Quark Catalyst V3 and BeagleWrite (#400).
. [Bug #389] Disk's write-protect detection mis-reporting when motor off
. [Bug #387] Support for 40-track .nib files
. [Bug #386] SSC: Experimental support for 6551's DTR, DCD and DSR bits via -modem switch
. ie. -modem is shorthand for passing -dtr -dcd -dsr
Experimental support for 6551's control bit: DTR via -dtr switch
Experimental support for 6551's status bits: DCD and DSR via -dcd and -dsr switches
- ie. -modem is shorthand for passing -dtr -dcd -dsr
- Experimental support for 6551's control bit: DTR via -dtr switch
- Experimental support for 6551's status bits: DCD and DSR via -dcd and -dsr switches
. [Bug #383] "Enhanced disk speed" is very slow when debugger is active
. [Bug #217] Debugger G(o) command should use normal speed
- When stepping, ESC no longer exits back to debugger (use F7, Pause keys or Debugger button instead).
- Persist F2 (reset machine state) across debug & stepping states
. Debugger: Added new gg command:
command | run at normal speed? | run at full speed? | video quality | sound quality

View File

@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,26,2,2
PRODUCTVERSION 1,26,2,2
FILEVERSION 1,26,2,3
PRODUCTVERSION 1,26,2,3
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, 2, 2"
VALUE "FileVersion", "1, 26, 2, 3"
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, 2, 2"
VALUE "ProductVersion", "1, 26, 2, 3"
END
END
BLOCK "VarFileInfo"