From cc7468880ca3fca2d6b8673e2a38d10e1678fadc Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 25 Jun 2009 10:24:51 +0000 Subject: [PATCH] Bumped info for next point release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1819 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Announce.txt | 20 ++++++++++---------- Changes.txt | 10 ++++++++-- Readme.txt | 4 ++-- debian/changelog | 7 +++++++ docs/index.html | 2 +- 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 ++++---- 10 files changed, 46 insertions(+), 30 deletions(-) diff --git a/Announce.txt b/Announce.txt index 0ffa78eee..81ac1f0d3 100644 --- a/Announce.txt +++ b/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 2.8.2 for Linux, Mac OSX and Windows + Release 2.8.3 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.8.2 release of Stella for Linux, Mac OSX and Windows. +This is the 2.8.3 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.8.2-1.i586.rpm) + * Binary distribution in 32-bit RPM format for Linux (stella-2.8.3-1.i586.rpm) - * Binary distribution in 32-bit Ubuntu DEB format (stella_2.8.2-1_i386.deb) + * Binary distribution in 32-bit Ubuntu DEB format (stella_2.8.3-1_i386.deb) - * Binary distribution in 64-bit Ubuntu DEB format (stella_2.8.2-1_amd64.deb) + * Binary distribution in 64-bit Ubuntu DEB format (stella_2.8.3-1_amd64.deb) - * Binary distribution for Mac OSX (StellaOSX2.8.2.dmg.gz) + * Binary distribution for Mac OSX (StellaOSX2.8.3.dmg.gz) - * Binary installer (exe) for Windows (stella-2.8.2-win32.exe) + * Binary installer (exe) for Windows (stella-2.8.3-win32.exe) - * Binary zip for Windows (stella-2.8.2-win32.zip) + * Binary zip for Windows (stella-2.8.3-win32.zip) - * Binary zip for 64-bit Windows (stella-2.8.2-win64.zip) + * Binary zip for 64-bit Windows (stella-2.8.3-win64.zip) - * Source code distribution for all platforms (stella-2.8.2-src.tar.gz) + * Source code distribution for all platforms (stella-2.8.3-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 6d2977f75..3d1c9c2a3 100644 --- a/Changes.txt +++ b/Changes.txt @@ -12,6 +12,14 @@ Release History =============================================================================== +2.8.2 to 2.8.3: (June 25, 2009) + + * Fixed OpenGL bug which caused an immediate program crash if the + available OpenGL version was less than 2.0. + +-Have fun! + + 2.8.1 to 2.8.2: (June 23, 2009) * Fixed OpenGL detection bug which could disable OpenGL support entirely @@ -22,8 +30,6 @@ Related to this, strings containing '\' are now properly loaded and saved to various config files. --Have fun! - 2.8 to 2.8.1: (June 19, 2009) diff --git a/Readme.txt b/Readme.txt index 26fb807d0..126dfdd0c 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,4 +1,4 @@ -This is release 2.8.2 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 2.8.3 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 -June 23, 2009 +June 25, 2009 diff --git a/debian/changelog b/debian/changelog index aa4d8a95d..46b032e8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stella (2.8.3-1) stable; urgency=low + + * Version 2.8.3 release + + -- Stephen Anthony Thu, 25 June 2009 18:38:25 +0200 + + stella (2.8.2-1) stable; urgency=low * Version 2.8.2 release diff --git a/docs/index.html b/docs/index.html index 85ccbd854..b698eb5fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@

A multi-platform Atari 2600 VCS emulator

-

Release 2.8.2

+

Release 2.8.3



User's Guide

diff --git a/src/macosx/Info-StellaOSX__Upgraded_.plist b/src/macosx/Info-StellaOSX__Upgraded_.plist index fbff145a8..0db8f445a 100644 --- a/src/macosx/Info-StellaOSX__Upgraded_.plist +++ b/src/macosx/Info-StellaOSX__Upgraded_.plist @@ -33,7 +33,7 @@ CFBundleExecutable StellaOSX CFBundleGetInfoString - StellaOSX 2.8.2 + StellaOSX 2.8.3 CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -45,13 +45,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.8.2 + StellaOSX 2.8.3 CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - StellaOSX 2.8.2 + StellaOSX 2.8.3 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/src/unix/stella.SlackBuild b/src/unix/stella.SlackBuild index c2ea4a551..d11c70efe 100644 --- a/src/unix/stella.SlackBuild +++ b/src/unix/stella.SlackBuild @@ -13,7 +13,7 @@ die() { exit 1 } -VERSION=2.8.2 +VERSION=2.8.3 ARCH=${ARCH-i486} BUILD=1 diff --git a/src/unix/stella.spec b/src/unix/stella.spec index 9fac500ec..e8182311f 100644 --- a/src/unix/stella.spec +++ b/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 2.8.2 +%define version 2.8.3 %define rel 1 %define enable_gl 1 @@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* Thu Jun 25 2009 Stephen Anthony 2.8.3-1 +- Version 2.8.3 release + * Tue Jun 23 2009 Stephen Anthony 2.8.2-1 - Version 2.8.2 release diff --git a/src/win32/stella.iss b/src/win32/stella.iss index 64f62aa02..f698e7be6 100755 --- a/src/win32/stella.iss +++ b/src/win32/stella.iss @@ -3,14 +3,14 @@ [Setup] AppName=Stella -AppVerName=Stella 2.8.2 +AppVerName=Stella 2.8.3 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.8.2-win32 +OutputBaseFilename=stella-2.8.3-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.8.2\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion -;Source: "..\..\stella-2.8.2\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.8.2\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.8.2\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "..\..\stella-2.8.3\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion +;Source: "..\..\stella-2.8.3\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\..\stella-2.8.3\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\..\stella-2.8.3\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 8eaf87d22..0abc361e2 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,8,2,0 - PRODUCTVERSION 2,8,2,0 + FILEVERSION 2,8,3,0 + PRODUCTVERSION 2,8,3,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.8.2" + VALUE "FileVersion", "2.8.3" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "2.8.2" + VALUE "ProductVersion", "2.8.3" END END BLOCK "VarFileInfo"