mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-04 02:30:53 +00:00
1.26.2.2: Experimental - Bump version & update History.txt
This commit is contained in:
parent
a5cffc7441
commit
5834e5211e
@ -9,12 +9,16 @@ https://github.com/AppleWin/AppleWin/issues/new
|
|||||||
Tom Charlesworth
|
Tom Charlesworth
|
||||||
|
|
||||||
|
|
||||||
1.26.2.1 (Experimental) - 19 Mar 2017
|
1.26.2.2 (Experimental) - 15 Apr 2017
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
. [Bug #392] Fixes for a2audit.dsk
|
. [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 #389] Disk's write-protect detection mis-reporting when motor off
|
||||||
. [Bug #386] SSC: Experimental support for 6551's control bit: DTR via -dtr or -dtr-invert args
|
. [Bug #387] Support for 40-track .nib files
|
||||||
Experimental support for 6551's status bits: DCD and DSR via -dcd[-invert] and -dsr[-invert] args
|
. [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
|
||||||
. [Bug #383] "Enhanced disk speed" is very slow when debugger is active
|
. [Bug #383] "Enhanced disk speed" is very slow when debugger is active
|
||||||
. [Bug #217] Debugger G(o) command should use normal speed
|
. [Bug #217] Debugger G(o) command should use normal speed
|
||||||
. Debugger: Added new gg command:
|
. Debugger: Added new gg command:
|
||||||
|
@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,26,2,1
|
FILEVERSION 1,26,2,2
|
||||||
PRODUCTVERSION 1,26,2,1
|
PRODUCTVERSION 1,26,2,2
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -270,12 +270,12 @@ BEGIN
|
|||||||
VALUE "Comments", "https://github.com/AppleWin"
|
VALUE "Comments", "https://github.com/AppleWin"
|
||||||
VALUE "CompanyName", "AppleWin"
|
VALUE "CompanyName", "AppleWin"
|
||||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||||
VALUE "FileVersion", "1, 26, 2, 1"
|
VALUE "FileVersion", "1, 26, 2, 2"
|
||||||
VALUE "InternalName", "APPLEWIN"
|
VALUE "InternalName", "APPLEWIN"
|
||||||
VALUE "LegalCopyright", " 1994-2017 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
VALUE "LegalCopyright", " 1994-2017 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
||||||
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
||||||
VALUE "ProductName", "Apple //e Emulator"
|
VALUE "ProductName", "Apple //e Emulator"
|
||||||
VALUE "ProductVersion", "1, 26, 2, 1"
|
VALUE "ProductVersion", "1, 26, 2, 2"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
Reference in New Issue
Block a user