1.27.2: Bump version & update History.txt

This commit is contained in:
tomcw 2018-04-12 21:59:51 +01:00
parent 2900816167
commit 1ed484eb01
3 changed files with 16 additions and 5 deletions

View File

@ -9,6 +9,16 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.27.2.0 - 12 Apr 2018
----------------------
. [Change #522] SSC: Support ACIA's TX Empty interrupt for both COM and TCP modes.
. [Change #311] SSC: Support ACIA's CTS/RTS.
. [Bug #308] Fixed TCP mode which was only generating an IRQ for first byte received.
. SSC: Fixed reading DIPSW registers.
. SSC: Support ACIA's Program Reset (write to register 9).
. SSC: Improved logging for unsupported modes (Echo, Tx break signal).
1.27.1.0 - 5 Apr 2018
---------------------
. [Change #547] Improve UI and logging when PrintScreen key fails to register.

View File

@ -84,7 +84,8 @@
prompted before you continue this action. The results given are:<br>
<ul>
<li> Pure Video FPS
<li> Pure CPU MHz
<li> Pure CPU MHz (video update)
<li> Pure CPU MHz (full-speed)
<li> Expected average video game performance (in FPS)
</ul>
</li>

View File

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