A few housekeeping updates for the next point release.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1702 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-04-12 18:04:36 +00:00
parent 4bc8bd9d4a
commit cd4eb84425
8 changed files with 35 additions and 25 deletions

View File

@ -9,7 +9,7 @@
SSSS ttt eeeee llll llll aaaaa
===============================================================================
Release 2.7.5 for Linux, Mac OSX and Windows
Release 2.7.6 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.5 release of Stella for Linux, Mac OSX and Windows.
This is the 2.7.6 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.5-1.i586.rpm)
* Binary distribution in 32-bit RPM format for Linux (stella-2.7.6-1.i586.rpm)
* Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.5-1_i386.deb)
* Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.6-1_i386.deb)
* Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.5-1_amd64.deb)
* Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.6-1_amd64.deb)
* Binary distribution for Mac OSX (StellaOSX2.7.5.dmg.gz)
* Binary distribution for Mac OSX (StellaOSX2.7.6.dmg.gz)
* Binary installer (exe) for Windows (stella-2.7.5-win32.exe)
* Binary installer (exe) for Windows (stella-2.7.6-win32.exe)
* Binary zip for Windows (stella-2.7.5-win32.zip)
* Binary zip for Windows (stella-2.7.6-win32.zip)
* Binary zip for 64-bit Windows (stella-2.7.5-win64.zip)
* Binary zip for 64-bit Windows (stella-2.7.6-win64.zip)
* Source code distribution for all platforms (stella-2.7.5-src.tar.gz)
* Source code distribution for all platforms (stella-2.7.6-src.tar.gz)
PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH
REQUESTS WILL BE IGNORED!

View File

@ -12,7 +12,7 @@
Release History
===============================================================================
2.7.5 to XXXXX: (2009)
2.7.5 to 2.7.6: (April 14, 2009)
* Added support for 'EF' bankswitching (Paul Slocum Homestar Runner),
as well as auto-detection of this format.

View File

@ -1,4 +1,4 @@
This is release 2.7.5 of Stella. Stella is a multi-platform Atari 2600 VCS
This is release 2.7.6 of Stella. Stella is a multi-platform Atari 2600 VCS
emulator which allows you to play all of your favorite Atari 2600 games
on your PC. You'll find the Stella Users Manual in the docs subdirectory.
If you'd like to verify that you have the latest release of Stella visit
@ -9,4 +9,4 @@ the Stella Website at:
Enjoy,
The Stella Team
March 27, 2009
April 14, 2009

View File

@ -1,3 +1,10 @@
stella (2.7.6-1) stable; urgency=low
* Version 2.7.6 release
-- Stephen Anthony <stephena@users.sf.net> Tue, 14 Apr 2009 18:38:25 +0200
stella (2.7.5-1) stable; urgency=low
* Version 2.7.5 release

View File

@ -10,7 +10,7 @@
<br><br>
<center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center>
<center><h4><b>Release 2.7.5</b></h4></center>
<center><h4><b>Release 2.7.6</b></h4></center>
<br><br>
<center><h2><b>User's Guide</b></h2></center>
@ -246,7 +246,7 @@
<a href="http://www.richard.hutchinson.dsl.pipex.com/new_page_5.htm">
AtariVox</a> device connected to your PC using a USB adaptor</li>
<li>Supports EEPROM emulation for AtariVox and SaveKey controllers</li>
<li>Supports almost all known bankswitching schemes (let us know if there's one we missed)</li>
<li>Supports all known bankswitching schemes (let us know if there's one we missed)</li>
<li>Supports cartridge autodetection for almost all bankswitching schemes</li>
<li>Supports Supercharger single-load and multi-load games</li>
<li>Supports property file for setting the properties associated with games</li>

View File

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

View File

@ -1,5 +1,5 @@
%define name stella
%define version 2.7.5
%define version 2.7.6
%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 Apr 14 2009 Stephen Anthony <stephena@users.sf.net> 2.7.6-1
- Version 2.7.6 release
* Fri Mar 27 2009 Stephen Anthony <stephena@users.sf.net> 2.7.5-1
- Version 2.7.5 release

View File

@ -3,14 +3,14 @@
[Setup]
AppName=Stella
AppVerName=Stella 2.7.5
AppVerName=Stella 2.7.6
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.5-win32
OutputBaseFilename=stella-2.7.6-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.5\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
;Source: "..\..\stella-2.7.5\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\stella-2.7.5\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\stella-2.7.5\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\..\stella-2.7.6\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
;Source: "..\..\stella-2.7.6\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\stella-2.7.6\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\..\stella-2.7.6\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]