mirror of https://github.com/stella-emu/stella.git
Updated various files for the 2.7.1 release, which will be next Monday.
I'm leaving it until then to make sure I catch any remaining minor bugs. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1647 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
8ff96f0f9b
commit
50e495b637
|
@ -9,7 +9,7 @@
|
|||
SSSS ttt eeeee llll llll aaaaa
|
||||
|
||||
===============================================================================
|
||||
Release 2.7 for Linux, Mac OSX and Windows
|
||||
Release 2.7.1 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 release of Stella for Linux, Mac OSX, Windows and GP2X.
|
||||
This is the 2.7.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 32-bit RPM format for Linux (stella-2.7-1.i586.rpm)
|
||||
* Binary distribution in 32-bit RPM format for Linux (stella-2.7.1-1.i586.rpm)
|
||||
|
||||
* Binary distribution in 32-bit Ubuntu DEB format (stella_2.7-1_i386.deb)
|
||||
* Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.1-1_i386.deb)
|
||||
|
||||
* Binary distribution in 64-bit Ubuntu DEB format (stella_2.7-1_amd64.deb)
|
||||
* Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.1-1_amd64.deb)
|
||||
|
||||
* Binary distribution for Mac OSX (StellaOSX2.7.dmg.gz)
|
||||
* Binary distribution for Mac OSX (StellaOSX2.7.1.dmg.gz)
|
||||
|
||||
* Binary installer (exe) for Windows (stella-2.7-win32.exe)
|
||||
* Binary installer (exe) for Windows (stella-2.7.1-win32.exe)
|
||||
|
||||
* Binary zip for Windows (stella-2.7-win32.zip)
|
||||
* Binary zip for Windows (stella-2.7.1-win32.zip)
|
||||
|
||||
* Binary zip for 64-bit Windows (stella-2.7-win64.zip)
|
||||
* Binary zip for 64-bit Windows (stella-2.7.1-win64.zip)
|
||||
|
||||
* Source code distribution for all platforms (stella-2.7-src.tar.gz)
|
||||
* Source code distribution for all platforms (stella-2.7.1-src.tar.gz)
|
||||
|
||||
PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH
|
||||
REQUESTS WILL BE IGNORED!
|
||||
|
|
|
@ -12,6 +12,23 @@
|
|||
Release History
|
||||
===============================================================================
|
||||
|
||||
2.7 to 2.7.1: (Jan. 26, 2009)
|
||||
|
||||
* Fixed issue with sound not working in OpenGL video mode in Windows with
|
||||
ATI video hardware.
|
||||
|
||||
* Fixed bug where volume wasn't being saved in 'Audio Settings' when
|
||||
started from the ROM launcher.
|
||||
|
||||
* Made the ROM launcher filename filtering be case-insensitive.
|
||||
|
||||
* Removed 'Emulation_HmoveBlanks' ROM property and associated UI item.
|
||||
You can no longer optionally turn off HMOVE blanking; it is always
|
||||
enabled when necessary.
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
||||
2.6.1 to 2.7: (Jan. 19, 2009)
|
||||
|
||||
* Totally reworked the built-in UI to be font-sensitive and use higher-
|
||||
|
@ -110,8 +127,6 @@
|
|||
Many features that have been in Stella for a while are now documented for
|
||||
the first time.
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
||||
2.6 to 2.6.1: (May 22, 2008)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is release 2.7 of Stella. Stella is a multi-platform Atari 2600 VCS
|
||||
This is release 2.7.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
|
||||
|
@ -9,4 +9,4 @@ the Stella Website at:
|
|||
Enjoy,
|
||||
|
||||
The Stella Team
|
||||
January 19, 2009
|
||||
January 26, 2009
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
stella (2.7.1-1) stable; urgency=low
|
||||
|
||||
* Version 2.7.1 release
|
||||
|
||||
-- Stephen Anthony <stephena@users.sf.net> Mon, 26 Jan 2009 18:38:25 +0200
|
||||
|
||||
|
||||
stella (2.7-1) stable; urgency=low
|
||||
|
||||
* Version 2.7 release
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name stella
|
||||
%define version 2.7
|
||||
%define version 2.7.1
|
||||
%define rel 1
|
||||
|
||||
%define enable_gl 1
|
||||
|
@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Mon Jan 26 2009 Stephen Anthony <stephena@users.sf.net> 2.7.1-1
|
||||
- Version 2.7.1 release
|
||||
|
||||
* Sat Jan 17 2009 Stephen Anthony <stephena@users.sf.net> 2.7-1
|
||||
- Version 2.7 release
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Stella
|
||||
AppVerName=Stella 2.7
|
||||
AppVerName=Stella 2.7.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.7-win32
|
||||
OutputBaseFilename=stella-2.7.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: "..\..\stella-2.7\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "..\..\stella-2.7\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\stella-2.7\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\stella-2.7\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "..\..\stella-2.7.1\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "..\..\stella-2.7.1\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\stella-2.7.1\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\stella-2.7.1\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
|
|
@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,7,0,0
|
||||
PRODUCTVERSION 2,7,0,0
|
||||
FILEVERSION 2,7,1,0
|
||||
PRODUCTVERSION 2,7,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.7"
|
||||
VALUE "FileVersion", "2.7.1"
|
||||
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"
|
||||
VALUE "ProductVersion", "2.7.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in New Issue