mirror of https://github.com/stella-emu/stella.git
Getting ready for the 3.1.1 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2025 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a8ef629270
commit
3c01d9f72e
24
Announce.txt
24
Announce.txt
|
@ -9,7 +9,7 @@
|
||||||
SSSS ttt eeeee llll llll aaaaa
|
SSSS ttt eeeee llll llll aaaaa
|
||||||
|
|
||||||
===========================================================================
|
===========================================================================
|
||||||
Release 3.1 for Linux, MacOSX and Windows
|
Release 3.1.1 for Linux, MacOSX and Windows
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the
|
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the
|
||||||
|
@ -21,30 +21,30 @@ 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
|
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.
|
number of other platforms and is currently maintained by Stephen Anthony.
|
||||||
|
|
||||||
This is the 3.1 release of Stella for Linux, Mac OSX and Windows. The
|
This is the 3.1.1 release of Stella for Linux, Mac OSX and Windows. The
|
||||||
distributions currently available are:
|
distributions currently available are:
|
||||||
|
|
||||||
* Binary installer (exe) for Windows 32-bit & 64-bit :
|
* Binary installer (exe) for Windows 32-bit & 64-bit :
|
||||||
Stella-3.1-win32.exe
|
Stella-3.1.1-win32.exe
|
||||||
Stella-3.1-x64.exe
|
Stella-3.1.1-x64.exe
|
||||||
|
|
||||||
* Binary zip for Windows, containing 32 and 64-bit versions :
|
* Binary zip for Windows, containing 32 and 64-bit versions :
|
||||||
Stella-3.1-windows.zip
|
Stella-3.1.1-windows.zip
|
||||||
|
|
||||||
* Binary distribution for MacOSX 32-bit & 64-bit :
|
* Binary distribution for MacOSX 32-bit & 64-bit :
|
||||||
Stella-3.1-macosx.dmg (32-bit Universal Binary)
|
Stella-3.1.1-macosx.dmg (32-bit Universal Binary)
|
||||||
Stella-3.1_intel_10.6-macosx.dmg (32/64-bit Intel/Snow-Leopard only)
|
Stella-3.1.1_intel_10.6-macosx.dmg (32/64-bit Intel/Snow-Leopard only)
|
||||||
|
|
||||||
* Binary distribution in 32-bit & 64-bit Ubuntu DEB format :
|
* Binary distribution in 32-bit & 64-bit Ubuntu DEB format :
|
||||||
stella_3.1-1_i386.deb
|
stella_3.1.1-1_i386.deb
|
||||||
stella_3.1-1_amd64.deb
|
stella_3.1.1-1_amd64.deb
|
||||||
|
|
||||||
* Binary distribution in 32-bit & 64-bit RPM format :
|
* Binary distribution in 32-bit & 64-bit RPM format :
|
||||||
stella-3.1-2.i386.rpm
|
stella-3.1.1-2.i386.rpm
|
||||||
stella-3.1-2.x86_64.rpm
|
stella-3.1.1-2.x86_64.rpm
|
||||||
|
|
||||||
* Source code distribution for all platforms :
|
* Source code distribution for all platforms :
|
||||||
stella-3.1-src.tar.gz
|
stella-3.1.1-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!
|
||||||
|
|
10
Changes.txt
10
Changes.txt
|
@ -12,6 +12,14 @@
|
||||||
Release History
|
Release History
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
|
3.1 to 3.1.1: (April 26, 2010)
|
||||||
|
|
||||||
|
* Fixed program crash when using RIOT addresses and labels in the
|
||||||
|
debugger console prompt.
|
||||||
|
|
||||||
|
-Have fun!
|
||||||
|
|
||||||
|
|
||||||
3.0 to 3.1: (April 22, 2010)
|
3.0 to 3.1: (April 22, 2010)
|
||||||
|
|
||||||
* Fixed a major bug with text drawing in software rendering mode.
|
* Fixed a major bug with text drawing in software rendering mode.
|
||||||
|
@ -172,8 +180,6 @@
|
||||||
* Fixed bug in certain editable text fields, where pressing Return/Enter
|
* Fixed bug in certain editable text fields, where pressing Return/Enter
|
||||||
would disable any further input.
|
would disable any further input.
|
||||||
|
|
||||||
-Have fun!
|
|
||||||
|
|
||||||
|
|
||||||
2.8.4 to 3.0: (September 11, 2009)
|
2.8.4 to 3.0: (September 11, 2009)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This is release 3.1 of Stella. Stella is a multi-platform Atari 2600 VCS
|
This is release 3.1.1 of Stella. Stella is a multi-platform Atari 2600 VCS
|
||||||
emulator which allows you to play all of your favourite Atari 2600 games
|
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.
|
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
|
If you'd like to verify that you have the latest release of Stella visit
|
||||||
|
@ -9,4 +9,4 @@ the Stella Website at:
|
||||||
Enjoy,
|
Enjoy,
|
||||||
|
|
||||||
The Stella Team
|
The Stella Team
|
||||||
April 22, 2010
|
April 26, 2010
|
||||||
|
|
|
@ -1,8 +1,15 @@
|
||||||
|
stella (3.1.1-1) stable; urgency=high
|
||||||
|
|
||||||
|
* Version 3.1.1 release
|
||||||
|
|
||||||
|
-- Stephen Anthony <stephena@users.sf.net> Mon, 26 April 2010 18:38:25 +0200
|
||||||
|
|
||||||
|
|
||||||
stella (3.1-1) stable; urgency=high
|
stella (3.1-1) stable; urgency=high
|
||||||
|
|
||||||
* Version 3.1 release
|
* Version 3.1 release
|
||||||
|
|
||||||
-- Stephen Anthony <stephena@users.sf.net> Fri, 16 April 2010 18:38:25 +0200
|
-- Stephen Anthony <stephena@users.sf.net> Thu, 22 April 2010 18:38:25 +0200
|
||||||
|
|
||||||
|
|
||||||
stella (3.0-1) stable; urgency=high
|
stella (3.0-1) stable; urgency=high
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<br><br>
|
<br><br>
|
||||||
<center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center>
|
<center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center>
|
||||||
|
|
||||||
<center><h4><b>Release 3.1</b></h4></center>
|
<center><h4><b>Release 3.1.1</b></h4></center>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<center><h2><b>User's Guide</b></h2></center>
|
<center><h2><b>User's Guide</b></h2></center>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>StLa</string>
|
<string>StLa</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.1</string>
|
<string>3.1.1</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>SDLMain.nib</string>
|
<string>SDLMain.nib</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
|
@ -13,7 +13,7 @@ die() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION=3.1
|
VERSION=3.1.1
|
||||||
ARCH=${ARCH-i486}
|
ARCH=${ARCH-i486}
|
||||||
BUILD=1
|
BUILD=1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define name stella
|
%define name stella
|
||||||
%define version 3.1
|
%define version 3.1.1
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
%define enable_gl 1
|
%define enable_gl 1
|
||||||
|
@ -107,7 +107,10 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%_datadir/icons/large/%{name}.png
|
%_datadir/icons/large/%{name}.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 22 2010 Stephen Anthony <stephena@users.sf.net> 3.1-1
|
* Mon Apr 26 2010 Stephen Anthony <stephena@users.sf.net> 3.1.1-1
|
||||||
|
- Version 3.1.1 release
|
||||||
|
|
||||||
|
* Thu Apr 22 2010 Stephen Anthony <stephena@users.sf.net> 3.1-1
|
||||||
- Version 3.1 release
|
- Version 3.1 release
|
||||||
|
|
||||||
* Fri Sep 11 2009 Stephen Anthony <stephena@users.sf.net> 3.0-1
|
* Fri Sep 11 2009 Stephen Anthony <stephena@users.sf.net> 3.0-1
|
||||||
|
|
|
@ -35,4 +35,3 @@ Name: "{group}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"
|
||||||
Name: "{userdesktop}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"; Tasks: desktopicon
|
Name: "{userdesktop}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"; Tasks: desktopicon
|
||||||
Name: "{group}\Documentation"; Filename: "{app}\docs\index.html"
|
Name: "{group}\Documentation"; Filename: "{app}\docs\index.html"
|
||||||
Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}"
|
Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}"
|
||||||
|
|
||||||
|
|
|
@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 3,1,0,0
|
FILEVERSION 3,1,1,0
|
||||||
PRODUCTVERSION 3,1,0,0
|
PRODUCTVERSION 3,1,1,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -55,12 +55,12 @@ BEGIN
|
||||||
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2."
|
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2."
|
||||||
VALUE "CompanyName", "The Stella Team (http://stella.sourceforge.net)"
|
VALUE "CompanyName", "The Stella Team (http://stella.sourceforge.net)"
|
||||||
VALUE "FileDescription", "Stella"
|
VALUE "FileDescription", "Stella"
|
||||||
VALUE "FileVersion", "3.1"
|
VALUE "FileVersion", "3.1.1"
|
||||||
VALUE "InternalName", "Stella"
|
VALUE "InternalName", "Stella"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1995-2010 B. Mott & the Stella Team"
|
VALUE "LegalCopyright", "Copyright (C) 1995-2010 B. Mott & the Stella Team"
|
||||||
VALUE "OriginalFilename", "Stella.exe"
|
VALUE "OriginalFilename", "Stella.exe"
|
||||||
VALUE "ProductName", "Stella"
|
VALUE "ProductName", "Stella"
|
||||||
VALUE "ProductVersion", "3.1"
|
VALUE "ProductVersion", "3.1.1"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Reference in New Issue