diff --git a/stella/Announce.txt b/stella/Announce.txt index 7ba15ac86..b4a252e29 100644 --- a/stella/Announce.txt +++ b/stella/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 2.4 for Linux, Mac OSX and Windows + Release 2.4.1 for Linux, Mac OSX and Windows =============================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most @@ -21,21 +21,23 @@ 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.4 release of Stella for Linux, Mac OSX, Windows and GP2X. +This is the 2.4.1 release of Stella for Linux, Mac OSX, Windows and GP2X. Distributions for other operating systems will appear as they become available. The distributions currently available are: - * Binary distribution in RPM format for Linux (stella-2.4-1.i586.rpm) + * Binary distribution in 32-bit RPM format for Linux (stella-2.4.1-1.i586.rpm) - * Binary distribution for Mac OSX (StellaOSX2.4.dmg.gz) + * Binary distribution in 32-bit Ubuntu DEB format (stella_2.4.1-1_i386.deb) - * Binary installer (exe) for Windows (stella-2.4-win32.exe) + * Binary distribution in 64-bit Ubuntu DEB format (stella_2.4.1-1_amd64.deb) - * Binary zip for Windows (stella-2.4-win32.zip) + * Binary distribution for Mac OSX (StellaOSX2.4.1.dmg.gz) - * Source code in SRPM format for Linux RPM-based systems (stella-2.4-1.src.rpm) + * Binary installer (exe) for Windows (stella-2.4.1-win32.exe) - * Source code distribution for all platforms (stella-2.4-src.tar.gz) + * Binary zip for Windows (stella-2.4.1-win32.zip) + + * Source code distribution for all platforms (stella-2.4.1-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 8ceca1d01..812237e28 100644 --- a/stella/Changes.txt +++ b/stella/Changes.txt @@ -12,6 +12,17 @@ Release History =============================================================================== +2.4 to 2.4.1: (August 27, 2007) + + * Re-added OpenGL aspect ratio setting ('gl_aspect' commandline argument). + + * Re-added non-browser mode to the ROM launcher. + + * For the Linux/UNIX port; fixed OpenGL vsync issue with Nvidia video cards. + +Have fun! + + 2.3.5 to 2.4: (August 20, 2007) * Added new video sub-system where fullscreen and windowed modes are treated @@ -72,8 +83,6 @@ * For the Unix/Linux port; fixed 'make install' issues, and changed icon to PNG format. -Have fun! - 2.3 to 2.3.5: (January 17, 2007) diff --git a/stella/Readme.txt b/stella/Readme.txt index 61c05cdf3..754737992 100644 --- a/stella/Readme.txt +++ b/stella/Readme.txt @@ -1,5 +1,5 @@ -This is release 2.4 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 2.4.1 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 @@ -10,4 +10,4 @@ the Stella Website at: Enjoy, The Stella Team -August 20, 2007 +August 27, 2007 diff --git a/stella/docs/graphics/launcher_options_files.png b/stella/docs/graphics/launcher_options_files.png index 217b4ca67..6d46f5002 100644 Binary files a/stella/docs/graphics/launcher_options_files.png and b/stella/docs/graphics/launcher_options_files.png differ diff --git a/stella/docs/graphics/options_video.png b/stella/docs/graphics/options_video.png index 5ee547936..4820ac9c7 100644 Binary files a/stella/docs/graphics/options_video.png and b/stella/docs/graphics/options_video.png differ diff --git a/stella/docs/index.html b/stella/docs/index.html index 64581166b..41301429e 100644 --- a/stella/docs/index.html +++ b/stella/docs/index.html @@ -10,7 +10,7 @@

A multi-platform Atari 2600 VCS emulator

-

Release 2.4

+

Release 2.4.1



User's Guide

@@ -218,66 +218,14 @@ Sega Dreamcast, Unix, and Windows.

-

New in Release 2.4

+

New in Release 2.4.1

@@ -416,12 +364,10 @@

  • Install the executable with the following command:
       make install
  • -
  • Source RPM (stella-release-1.src.rpm)
  • +
  • Binary DEB (stella-release-1_arch.deb)
    1. -
    2. Rebuild the archive with the following command: -
         rpmbuild --rebuild stella-release-1.src.rpm
    3. -
    4. Follow the instructions under Binary RPM to install - the stella-release-1.ix86.rpm file
    5. +
    6. Install the binary DEB with the following command: +
         dpkg -i stella-release-1_arch.deb
  • Binary RPM (stella-release-1.ix86.rpm)
    1. @@ -759,6 +705,11 @@ Set threshold for eliminating paddle jitter. + +
      -rombrowse <1|0>
      + Use browser mode (shows files and folders) in ROM launcher. + +
      -autoslot <1|0>
      Automatically switch to the next available save state slot after diff --git a/stella/src/common/Version.hxx b/stella/src/common/Version.hxx index d0352554e..c54397f71 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.28 2007-08-21 17:58:25 stephena Exp $ +// $Id: Version.hxx,v 1.29 2007-08-27 13:58:41 stephena Exp $ //============================================================================ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_BASE_VERSION "2.4.1_cvs" +#define STELLA_BASE_VERSION "2.4.1" #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 54edc80db..966f489e2 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.4 + StellaOSX 2.4.1 CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -45,13 +45,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.4 + StellaOSX 2.4.1 CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - StellaOSX 2.4 + StellaOSX 2.4.1 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/stella/src/unix/stella.SlackBuild b/stella/src/unix/stella.SlackBuild index 88ac3ec9d..2ca03f6de 100644 --- a/stella/src/unix/stella.SlackBuild +++ b/stella/src/unix/stella.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: stella.SlackBuild,v 1.7 2007-08-17 17:11:43 stephena Exp $ +# $Id: stella.SlackBuild,v 1.8 2007-08-27 13:58:42 stephena Exp $ # stella.SlackBuild for Stella 2.x, B. Watson, 2005 @@ -13,7 +13,7 @@ die() { exit 1 } -VERSION=2.4 +VERSION=2.4.1 ARCH=${ARCH-i486} BUILD=1 diff --git a/stella/src/unix/stella.spec b/stella/src/unix/stella.spec index 3c593c2d6..1fe5cf099 100644 --- a/stella/src/unix/stella.spec +++ b/stella/src/unix/stella.spec @@ -1,9 +1,7 @@ %define name stella -%define version 2.4 +%define version 2.4.1 %define rel 1 -%define build_plf 0 - %define enable_gl 1 %define enable_sound 1 %define enable_debugger 1 @@ -11,12 +9,7 @@ %define enable_cheats 1 %define enable_static 0 -%if %build_plf - %define release %mkrel %rel - %define distsuffix plf -%else - %define release %rel -%endif +%define release %rel Summary: An Atari 2600 Video Computer System emulator Name: %{name} @@ -34,9 +27,6 @@ The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most popular home video game system of the early 1980's. This emulator will run most Atari ROM images, so that you can play your favorite old Atari 2600 games on your PC. -%if %build_plf -This package is in PLF as Mandriva Linux policy forbids emulators in contribs. -%endif %prep @@ -117,46 +107,5 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog -* Fri Dec 22 2006 Stephen Anthony 2.3-1plf2007.0 -- Packaged 2.3 release for PLF - -* Fri Sep 08 2006 Stephen Anthony 2.2-1plf2007.0 -- Packaged 2.2 release for PLF -- Added XDG menu - -* Sat Oct 29 2005 Stephen Anthony 2.0.1-3plf -- Fix for x86_64 compilation - -* Wed Oct 26 2005 Stephen Anthony 2.0.1-2plf -- Fix for improper PLF upload - -* Sun Oct 24 2005 Stephen Anthony 2.0.1-1 -- Version 2.0.1 release, and plaform-agnostic SRPM (hopefully) - -* Sun Oct 9 2005 Stefan van der Eijk 1.4.2-3plf -- BuildRequires -- distsuffix & mkrel - -* Sun Jul 31 2005 Stephen Anthony 1.4.2-2plf -- Recompile for distro name change - -* Sat Feb 19 2005 Stephen Anthony 1.4.2-1plf -- 1.4.2 -- First release of Stella 1.4.2 for PLF - -* Sat Apr 24 2004 Stefan van der Eijk 1.3-1plf -- 1.3 -- remove stella sound, seems to be included? - -* Sun Nov 10 2002 Stefan van der Eijk 1.2-3plf -- BuildRequires - -* Thu Oct 24 2002 Olivier Thauvin 1.2-2plf -- by Rob Kudla -- doh! forgot to build the sound server! - -* Wed Oct 22 2002 Rob Kudla 1.2-1plf -- oh yeah, I guess emulators go in plf - -* Tue Oct 22 2002 Rob Kudla 1.2-1mdk -- first attempt at package +* Mon Aug 27 2007 Stephen Anthony 2.4.1-1 +- Version 2.4.1 release diff --git a/stella/src/win32/stella.iss b/stella/src/win32/stella.iss index 2785a12d4..9398d9b64 100755 --- a/stella/src/win32/stella.iss +++ b/stella/src/win32/stella.iss @@ -3,14 +3,14 @@ [Setup] AppName=Stella -AppVerName=Stella 2.4 +AppVerName=Stella 2.4.1 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.4-win32 +OutputBaseFilename=stella-2.4.1-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: "H:\windows\src\stella\stella-2.4\stella.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.4\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.4\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.4\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "H:\windows\src\stella\stella-2.4.1\stella.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "H:\windows\src\stella\stella-2.4.1\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "H:\windows\src\stella\stella-2.4.1\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "H:\windows\src\stella\stella-2.4.1\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 5acf1bab5..20773b249 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,4,0,0 - PRODUCTVERSION 2,4,0,0 + FILEVERSION 2,4,1,0 + PRODUCTVERSION 2,4,1,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.4" + VALUE "FileVersion", "2.4.1" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2007 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "2.4" + VALUE "ProductVersion", "2.4.1" END END BLOCK "VarFileInfo"