diff --git a/stella/Announce.txt b/stella/Announce.txt index 336088599..418c81a90 100644 --- a/stella/Announce.txt +++ b/stella/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 2.7.3 for Linux, Mac OSX and Windows + Release 2.7.5 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.3 release of Stella for Linux, Mac OSX, Windows and GP2X. +This is the 2.7.5 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.3-1.i586.rpm) + * Binary distribution in 32-bit RPM format for Linux (stella-2.7.5-1.i586.rpm) - * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.3-1_i386.deb) + * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.5-1_i386.deb) - * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.3-1_amd64.deb) + * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.5-1_amd64.deb) - * Binary distribution for Mac OSX (StellaOSX2.7.3.dmg.gz) + * Binary distribution for Mac OSX (StellaOSX2.7.5.dmg.gz) - * Binary installer (exe) for Windows (stella-2.7.3-win32.exe) + * Binary installer (exe) for Windows (stella-2.7.5-win32.exe) - * Binary zip for Windows (stella-2.7.3-win32.zip) + * Binary zip for Windows (stella-2.7.5-win32.zip) - * Binary zip for 64-bit Windows (stella-2.7.3-win64.zip) + * Binary zip for 64-bit Windows (stella-2.7.5-win64.zip) - * Source code distribution for all platforms (stella-2.7.3-src.tar.gz) + * Source code distribution for all platforms (stella-2.7.5-src.tar.gz) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/stella/Changes.txt b/stella/Changes.txt index 2ec0dfca2..b8dfd4707 100644 --- a/stella/Changes.txt +++ b/stella/Changes.txt @@ -12,6 +12,32 @@ Release History =============================================================================== +2.7.3 to 2.7.5: (Mar. 27, 2009) + + * After about 2 years, finally fixed the infamous 'red screen' issue when + using ATI video cards in OpenGL mode in Windows. In the end, it was + determined to be a bug in the ATI drivers. Special thanks go to + Phillip Pi for bugtesting and constant feedback wrt this bug. + + * Fixed bug in TIA SCORE mode emulation when the Priority bit is also + set. This fixes a very noticable graphical glitch in 'Swordquest + Waterworld', as well as minor glitches in several other ROMs such + as 'Space Shuttle'. + + * Treat spaces as normal characters in the ROM launcher. This means + that ROMs with spaces can be located with quick selection (ie, + typing characters will automatically jump to a ROM with that name, + and typing 'space' won't cause the launcher to jump back to the top + of the list). + + * The debugger window can now have a minimum height of 620 lines + (previously the minimum was 690), but you lose access to the TIA 'RAM' + bytes when using this resolution. This should allow it to work + better on devices with small displays. + +-Have fun! + + 2.7.2 to 2.7.3: (Feb. 9, 2009) * Fixed rendering issues in software mode when using 24-bit colour depth. @@ -26,8 +52,6 @@ * Tweaked the TIA info statistics overlay to be smaller while still including all relevant information. --Have fun! - 2.7.1 to 2.7.2: (Jan. 27, 2009) diff --git a/stella/Readme.txt b/stella/Readme.txt index f5e8a4245..ebc691c8b 100644 --- a/stella/Readme.txt +++ b/stella/Readme.txt @@ -1,4 +1,4 @@ -This is release 2.7.3 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 2.7.5 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 -February 9, 2009 +March 27, 2009 diff --git a/stella/Todo.txt b/stella/Todo.txt index 1a096ce62..785a9dc5e 100644 --- a/stella/Todo.txt +++ b/stella/Todo.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - To Do List - February 2009 + To Do List - March 2009 =============================================================================== If you would like to contribute to Stella's development then find something diff --git a/stella/debian/changelog b/stella/debian/changelog index 48f3394a9..45383119e 100644 --- a/stella/debian/changelog +++ b/stella/debian/changelog @@ -1,3 +1,10 @@ +stella (2.7.5-1) stable; urgency=low + + * Version 2.7.5 release + + -- Stephen Anthony Fri, 27 Mar 2009 18:38:25 +0200 + + stella (2.7.3-1) stable; urgency=low * Version 2.7.3 release diff --git a/stella/docs/index.html b/stella/docs/index.html index 8691c886a..7bf34d301 100644 --- a/stella/docs/index.html +++ b/stella/docs/index.html @@ -10,7 +10,7 @@

A multi-platform Atari 2600 VCS emulator

-

Release 2.7.3

+

Release 2.7.5



User's Guide

diff --git a/stella/src/common/Version.hxx b/stella/src/common/Version.hxx index 639cb365b..98f134056 100644 --- a/stella/src/common/Version.hxx +++ b/stella/src/common/Version.hxx @@ -13,13 +13,13 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Version.hxx,v 1.53 2009-02-16 22:54:13 stephena Exp $ +// $Id: Version.hxx,v 1.54 2009-03-27 15:28:31 stephena Exp $ //============================================================================ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_BASE_VERSION "2.7.4_cvs" +#define STELLA_BASE_VERSION "2.7.5" #ifdef NIGHTLY_BUILD #define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD diff --git a/stella/src/macosx/Info-StellaOSX__Upgraded_.plist b/stella/src/macosx/Info-StellaOSX__Upgraded_.plist index 72979c4ac..7010eec46 100644 --- a/stella/src/macosx/Info-StellaOSX__Upgraded_.plist +++ b/stella/src/macosx/Info-StellaOSX__Upgraded_.plist @@ -33,7 +33,7 @@ CFBundleExecutable StellaOSX CFBundleGetInfoString - StellaOSX 2.7.3 + StellaOSX 2.7.5 CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -45,13 +45,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.7.3 + StellaOSX 2.7.5 CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - StellaOSX 2.7.3 + StellaOSX 2.7.5 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/stella/src/unix/stella.spec b/stella/src/unix/stella.spec index 6145f95b8..0f04eec7b 100644 --- a/stella/src/unix/stella.spec +++ b/stella/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 2.7.3 +%define version 2.7.5 %define rel 1 %define enable_gl 1 @@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* Fri Mar 27 2009 Stephen Anthony 2.7.5-1 +- Version 2.7.5 release + * Mon Feb 9 2009 Stephen Anthony 2.7.3-1 - Version 2.7.3 release diff --git a/stella/src/win32/stella.iss b/stella/src/win32/stella.iss index c14b17b60..bb5bdc522 100755 --- a/stella/src/win32/stella.iss +++ b/stella/src/win32/stella.iss @@ -3,14 +3,14 @@ [Setup] AppName=Stella -AppVerName=Stella 2.7.3 +AppVerName=Stella 2.7.5 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.3-win32 +OutputBaseFilename=stella-2.7.5-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.3\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion -;Source: "..\..\stella-2.7.3\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.7.3\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.7.3\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs +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 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] diff --git a/stella/src/win32/stella.rc b/stella/src/win32/stella.rc index 9c360f89e..7311b82a0 100755 --- a/stella/src/win32/stella.rc +++ b/stella/src/win32/stella.rc @@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,7,3,0 - PRODUCTVERSION 2,7,3,0 + FILEVERSION 2,7,5,0 + PRODUCTVERSION 2,7,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 GPL." VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "2.7.3" + VALUE "FileVersion", "2.7.5" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "2.7.3" + VALUE "ProductVersion", "2.7.5" END END BLOCK "VarFileInfo"