mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
Bump version to 1.18.0.0
Updated History.txt
This commit is contained in:
parent
8955b88865
commit
7f94f56557
@ -88,7 +88,8 @@
|
|||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
|
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
|
||||||
ProgramDatabaseFile=".\Release/Applewin.pdb"
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile=".\Release\Applewin.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
LinkTimeCodeGeneration="1"
|
LinkTimeCodeGeneration="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
@ -185,7 +186,7 @@
|
|||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
|
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Debug/Applewin.pdb"
|
ProgramDatabaseFile=".\Debug\Applewin.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="0"
|
DataExecutionPrevention="0"
|
||||||
|
@ -19,6 +19,24 @@ Restrictions/bugs:
|
|||||||
- For an original Apple //e, 80-column (PR#3) and INVERSE, it still appears to be mousetext character, but it should be inverted upper-case from $40 to $5F.
|
- For an original Apple //e, 80-column (PR#3) and INVERSE, it still appears to be mousetext character, but it should be inverted upper-case from $40 to $5F.
|
||||||
|
|
||||||
|
|
||||||
|
1.18.0 - 17 Jan 2010 (beta)
|
||||||
|
---------------------------
|
||||||
|
Changes:
|
||||||
|
. Added disk/harddisk image r/w support for .gz/.zip (and .2mg) files.
|
||||||
|
- Multi-zip archives are read-only.
|
||||||
|
. Added disk/harddisk eject sub-menu to Disk Config tab.
|
||||||
|
. Removed .bin registration.
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
. [Bug #16632] Fix cmd-line -d1/d2 switches with relative path
|
||||||
|
. Fix speaker volume when booting with -d1 switch
|
||||||
|
. Fix debugger bugs:
|
||||||
|
- Crash when doing: help *
|
||||||
|
- [Bug #16651] Crash when doing: run <script-file>
|
||||||
|
. [Bug #16652] Fix "Harddisk images aren't persisted when in different folders"
|
||||||
|
. [Bug #12724,14747] Fix "Registry pesisted Window x,y position sometimes off screen"
|
||||||
|
|
||||||
|
|
||||||
1.17.2 - 13 Dec 2009
|
1.17.2 - 13 Dec 2009
|
||||||
--------------------
|
--------------------
|
||||||
Changes:
|
Changes:
|
||||||
|
@ -246,8 +246,8 @@ DISK_ICON ICON "DISK.ICO"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,17,2,0
|
FILEVERSION 1,18,0,0
|
||||||
PRODUCTVERSION 1,17,2,0
|
PRODUCTVERSION 1,18,0,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -265,12 +265,12 @@ BEGIN
|
|||||||
VALUE "Comments", "http://applewin.berlios.de"
|
VALUE "Comments", "http://applewin.berlios.de"
|
||||||
VALUE "CompanyName", "AppleWin"
|
VALUE "CompanyName", "AppleWin"
|
||||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||||
VALUE "FileVersion", "1, 17, 2, 0"
|
VALUE "FileVersion", "1, 18, 0, 0"
|
||||||
VALUE "InternalName", "APPLEWIN"
|
VALUE "InternalName", "APPLEWIN"
|
||||||
VALUE "LegalCopyright", " 1994-2009 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
VALUE "LegalCopyright", " 1994-2010 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, 17, 2, 0"
|
VALUE "ProductVersion", "1, 18, 0, 0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
Reference in New Issue
Block a user