Final updates for the 3.5.5 release.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2384 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2012-02-04 20:07:13 +00:00
parent 3f7c2f521d
commit 8fffaa6d95
10 changed files with 35 additions and 25 deletions

View File

@ -9,7 +9,7 @@
SSSS ttt eeeee llll llll aaaaa
===========================================================================
Release 3.5 for Linux, MacOSX and Windows
Release 3.5.5 for Linux, MacOSX and Windows
===========================================================================
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the
@ -21,31 +21,31 @@ all of your favourite 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 and is currently maintained by Stephen Anthony.
This is the 3.5 release of Stella for Linux, Mac OSX and Windows. The
This is the 3.5.5 release of Stella for Linux, Mac OSX and Windows. The
distributions currently available are:
* Binaries for Windows XP/Vista/7 :
Stella-3.5-win32.exe (32-bit EXE installer)
Stella-3.5-x64.exe (64-bit EXE installer)
Stella-3.5-windows.zip (32/64 bit versions)
Stella-3.5.5-win32.exe (32-bit EXE installer)
Stella-3.5.5-x64.exe (64-bit EXE installer)
Stella-3.5.5-windows.zip (32/64 bit versions)
* Binaries for Windows 98/2000 :
Stella-3.5_98_2k-windows.zip (32-bit for Windows 98/2000)
Stella-3.5.5_98_2k-windows.zip (32-bit for Windows 98/2000)
* Binary distribution for MacOSX 32-bit & 64-bit :
Stella-3.5-macosx.dmg (32-bit Universal Binary)
Stella-3.5_intel_10.6-macosx.dmg (32/64-bit Intel/Snow-Leopard only)
Stella-3.5.5-macosx.dmg (32-bit Universal Binary)
Stella-3.5.5_intel_10.6-macosx.dmg (32/64-bit Intel/Snow-Leopard only)
* Binary distribution in 32-bit & 64-bit Ubuntu DEB format :
stella_3.5-1_i386.deb
stella_3.5-1_amd64.deb
stella_3.5.5-1_i386.deb
stella_3.5.5-1_amd64.deb
* Binary distribution in 32-bit & 64-bit RPM format :
stella-3.5-2.i386.rpm
stella-3.5-2.x86_64.rpm
stella-3.5.5-2.i386.rpm
stella-3.5.5-2.x86_64.rpm
* Source code distribution for all platforms :
stella-3.5-src.tar.gz
stella-3.5.5-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
===========================================================================
3.5 to 3.5.5: (February xx, 2012)
3.5 to 3.5.5: (February 4, 2012)
* Due to changes in the debugger, old state files will not work with
this release.

View File

@ -1,4 +1,4 @@
This is release 3.5 of Stella. Stella is a multi-platform Atari 2600 VCS
This is release 3.5.5 of Stella. Stella is a multi-platform Atari 2600 VCS
emulator which allows you to play all of your favourite 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
December 29, 2011
February 4, 2012

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
stella (3.5.5-1) stable; urgency=high
* Version 3.5.5 release
-- Stephen Anthony <stephena@users.sf.net> Sat, 4 Feb 2012 18:38:25 +0200
stella (3.5-1) stable; urgency=high
* Version 3.5 release

View File

@ -1896,7 +1896,7 @@
<tr>
<td><pre>-msense &lt;number&gt;</pre></td>
<td>Sensitivity for emulation of paddles when using a mouse.
Valid range of values is from 1 to 10, with larger numbers causing
Valid range of values is from 1 to 15, with larger numbers causing
faster movement.</td>
</tr>

View File

@ -22,7 +22,7 @@
#include <cstdlib>
#define STELLA_VERSION "3.5.5_pre2"
#define STELLA_VERSION "3.5.5"
#define STELLA_BUILD atoi("$Rev$" + 6)
#endif

View File

@ -53,7 +53,7 @@
<key>CFBundleSignature</key>
<string>StLa</string>
<key>CFBundleVersion</key>
<string>3.5</string>
<string>3.5.5</string>
<key>NSMainNibFile</key>
<string>SDLMain.nib</string>
<key>NSPrincipalClass</key>

View File

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

View File

@ -1,5 +1,5 @@
%define name stella
%define version 3.5
%define version 3.5.5
%define rel 1
%define enable_gl 1
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%_datadir/icons/large/%{name}.png
%changelog
* Sat Feb 4 2012 Stephen Anthony <stephena@users.sf.net> 3.5.5-1
- Version 3.5.5 release
* Thu Dec 29 2011 Stephen Anthony <stephena@users.sf.net> 3.5-1
- Version 3.5 release

View File

@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,0,0
FILEVERSION 3,5,5,0
PRODUCTVERSION 3,5,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -55,12 +55,12 @@ BEGIN
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2."
VALUE "CompanyName", "The Stella Team (http://stella.sourceforge.net)"
VALUE "FileDescription", "Stella"
VALUE "FileVersion", "3.5"
VALUE "FileVersion", "3.5.5"
VALUE "InternalName", "Stella"
VALUE "LegalCopyright", "Copyright (C) 1995-2012 The Stella Team"
VALUE "OriginalFilename", "Stella.exe"
VALUE "ProductName", "Stella"
VALUE "ProductVersion", "3.5"
VALUE "ProductVersion", "3.5.5"
END
END
BLOCK "VarFileInfo"