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
This commit is contained in:
stephena 2009-06-08 12:52:16 +00:00
parent eed5450a20
commit 78a8112287
7 changed files with 36 additions and 27 deletions

View File

@ -9,7 +9,7 @@
SSSS ttt eeeee llll llll aaaaa 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 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 Linux by Bradford W. Mott, however, it has been ported to a number of other
platforms. 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. Distributions for other operating systems will appear as they become available.
The distributions currently available are: 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 PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH
REQUESTS WILL BE IGNORED! REQUESTS WILL BE IGNORED!

View File

@ -12,7 +12,7 @@
Release History 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 * Added CRT simulation effects as described in the AtariAge posting
'CRT emulation for Stella'. For now, this requires OpenGL 2.0 or '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 with the others following in consecutive order. The UI takes care
of read vs. write port differences, so you don't have to worry of read vs. write port differences, so you don't have to worry
about the offsets. For now, all SuperChip based ROMs (EFSC, F4SC, 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 * All ROMs which include SC extended RAM will now have memory erased if
you attempt to read from the write port. Related to this, 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 * Updated internal ROM properties database to ROM-Hunter version 5
(thanks go to RomHunter for his tireless research in this area). (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! -Have fun!

View File

@ -33,7 +33,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>StellaOSX</string> <string>StellaOSX</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>StellaOSX 2.7.7</string> <string>StellaOSX 2.8</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<string>docs</string> <string>docs</string>
<key>CFBundleHelpBookName</key> <key>CFBundleHelpBookName</key>
@ -45,13 +45,13 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>StellaOSX 2.7.7</string> <string>StellaOSX 2.8</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>StLa</string> <string>StLa</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>StellaOSX 2.7.7</string> <string>StellaOSX 2.8</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>SDLMain.nib</string> <string>SDLMain.nib</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>

View File

@ -13,7 +13,7 @@ die() {
exit 1 exit 1
} }
VERSION=2.7.7 VERSION=2.8
ARCH=${ARCH-i486} ARCH=${ARCH-i486}
BUILD=1 BUILD=1

View File

@ -1,5 +1,5 @@
%define name stella %define name stella
%define version 2.7.7 %define version 2.8
%define rel 1 %define rel 1
%define enable_gl 1 %define enable_gl 1
@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%_datadir/icons/large/%{name}.png %_datadir/icons/large/%{name}.png
%changelog %changelog
* Tue Jun 9 2009 Stephen Anthony <stephena@users.sf.net> 2.8-1
- Version 2.8 release
* Tue May 1 2009 Stephen Anthony <stephena@users.sf.net> 2.7.7-1 * Tue May 1 2009 Stephen Anthony <stephena@users.sf.net> 2.7.7-1
- Version 2.7.7 release - Version 2.7.7 release

View File

@ -3,14 +3,14 @@
[Setup] [Setup]
AppName=Stella AppName=Stella
AppVerName=Stella 2.7.7 AppVerName=Stella 2.8
AppPublisher=Bradford W. Mott and the Stella team AppPublisher=Bradford W. Mott and the Stella team
AppPublisherURL=http://stella.sourceforge.net AppPublisherURL=http://stella.sourceforge.net
AppSupportURL=http://stella.sourceforge.net AppSupportURL=http://stella.sourceforge.net
AppUpdatesURL=http://stella.sourceforge.net AppUpdatesURL=http://stella.sourceforge.net
DefaultDirName={pf}\Stella DefaultDirName={pf}\Stella
DefaultGroupName=Stella DefaultGroupName=Stella
OutputBaseFilename=stella-2.7.7-win32 OutputBaseFilename=stella-2.8-win32
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes
@ -21,10 +21,10 @@ Name: "eng"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files] [Files]
Source: "..\..\stella-2.7.7\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "..\..\stella-2.8\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
;Source: "..\..\stella-2.7.7\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion ;Source: "..\..\stella-2.8\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\stella-2.7.7\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\..\stella-2.8\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\stella-2.7.7\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "..\..\stella-2.8\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons] [Icons]

View File

@ -28,8 +28,8 @@ IDI_ICON ICON "stella.ico"
// Version // Version
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,7,7,0 FILEVERSION 2,8,0,0
PRODUCTVERSION 2,7,7,0 PRODUCTVERSION 2,8,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -47,12 +47,12 @@ BEGIN
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL." 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 "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)"
VALUE "FileDescription", "Stella" VALUE "FileDescription", "Stella"
VALUE "FileVersion", "2.7.7" VALUE "FileVersion", "2.8"
VALUE "InternalName", "Stella" VALUE "InternalName", "Stella"
VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team" VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team"
VALUE "OriginalFilename", "Stella.exe" VALUE "OriginalFilename", "Stella.exe"
VALUE "ProductName", "Stella" VALUE "ProductName", "Stella"
VALUE "ProductVersion", "2.7.7" VALUE "ProductVersion", "2.8"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"