From 78a8112287b470faab317ffe26a72d9ac4f2f3fc Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 8 Jun 2009 12:52:16 +0000 Subject: [PATCH] Updates for the upcoming 2.8 release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1754 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Announce.txt | 20 ++++++++++---------- Changes.txt | 10 ++++++++-- src/macosx/Info-StellaOSX__Upgraded_.plist | 6 +++--- src/unix/stella.SlackBuild | 2 +- src/unix/stella.spec | 5 ++++- src/win32/stella.iss | 12 ++++++------ src/win32/stella.rc | 8 ++++---- 7 files changed, 36 insertions(+), 27 deletions(-) diff --git a/Announce.txt b/Announce.txt index 3111847b7..cfc0d6da7 100644 --- a/Announce.txt +++ b/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 2.7.7 for Linux, Mac OSX and Windows + Release 2.8 for Linux, Mac OSX and Windows =============================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most @@ -21,25 +21,25 @@ of your favorite Atari 2600 games again! Stella was originally developed for Linux by Bradford W. Mott, however, it has been ported to a number of other platforms. -This is the 2.7.7 release of Stella for Linux, Mac OSX and Windows. +This is the 2.8 release of Stella for Linux, Mac OSX and Windows. Distributions for other operating systems will appear as they become available. The distributions currently available are: - * Binary distribution in 32-bit RPM format for Linux (stella-2.7.7-1.i586.rpm) + * Binary distribution in 32-bit RPM format for Linux (stella-2.8-1.i586.rpm) - * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.7-1_i386.deb) + * Binary distribution in 32-bit Ubuntu DEB format (stella_2.8-1_i386.deb) - * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.7-1_amd64.deb) + * Binary distribution in 64-bit Ubuntu DEB format (stella_2.8-1_amd64.deb) - * Binary distribution for Mac OSX (StellaOSX2.7.7.dmg.gz) + * Binary distribution for Mac OSX (StellaOSX2.8.dmg.gz) - * Binary installer (exe) for Windows (stella-2.7.7-win32.exe) + * Binary installer (exe) for Windows (stella-2.8-win32.exe) - * Binary zip for Windows (stella-2.7.7-win32.zip) + * Binary zip for Windows (stella-2.8-win32.zip) - * Binary zip for 64-bit Windows (stella-2.7.7-win64.zip) + * Binary zip for 64-bit Windows (stella-2.8-win64.zip) - * Source code distribution for all platforms (stella-2.7.7-src.tar.gz) + * Source code distribution for all platforms (stella-2.8-src.tar.gz) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/Changes.txt b/Changes.txt index 04a461c96..b1030ab17 100644 --- a/Changes.txt +++ b/Changes.txt @@ -12,7 +12,7 @@ Release History =============================================================================== -2.7.7 to 2.8: (June xx, 2009) +2.7.7 to 2.8: (June 9, 2009) * Added CRT simulation effects as described in the AtariAge posting 'CRT emulation for Stella'. For now, this requires OpenGL 2.0 or @@ -25,7 +25,7 @@ with the others following in consecutive order. The UI takes care of read vs. write port differences, so you don't have to worry about the offsets. For now, all SuperChip based ROMs (EFSC, F4SC, - F6SC, F8SC, FASC) as well as 3E, CV and E7 are supported. + F6SC, F8SC) as well as 3E, CV, E7 and FASC are supported. * All ROMs which include SC extended RAM will now have memory erased if you attempt to read from the write port. Related to this, @@ -46,6 +46,12 @@ * Updated internal ROM properties database to ROM-Hunter version 5 (thanks go to RomHunter for his tireless research in this area). + * Added '-exitlauncher' commandline argument and associated UI item, + to specify what happens when you exit a ROM. Normally, exiting a + ROM brings up the ROM launcher, but this can be disabled for those + using an external frontend (in which case exiting a ROM also exits + from Stella). + -Have fun! diff --git a/src/macosx/Info-StellaOSX__Upgraded_.plist b/src/macosx/Info-StellaOSX__Upgraded_.plist index 22591af7d..7238ac142 100644 --- a/src/macosx/Info-StellaOSX__Upgraded_.plist +++ b/src/macosx/Info-StellaOSX__Upgraded_.plist @@ -33,7 +33,7 @@ CFBundleExecutable StellaOSX CFBundleGetInfoString - StellaOSX 2.7.7 + StellaOSX 2.8 CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -45,13 +45,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.7.7 + StellaOSX 2.8 CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - StellaOSX 2.7.7 + StellaOSX 2.8 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/src/unix/stella.SlackBuild b/src/unix/stella.SlackBuild index 84a4350b3..d6f1dad65 100644 --- a/src/unix/stella.SlackBuild +++ b/src/unix/stella.SlackBuild @@ -13,7 +13,7 @@ die() { exit 1 } -VERSION=2.7.7 +VERSION=2.8 ARCH=${ARCH-i486} BUILD=1 diff --git a/src/unix/stella.spec b/src/unix/stella.spec index 453121d41..5eb69d4c4 100644 --- a/src/unix/stella.spec +++ b/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 2.7.7 +%define version 2.8 %define rel 1 %define enable_gl 1 @@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* Tue Jun 9 2009 Stephen Anthony 2.8-1 +- Version 2.8 release + * Tue May 1 2009 Stephen Anthony 2.7.7-1 - Version 2.7.7 release diff --git a/src/win32/stella.iss b/src/win32/stella.iss index 3f13ee24c..3e6c80186 100755 --- a/src/win32/stella.iss +++ b/src/win32/stella.iss @@ -3,14 +3,14 @@ [Setup] AppName=Stella -AppVerName=Stella 2.7.7 +AppVerName=Stella 2.8 AppPublisher=Bradford W. Mott and the Stella team AppPublisherURL=http://stella.sourceforge.net AppSupportURL=http://stella.sourceforge.net AppUpdatesURL=http://stella.sourceforge.net DefaultDirName={pf}\Stella DefaultGroupName=Stella -OutputBaseFilename=stella-2.7.7-win32 +OutputBaseFilename=stella-2.8-win32 Compression=lzma SolidCompression=yes @@ -21,10 +21,10 @@ Name: "eng"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "..\..\stella-2.7.7\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion -;Source: "..\..\stella-2.7.7\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.7.7\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.7.7\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "..\..\stella-2.8\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion +;Source: "..\..\stella-2.8\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\..\stella-2.8\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\..\stella-2.8\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] diff --git a/src/win32/stella.rc b/src/win32/stella.rc index 09bb984c6..1d39e4835 100755 --- a/src/win32/stella.rc +++ b/src/win32/stella.rc @@ -28,8 +28,8 @@ IDI_ICON ICON "stella.ico" // Version // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,7,7,0 - PRODUCTVERSION 2,7,7,0 + FILEVERSION 2,8,0,0 + PRODUCTVERSION 2,8,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -47,12 +47,12 @@ BEGIN VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL." VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "2.7.7" + VALUE "FileVersion", "2.8" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "2.7.7" + VALUE "ProductVersion", "2.8" END END BLOCK "VarFileInfo"