mirror of https://github.com/stella-emu/stella.git
Updated various files for upcoming 3.2.1 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2110 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
26b1654aa2
commit
2f9ee65822
|
@ -12,7 +12,7 @@
|
||||||
Release History
|
Release History
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
3.2 to 3.2.1: (August x, 2010)
|
3.2 to 3.2.1: (August 25, 2010)
|
||||||
|
|
||||||
* Improved behaviour of joystick 'hat' movement. This should fix bugs
|
* Improved behaviour of joystick 'hat' movement. This should fix bugs
|
||||||
most visible in Yars' Revenge.
|
most visible in Yars' Revenge.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This is release 3.2 of Stella. Stella is a multi-platform Atari 2600 VCS
|
This is release 3.2.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
|
||||||
August 20, 2010
|
August 25, 2010
|
||||||
|
|
|
@ -1,8 +1,15 @@
|
||||||
|
stella (3.2.1-1) stable; urgency=high
|
||||||
|
|
||||||
|
* Version 3.2.1 release
|
||||||
|
|
||||||
|
-- Stephen Anthony <stephena@users.sf.net> Wed, 25 Aug 2010 18:38:25 +0200
|
||||||
|
|
||||||
|
|
||||||
stella (3.2-1) stable; urgency=high
|
stella (3.2-1) stable; urgency=high
|
||||||
|
|
||||||
* Version 3.2 release
|
* Version 3.2 release
|
||||||
|
|
||||||
-- Stephen Anthony <stephena@users.sf.net> Mon, 16 Aug 2010 18:38:25 +0200
|
-- Stephen Anthony <stephena@users.sf.net> Fri 20 Aug 2010 18:38:25 +0200
|
||||||
|
|
||||||
|
|
||||||
stella (3.1.2-1) stable; urgency=high
|
stella (3.1.2-1) stable; urgency=high
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>StLa</string>
|
<string>StLa</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.2</string>
|
<string>3.2.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.2
|
VERSION=3.2.1
|
||||||
ARCH=${ARCH-i486}
|
ARCH=${ARCH-i486}
|
||||||
BUILD=1
|
BUILD=1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define name stella
|
%define name stella
|
||||||
%define version 3.2
|
%define version 3.2.1
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
%define enable_gl 1
|
%define enable_gl 1
|
||||||
|
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%_datadir/icons/large/%{name}.png
|
%_datadir/icons/large/%{name}.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 2010 Stephen Anthony <stephena@users.sf.net> 3.2.1-1
|
||||||
|
- Version 3.2.1 release
|
||||||
|
|
||||||
* Fri Aug 20 2010 Stephen Anthony <stephena@users.sf.net> 3.2-1
|
* Fri Aug 20 2010 Stephen Anthony <stephena@users.sf.net> 3.2-1
|
||||||
- Version 3.2 release
|
- Version 3.2 release
|
||||||
|
|
||||||
|
|
|
@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 3,2,0,0
|
FILEVERSION 3,2,1,0
|
||||||
PRODUCTVERSION 3,2,0,0
|
PRODUCTVERSION 3,2,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.2"
|
VALUE "FileVersion", "3.2.1"
|
||||||
VALUE "InternalName", "Stella"
|
VALUE "InternalName", "Stella"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1995-2010 The Stella Team"
|
VALUE "LegalCopyright", "Copyright (C) 1995-2010 The Stella Team"
|
||||||
VALUE "OriginalFilename", "Stella.exe"
|
VALUE "OriginalFilename", "Stella.exe"
|
||||||
VALUE "ProductName", "Stella"
|
VALUE "ProductName", "Stella"
|
||||||
VALUE "ProductVersion", "3.2"
|
VALUE "ProductVersion", "3.2.1"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Reference in New Issue