From 7f94f565575d0e5739148ea2199d4c20e9817f59 Mon Sep 17 00:00:00 2001 From: tomch Date: Sun, 17 Jan 2010 20:04:51 +0000 Subject: [PATCH] Bump version to 1.18.0.0 Updated History.txt --- AppleWin/ApplewinExpress9.00.vcproj | 5 +++-- AppleWin/docs/History.txt | 18 ++++++++++++++++++ AppleWin/resource/Applewin.rc | 10 +++++----- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/AppleWin/ApplewinExpress9.00.vcproj b/AppleWin/ApplewinExpress9.00.vcproj index 73afe11f..768cb4be 100644 --- a/AppleWin/ApplewinExpress9.00.vcproj +++ b/AppleWin/ApplewinExpress9.00.vcproj @@ -88,7 +88,8 @@ LinkIncremental="1" SuppressStartupBanner="true" 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" LinkTimeCodeGeneration="1" RandomizedBaseAddress="1" @@ -185,7 +186,7 @@ SuppressStartupBanner="true" AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"" GenerateDebugInformation="true" - ProgramDatabaseFile=".\Debug/Applewin.pdb" + ProgramDatabaseFile=".\Debug\Applewin.pdb" SubSystem="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" diff --git a/AppleWin/docs/History.txt b/AppleWin/docs/History.txt index 99a100d0..9ac46263 100644 --- a/AppleWin/docs/History.txt +++ b/AppleWin/docs/History.txt @@ -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. +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 +. [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 -------------------- Changes: diff --git a/AppleWin/resource/Applewin.rc b/AppleWin/resource/Applewin.rc index d6fd17de..0ea045e6 100644 --- a/AppleWin/resource/Applewin.rc +++ b/AppleWin/resource/Applewin.rc @@ -246,8 +246,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,17,2,0 - PRODUCTVERSION 1,17,2,0 + FILEVERSION 1,18,0,0 + PRODUCTVERSION 1,18,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -265,12 +265,12 @@ BEGIN VALUE "Comments", "http://applewin.berlios.de" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 17, 2, 0" + VALUE "FileVersion", "1, 18, 0, 0" 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 "ProductName", "Apple //e Emulator" - VALUE "ProductVersion", "1, 17, 2, 0" + VALUE "ProductVersion", "1, 18, 0, 0" END END BLOCK "VarFileInfo"