From c10b467de1305ed124d128a787a49a7a655e504e Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 18 Aug 2019 19:09:18 -0230 Subject: [PATCH] Updated files for upcoming release (whenever that may be). Added info from 6.0.1 branch. --- Announce.txt | 22 +++--- Changes.txt | 31 ++++++--- Makefile | 2 - debian/changelog | 131 ++++++++++++++++++----------------- docs/debugger.html | 2 +- docs/index.html | 2 +- src/macos/Info-Stella.plist | 4 +- src/unix/stella.spec | 132 +++++++++++++++++++----------------- src/windows/stella.rc | 8 +-- 9 files changed, 177 insertions(+), 157 deletions(-) diff --git a/Announce.txt b/Announce.txt index 224f81ac3..18f636c79 100644 --- a/Announce.txt +++ b/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =========================================================================== - Release 6.0 for Linux, macOS and Windows + Release 6.1 for Linux, macOS and Windows =========================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the @@ -21,27 +21,27 @@ all of your favourite 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 and is currently maintained by Stephen Anthony. -This is the 6.0 release of Stella for Linux, macOS and Windows. The +This is the 6.1 release of Stella for Linux, macOS and Windows. The distributions currently available are: * Binaries for Windows Vista/7/8/10 : - Stella-6.0-win32.exe (32-bit EXE installer) - Stella-6.0-x64.exe (64-bit EXE installer) - Stella-6.0-windows.zip (32/64 bit versions) + Stella-6.1-win32.exe (32-bit EXE installer) + Stella-6.1-x64.exe (64-bit EXE installer) + Stella-6.1-windows.zip (32/64 bit versions) * Binary distribution for macOS 10.7 and above : - Stella-6.0-macos.dmg (64-bit Intel) + Stella-6.1-macos.dmg (64-bit Intel) * Binary distribution in 32-bit & 64-bit Ubuntu DEB format : - stella_6.0-1_i386.deb - stella_6.0-1_amd64.deb + stella_6.1-1_i386.deb + stella_6.1-1_amd64.deb * Binary distribution in 32-bit & 64-bit RPM format : - stella-6.0-2.i386.rpm - stella-6.0-2.x86_64.rpm + stella-6.1-2.i386.rpm + stella-6.1-2.x86_64.rpm * Source code distribution for all platforms : - stella-6.0-src.tar.xz + stella-6.1-src.tar.xz Distribution Site diff --git a/Changes.txt b/Changes.txt index 5696c3989..8b6edf0c3 100644 --- a/Changes.txt +++ b/Changes.txt @@ -24,15 +24,15 @@ * Added proper Retron77 port. (TODO: doc) - * Added automatic controller detection. + * Added automatic controller detection. * Removed superfluous controller option 'PADDLES_IDIR'. * Added configurable paddle dejittering. - * Huge improvements to event remapping. + * Huge improvements to event remapping. - Allow mapping of modifier-key and button-direction combinations. - - One controller can use the same mappings as other controllers + - One controller can use the same mappings as other controllers - Much more events can be remapped * Key-repeat mode improved; entering Time Machine by holding down a key @@ -49,15 +49,15 @@ * Added 'HiDPI' mode, which scales the UI by 2x when enabled. This is meant for 4k and above monitors, but can actually be used at any - lower resolution that is large enough to display the scaled UI. + lower resolution that is large enough to display the scaled UI. - * Fixed TIA 'Center' option, Stella now remembers the last windowed position. + * Fixed TIA 'Center' option, Stella now remembers the last windowed position. * Added fractional (25% increments) TIA zooms. * Removed 'tia.fsfill' option, replacing it with 'tia.fs_stretch'. This new option allows to preserve TIA image aspect ratio in fullscreen - mode, or stretch to fill the entire screen. + mode, or stretch to fill the entire screen. * Added configurable 'Overscan' option for fullscreen modes. @@ -72,11 +72,11 @@ * Enhanced 'Command' menu to display current state and more commands. - * Added option to save and load all TimeMachine states at once + * Added option to save and load all TimeMachine states at once - * Added option to change pitch of Pitfall II music + * Added option to change pitch of Pitfall II music - * Added various developer options for oddball TIAs: + * Added various developer options for oddball TIAs: - stuffed player, missiles and ball move - delayed playfield bits and color - delayed players and ball VDEL swap @@ -119,8 +119,8 @@ * Fixed bug in DPC+ scheme; 'fast fetch mode' was enabled at startup, when it should be disabled by default. - * Fixed display for OpenGLES renderers used by Libretro - - and much more for Libretro support + * Fixed display for OpenGLES renderers used by Libretro + - and much more for Libretro support * PNG/ZIP image support is now conditionally compiled into Stella. All major ports (Linux/macOS/Windows) have it enabled by default. @@ -134,6 +134,15 @@ -Have fun! +6.0 to 6.0.1: (June 5, 2019) + + * Added support for CDFJ bankswitching type (Galaga, Wizard of War, etc). + + * Allow the DPC+ scheme to not enable playfield 'jitter' effect for + certain older DPC+ driver versions; this allows 'Epic Adventure' ROM + to finally work in Stella. + + 5.1.3 to 6.0: (December 23, 2018) * Note: because of major TIA sound changes, the state file format has diff --git a/Makefile b/Makefile index 3b23bceae..b0e41062b 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,6 @@ ## See the file "License.txt" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: Makefile,v 1.37 2009-01-11 21:31:21 stephena Exp $ -## ## Based on code from ScummVM - Scumm Interpreter ## Copyright (C) 2002-2004 The ScummVM project ##============================================================================ diff --git a/debian/changelog b/debian/changelog index acbbb673c..6b62fc4d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,433 +1,440 @@ +stella (6.0.1-1) stable; urgency=high + + * Version 6.0.1 release + + -- Stephen Anthony Wed, 5 Jun 2019 + + stella (6.0-1) stable; urgency=high * Version 6.0 release - -- Stephen Anthony TODO + -- Stephen Anthony Sun, 23 Dec 2018 stella (5.1.1-1) stable; urgency=high * Version 5.1.1 release - -- Stephen Anthony Wed, 21 Feb 2018 17:09:59 -0230 + -- Stephen Anthony Wed, 21 Feb 2018 17:09:59 -0230 stella (5.1-1) stable; urgency=high * Version 5.1 release - -- Stephen Anthony Sun, 4 Feb 2018 17:09:59 -0230 + -- Stephen Anthony Sun, 4 Feb 2018 17:09:59 -0230 stella (5.0.2-1) stable; urgency=high * Version 5.0.2 release - -- Stephen Anthony Sun, 20 Aug 2017 17:09:59 -0230 + -- Stephen Anthony Sun, 20 Aug 2017 17:09:59 -0230 stella (5.0.1-1) stable; urgency=high * Version 5.0.1 release - -- Stephen Anthony Sun, 23 Jul 2017 17:09:59 -0230 + -- Stephen Anthony Sun, 23 Jul 2017 17:09:59 -0230 stella (5.0-1) stable; urgency=high * Version 5.0 release - -- Stephen Anthony Sun, 16 Jul 2017 17:09:59 -0230 + -- Stephen Anthony Sun, 16 Jul 2017 17:09:59 -0230 stella (4.7.3-1) stable; urgency=high * Version 4.7.3 release - -- Stephen Anthony Mon, 21 Nov 2016 17:09:59 -0230 + -- Stephen Anthony Mon, 21 Nov 2016 17:09:59 -0230 stella (4.7.2-1) stable; urgency=high * Version 4.7.2 release - -- Stephen Anthony Fri, 25 Mar 2016 17:09:59 -0230 + -- Stephen Anthony Fri, 25 Mar 2016 17:09:59 -0230 stella (4.7.1-1) stable; urgency=high * Version 4.7.1 release - -- Stephen Anthony Sat, 13 Feb 2016 17:09:59 -0230 + -- Stephen Anthony Sat, 13 Feb 2016 17:09:59 -0230 stella (4.7-1) stable; urgency=high * Version 4.7 release - -- Stephen Anthony Mon, 25 Jan 2016 17:09:59 -0230 + -- Stephen Anthony Mon, 25 Jan 2016 17:09:59 -0230 stella (4.6.7-1) stable; urgency=high * Version 4.6.7 release - -- Stephen Anthony Wed, 28 Oct 2015 17:09:59 -0230 + -- Stephen Anthony Wed, 28 Oct 2015 17:09:59 -0230 stella (4.6.6-1) stable; urgency=high * Version 4.6.6 release - -- Stephen Anthony Sun, 11 Oct 2015 12:11:09 -0230 + -- Stephen Anthony Sun, 11 Oct 2015 12:11:09 -0230 stella (4.6.5-1) stable; urgency=high * Version 4.6.5 release - -- Stephen Anthony Fri, 25 Sep 2015 20:18:40 -0230 + -- Stephen Anthony Fri, 25 Sep 2015 20:18:40 -0230 stella (4.6-1) stable; urgency=high * Version 4.6 release - -- Stephen Anthony Fri, 20 Mar 2015 21:17:06 -0230 + -- Stephen Anthony Fri, 20 Mar 2015 21:17:06 -0230 stella (4.5-1) stable; urgency=high * Version 4.5 release - -- Stephen Anthony Thu, 01 Jan 2015 13:40:04 -0330 + -- Stephen Anthony Thu, 01 Jan 2015 13:40:04 -0330 stella (4.2-1) stable; urgency=high * Version 4.2 release - -- Stephen Anthony Tue, 28 Oct 2014 13:50:43 -0230 + -- Stephen Anthony Tue, 28 Oct 2014 13:50:43 -0230 stella (4.1.1-1) stable; urgency=high * Version 4.1.1 release - -- Stephen Anthony Sun, 14 Sep 2014 17:42:36 -0230 + -- Stephen Anthony Sun, 14 Sep 2014 17:42:36 -0230 stella (4.1-1) stable; urgency=high * Version 4.1 release - -- Stephen Anthony Mon, 01 Sep 2014 17:44:38 -0230 + -- Stephen Anthony Mon, 01 Sep 2014 17:44:38 -0230 stella (4.0-1) stable; urgency=high * Version 4.0 release - -- Stephen Anthony Tue, 01 Jul 2014 10:51:55 -0230 + -- Stephen Anthony Tue, 01 Jul 2014 10:51:55 -0230 stella (3.9.3-1) stable; urgency=high * Version 3.9.3 release - -- Stephen Anthony Sat, 18 Jan 2014 15:16:30 -0330 + -- Stephen Anthony Sat, 18 Jan 2014 15:16:30 -0330 stella (3.9.2-1) stable; urgency=high * Version 3.9.2 release - -- Stephen Anthony Sat, 31 Aug 2013 11:13:43 -0230 + -- Stephen Anthony Sat, 31 Aug 2013 11:13:43 -0230 stella (3.9.1-1) stable; urgency=high * Version 3.9.1 release - -- Stephen Anthony Wed, 21 Aug 2013 15:47:29 -0230 + -- Stephen Anthony Wed, 21 Aug 2013 15:47:29 -0230 stella (3.9-1) stable; urgency=high * Version 3.9 release - -- Stephen Anthony Thu, 27 Jun 2013 17:20:07 -0330 + -- Stephen Anthony Thu, 27 Jun 2013 17:20:07 -0330 stella (3.8.1-1) stable; urgency=high * Version 3.8.1 release - -- Stephen Anthony Sun, 03 Mar 2013 17:20:07 -0330 + -- Stephen Anthony Sun, 03 Mar 2013 17:20:07 -0330 stella (3.8-1) stable; urgency=high * Version 3.8 release - -- Stephen Anthony Thu, 21 Feb 2013 19:02:35 -0330 + -- Stephen Anthony Thu, 21 Feb 2013 19:02:35 -0330 stella (3.7.5-1) stable; urgency=high * Version 3.7.5 release - -- Stephen Anthony Sat, 22 Dec 2012 16:44:58 -0330 + -- Stephen Anthony Sat, 22 Dec 2012 16:44:58 -0330 stella (3.7.4-1) stable; urgency=high * Version 3.7.4 release - -- Stephen Anthony Wed, 31 Oct 2012 18:38:25 +0200 + -- Stephen Anthony Wed, 31 Oct 2012 18:38:25 +0200 stella (3.7.3-1) stable; urgency=high * Version 3.7.3 release - -- Stephen Anthony Fri, 26 Oct 2012 18:38:25 +0200 + -- Stephen Anthony Fri, 26 Oct 2012 18:38:25 +0200 stella (3.7.2-1) stable; urgency=high * Version 3.7.2 release - -- Stephen Anthony Sun, 10 Jun 2012 18:38:25 +0200 + -- Stephen Anthony Sun, 10 Jun 2012 18:38:25 +0200 stella (3.7.1-1) stable; urgency=high * Version 3.7.1 release - -- Stephen Anthony Fri, 8 Jun 2012 18:38:25 +0200 + -- Stephen Anthony Fri, 8 Jun 2012 18:38:25 +0200 stella (3.7-1) stable; urgency=high * Version 3.7 release - -- Stephen Anthony Fri, 1 Jun 2012 18:38:25 +0200 + -- Stephen Anthony Fri, 1 Jun 2012 18:38:25 +0200 stella (3.6.1-1) stable; urgency=high * Version 3.6.1 release - -- Stephen Anthony Fri, 30 Mar 2012 18:38:25 +0200 + -- Stephen Anthony Fri, 30 Mar 2012 18:38:25 +0200 stella (3.6-1) stable; urgency=high * Version 3.6 release - -- Stephen Anthony Fri, 16 Mar 2012 18:38:25 +0200 + -- Stephen Anthony Fri, 16 Mar 2012 18:38:25 +0200 stella (3.5.5-1) stable; urgency=high * Version 3.5.5 release - -- Stephen Anthony Sat, 4 Feb 2012 18:38:25 +0200 + -- Stephen Anthony Sat, 4 Feb 2012 18:38:25 +0200 stella (3.5-1) stable; urgency=high * Version 3.5 release - -- Stephen Anthony Thu, 29 Dec 2011 18:38:25 +0200 + -- Stephen Anthony Thu, 29 Dec 2011 18:38:25 +0200 stella (3.4.1-1) stable; urgency=high * Version 3.4.1 release - -- Stephen Anthony Sat, 11 June 2011 18:38:25 +0200 + -- Stephen Anthony Sat, 11 June 2011 18:38:25 +0200 stella (3.4-1) stable; urgency=high * Version 3.4 release - -- Stephen Anthony Sun, 29 May 2011 18:38:25 +0200 + -- Stephen Anthony Sun, 29 May 2011 18:38:25 +0200 stella (3.3-1) stable; urgency=high * Version 3.3 release - -- Stephen Anthony Fri, 12 Nov 2010 18:38:25 +0200 + -- Stephen Anthony Fri, 12 Nov 2010 18:38:25 +0200 stella (3.2.1-1) stable; urgency=high * Version 3.2.1 release - -- Stephen Anthony Wed, 25 Aug 2010 18:38:25 +0200 + -- Stephen Anthony Wed, 25 Aug 2010 18:38:25 +0200 stella (3.2-1) stable; urgency=high * Version 3.2 release - -- Stephen Anthony Fri 20 Aug 2010 18:38:25 +0200 + -- Stephen Anthony Fri 20 Aug 2010 18:38:25 +0200 stella (3.1.2-1) stable; urgency=high * Version 3.1.2 release - -- Stephen Anthony Mon, 3 May 2010 18:38:25 +0200 + -- Stephen Anthony Mon, 3 May 2010 18:38:25 +0200 stella (3.1.1-1) stable; urgency=high * Version 3.1.1 release - -- Stephen Anthony Mon, 26 April 2010 18:38:25 +0200 + -- Stephen Anthony Mon, 26 April 2010 18:38:25 +0200 stella (3.1-1) stable; urgency=high * Version 3.1 release - -- Stephen Anthony Thu, 22 April 2010 18:38:25 +0200 + -- Stephen Anthony Thu, 22 April 2010 18:38:25 +0200 stella (3.0-1) stable; urgency=high * Version 3.0 release - -- Stephen Anthony Fri, 11 September 2009 18:38:25 +0200 + -- Stephen Anthony Fri, 11 September 2009 18:38:25 +0200 stella (2.8.4-1) stable; urgency=high * Version 2.8.4 release - -- Stephen Anthony Thu, 4 July 2009 18:38:25 +0200 + -- Stephen Anthony Thu, 4 July 2009 18:38:25 +0200 stella (2.8.3-1) stable; urgency=low * Version 2.8.3 release - -- Stephen Anthony Thu, 25 June 2009 18:38:25 +0200 + -- Stephen Anthony Thu, 25 June 2009 18:38:25 +0200 stella (2.8.2-1) stable; urgency=low * Version 2.8.2 release - -- Stephen Anthony Tue, 23 June 2009 18:38:25 +0200 + -- Stephen Anthony Tue, 23 June 2009 18:38:25 +0200 stella (2.8.1-1) stable; urgency=low * Version 2.8.1 release - -- Stephen Anthony Fri, 19 June 2009 18:38:25 +0200 + -- Stephen Anthony Fri, 19 June 2009 18:38:25 +0200 stella (2.8-1) stable; urgency=low * Version 2.8 release - -- Stephen Anthony Mon, 8 June 2009 18:38:25 +0200 + -- Stephen Anthony Mon, 8 June 2009 18:38:25 +0200 stella (2.7.7-1) stable; urgency=low * Version 2.7.7 release - -- Stephen Anthony Fri, 1 May 2009 18:38:25 +0200 + -- Stephen Anthony Fri, 1 May 2009 18:38:25 +0200 stella (2.7.6-1) stable; urgency=low * Version 2.7.6 release - -- Stephen Anthony Tue, 14 Apr 2009 18:38:25 +0200 + -- Stephen Anthony Tue, 14 Apr 2009 18:38:25 +0200 stella (2.7.5-1) stable; urgency=low * Version 2.7.5 release - -- Stephen Anthony Fri, 27 Mar 2009 18:38:25 +0200 + -- Stephen Anthony Fri, 27 Mar 2009 18:38:25 +0200 stella (2.7.3-1) stable; urgency=low * Version 2.7.3 release - -- Stephen Anthony Mon, 09 Feb 2009 18:38:25 +0200 + -- Stephen Anthony Mon, 09 Feb 2009 18:38:25 +0200 stella (2.7.2-1) stable; urgency=low * Version 2.7.2 release - -- Stephen Anthony Tue, 27 Jan 2009 18:38:25 +0200 + -- Stephen Anthony Tue, 27 Jan 2009 18:38:25 +0200 stella (2.7.1-1) stable; urgency=low * Version 2.7.1 release - -- Stephen Anthony Mon, 26 Jan 2009 18:38:25 +0200 + -- Stephen Anthony Mon, 26 Jan 2009 18:38:25 +0200 stella (2.7-1) stable; urgency=low * Version 2.7 release - -- Stephen Anthony Sat, 17 Jan 2009 18:38:25 +0200 + -- Stephen Anthony Sat, 17 Jan 2009 18:38:25 +0200 stella (2.6.1-1) stable; urgency=low * Version 2.6.1 release - -- Stephen Anthony Thu, 22 May 2008 18:38:25 +0200 + -- Stephen Anthony Thu, 22 May 2008 18:38:25 +0200 stella (2.6-1) stable; urgency=low * Version 2.6 release - -- Stephen Anthony Fri, 16 May 2008 18:38:25 +0200 + -- Stephen Anthony Fri, 16 May 2008 18:38:25 +0200 stella (2.5.1-1) stable; urgency=low * Version 2.5.1 release - -- Stephen Anthony Wed, 9 Apr 2008 18:38:25 +0200 + -- Stephen Anthony Wed, 9 Apr 2008 18:38:25 +0200 stella (2.5-1) stable; urgency=low * Version 2.5 release - -- Stephen Anthony Fri, 28 Mar 2008 18:38:25 +0200 + -- Stephen Anthony Fri, 28 Mar 2008 18:38:25 +0200 stella (2.4.2-1) stable; urgency=low * Version 2.4.2 release - -- Stephen Anthony Mon, 17 Sep 2007 18:38:25 +0200 + -- Stephen Anthony Mon, 17 Sep 2007 18:38:25 +0200 stella (2.4.1-1) stable; urgency=low * Version 2.4.1 release - -- Stephen Anthony Mon, 27 Aug 2007 18:38:25 +0200 + -- Stephen Anthony Mon, 27 Aug 2007 18:38:25 +0200 diff --git a/docs/debugger.html b/docs/debugger.html index 92189e391..646b72810 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -6,7 +6,7 @@
Stella
-

Release 6.0

+

Release 6.1

Integrated Debugger

(a work in progress)


diff --git a/docs/index.html b/docs/index.html index a8797b52e..f37185281 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,7 +61,7 @@


-
February 1999 - December 2018
+
February 1999 - September 2019
The Stella Team
Stella Homepage
diff --git a/src/macos/Info-Stella.plist b/src/macos/Info-Stella.plist index bf43e9acf..ac022cb7c 100644 --- a/src/macos/Info-Stella.plist +++ b/src/macos/Info-Stella.plist @@ -45,7 +45,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 6.0 + 6.1 CFBundleName Stella CFBundlePackageType @@ -53,7 +53,7 @@ CFBundleSignature StLa CFBundleVersion - 6.0 + 6.1 LSApplicationCategoryType public.app-category.games LSMinimumSystemVersionByArchitecture diff --git a/src/unix/stella.spec b/src/unix/stella.spec index 6089b9bc7..7be3e8cad 100644 --- a/src/unix/stella.spec +++ b/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 6.0 +%define version 6.1 %define rel 1 %define enable_sound 1 @@ -100,188 +100,194 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog -* Sun Dec 23 2018 Stephen Anthony 6.0-1 +* ddd Sep d 2019 Stephen Anthony 6.1-1 +- Version 6.1 release + +* Wed Jun 5 2019 Stephen Anthony 6.0.1-1 +- Version 6.0.1 release + +* Sun Dec 23 2018 Stephen Anthony 6.0-1 - Version 6.0 release -* Wed Feb 21 2018 Stephen Anthony 5.1.1-1 +* Wed Feb 21 2018 Stephen Anthony 5.1.1-1 - Version 5.1.1 release -* Sun Feb 04 2018 Stephen Anthony 5.1-1 +* Sun Feb 04 2018 Stephen Anthony 5.1-1 - Version 5.1 release -* Sun Aug 20 2017 Stephen Anthony 5.0.2-1 +* Sun Aug 20 2017 Stephen Anthony 5.0.2-1 - Version 5.0.2 release -* Sun Jul 23 2017 Stephen Anthony 5.0.1-1 +* Sun Jul 23 2017 Stephen Anthony 5.0.1-1 - Version 5.0.1 release -* Sun Jul 16 2017 Stephen Anthony 5.0-1 +* Sun Jul 16 2017 Stephen Anthony 5.0-1 - Version 5.0 release -* Mon Nov 21 2016 Stephen Anthony 4.7.3-1 +* Mon Nov 21 2016 Stephen Anthony 4.7.3-1 - Version 4.7.3 release -* Fri Mar 25 2016 Stephen Anthony 4.7.2-1 +* Fri Mar 25 2016 Stephen Anthony 4.7.2-1 - Version 4.7.2 release -* Sat Feb 13 2016 Stephen Anthony 4.7.1-1 +* Sat Feb 13 2016 Stephen Anthony 4.7.1-1 - Version 4.7.1 release -* Mon Jan 25 2016 Stephen Anthony 4.7-1 +* Mon Jan 25 2016 Stephen Anthony 4.7-1 - Version 4.7 release -* Wed Oct 28 2015 Stephen Anthony 4.6.7-1 +* Wed Oct 28 2015 Stephen Anthony 4.6.7-1 - Version 4.6.7 release -* Sun Oct 11 2015 Stephen Anthony 4.6.6-1 +* Sun Oct 11 2015 Stephen Anthony 4.6.6-1 - Version 4.6.6 release -* Sat Sep 26 2015 Stephen Anthony 4.6.5-1 +* Sat Sep 26 2015 Stephen Anthony 4.6.5-1 - Version 4.6.5 release -* Wed Apr 22 2015 Stephen Anthony 4.6.1-1 +* Wed Apr 22 2015 Stephen Anthony 4.6.1-1 - Version 4.6.1 release -* Sat Mar 21 2015 Stephen Anthony 4.6-1 +* Sat Mar 21 2015 Stephen Anthony 4.6-1 - Version 4.6 release -* Thu Jan 1 2015 Stephen Anthony 4.5-1 +* Thu Jan 1 2015 Stephen Anthony 4.5-1 - Version 4.5 release -* Tue Oct 28 2014 Stephen Anthony 4.2-1 +* Tue Oct 28 2014 Stephen Anthony 4.2-1 - Version 4.2 release -* Sun Sep 14 2014 Stephen Anthony 4.1.1-1 +* Sun Sep 14 2014 Stephen Anthony 4.1.1-1 - Version 4.1.1 release -* Mon Sep 1 2014 Stephen Anthony 4.1-1 +* Mon Sep 1 2014 Stephen Anthony 4.1-1 - Version 4.1 release -* Tue Jul 1 2014 Stephen Anthony 4.0-1 +* Tue Jul 1 2014 Stephen Anthony 4.0-1 - Version 4.0 release -* Mon Jan 20 2014 Stephen Anthony 3.9.3-1 +* Mon Jan 20 2014 Stephen Anthony 3.9.3-1 - Version 3.9.3 release -* Sat Aug 31 2013 Stephen Anthony 3.9.2-1 +* Sat Aug 31 2013 Stephen Anthony 3.9.2-1 - Version 3.9.2 release -* Wed Aug 21 2013 Stephen Anthony 3.9.1-1 +* Wed Aug 21 2013 Stephen Anthony 3.9.1-1 - Version 3.9.1 release -* Thu Jun 27 2013 Stephen Anthony 3.9-1 +* Thu Jun 27 2013 Stephen Anthony 3.9-1 - Version 3.9 release -* Sun Mar 3 2013 Stephen Anthony 3.8.1-1 +* Sun Mar 3 2013 Stephen Anthony 3.8.1-1 - Version 3.8.1 release -* Thu Feb 21 2013 Stephen Anthony 3.8-1 +* Thu Feb 21 2013 Stephen Anthony 3.8-1 - Version 3.8 release -* Sat Dec 22 2012 Stephen Anthony 3.7.5-1 +* Sat Dec 22 2012 Stephen Anthony 3.7.5-1 - Version 3.7.5 release -* Wed Oct 31 2012 Stephen Anthony 3.7.4-1 +* Wed Oct 31 2012 Stephen Anthony 3.7.4-1 - Version 3.7.4 release -* Fri Oct 26 2012 Stephen Anthony 3.7.3-1 +* Fri Oct 26 2012 Stephen Anthony 3.7.3-1 - Version 3.7.3 release -* Sun Jun 10 2012 Stephen Anthony 3.7.2-1 +* Sun Jun 10 2012 Stephen Anthony 3.7.2-1 - Version 3.7.2 release -* Fri Jun 8 2012 Stephen Anthony 3.7.1-1 +* Fri Jun 8 2012 Stephen Anthony 3.7.1-1 - Version 3.7.1 release -* Fri Jun 1 2012 Stephen Anthony 3.7-1 +* Fri Jun 1 2012 Stephen Anthony 3.7-1 - Version 3.7 release -* Fri Mar 30 2012 Stephen Anthony 3.6.1-1 +* Fri Mar 30 2012 Stephen Anthony 3.6.1-1 - Version 3.6.1 release -* Fri Mar 16 2012 Stephen Anthony 3.6-1 +* Fri Mar 16 2012 Stephen Anthony 3.6-1 - Version 3.6 release -* Sat Feb 4 2012 Stephen Anthony 3.5.5-1 +* Sat Feb 4 2012 Stephen Anthony 3.5.5-1 - Version 3.5.5 release -* Thu Dec 29 2011 Stephen Anthony 3.5-1 +* Thu Dec 29 2011 Stephen Anthony 3.5-1 - Version 3.5 release -* Sat Jun 11 2011 Stephen Anthony 3.4.1-1 +* Sat Jun 11 2011 Stephen Anthony 3.4.1-1 - Version 3.4.1 release -* Sun May 29 2011 Stephen Anthony 3.4-1 +* Sun May 29 2011 Stephen Anthony 3.4-1 - Version 3.4 release -* Fri Nov 12 2010 Stephen Anthony 3.3-1 +* Fri Nov 12 2010 Stephen Anthony 3.3-1 - Version 3.3 release -* Wed Aug 25 2010 Stephen Anthony 3.2.1-1 +* Wed Aug 25 2010 Stephen Anthony 3.2.1-1 - Version 3.2.1 release -* Fri Aug 20 2010 Stephen Anthony 3.2-1 +* Fri Aug 20 2010 Stephen Anthony 3.2-1 - Version 3.2 release -* Mon May 3 2010 Stephen Anthony 3.1.2-1 +* Mon May 3 2010 Stephen Anthony 3.1.2-1 - Version 3.1.2 release -* Mon Apr 26 2010 Stephen Anthony 3.1.1-1 +* Mon Apr 26 2010 Stephen Anthony 3.1.1-1 - Version 3.1.1 release -* Thu Apr 22 2010 Stephen Anthony 3.1-1 +* Thu Apr 22 2010 Stephen Anthony 3.1-1 - Version 3.1 release -* Fri Sep 11 2009 Stephen Anthony 3.0-1 +* Fri Sep 11 2009 Stephen Anthony 3.0-1 - Version 3.0 release -* Thu Jul 4 2009 Stephen Anthony 2.8.4-1 +* Thu Jul 4 2009 Stephen Anthony 2.8.4-1 - Version 2.8.4 release -* Thu Jun 25 2009 Stephen Anthony 2.8.3-1 +* 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 +* Tue Jun 23 2009 Stephen Anthony 2.8.2-1 - Version 2.8.2 release -* Fri Jun 19 2009 Stephen Anthony 2.8.1-1 +* Fri Jun 19 2009 Stephen Anthony 2.8.1-1 - Version 2.8.1 release -* Tue Jun 9 2009 Stephen Anthony 2.8-1 +* Tue Jun 9 2009 Stephen Anthony 2.8-1 - Version 2.8 release -* Tue May 1 2009 Stephen Anthony 2.7.7-1 +* Tue May 1 2009 Stephen Anthony 2.7.7-1 - Version 2.7.7 release -* Tue Apr 14 2009 Stephen Anthony 2.7.6-1 +* Tue Apr 14 2009 Stephen Anthony 2.7.6-1 - Version 2.7.6 release -* Fri Mar 27 2009 Stephen Anthony 2.7.5-1 +* 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 +* Mon Feb 9 2009 Stephen Anthony 2.7.3-1 - Version 2.7.3 release -* Tue Jan 27 2009 Stephen Anthony 2.7.2-1 +* Tue Jan 27 2009 Stephen Anthony 2.7.2-1 - Version 2.7.2 release -* Mon Jan 26 2009 Stephen Anthony 2.7.1-1 +* Mon Jan 26 2009 Stephen Anthony 2.7.1-1 - Version 2.7.1 release -* Sat Jan 17 2009 Stephen Anthony 2.7-1 +* Sat Jan 17 2009 Stephen Anthony 2.7-1 - Version 2.7 release -* Thu May 22 2008 Stephen Anthony 2.6.1-1 +* Thu May 22 2008 Stephen Anthony 2.6.1-1 - Version 2.6.1 release -* Fri May 16 2008 Stephen Anthony 2.6-1 +* Fri May 16 2008 Stephen Anthony 2.6-1 - Version 2.6 release -* Wed Apr 9 2008 Stephen Anthony 2.5.1-1 +* Wed Apr 9 2008 Stephen Anthony 2.5.1-1 - Version 2.5.1 release -* Fri Mar 28 2008 Stephen Anthony 2.5-1 +* Fri Mar 28 2008 Stephen Anthony 2.5-1 - Version 2.5 release -* Mon Aug 27 2007 Stephen Anthony 2.4.1-1 +* Mon Aug 27 2007 Stephen Anthony 2.4.1-1 - Version 2.4.1 release diff --git a/src/windows/stella.rc b/src/windows/stella.rc index 4a328e99d..4d64168e4 100755 --- a/src/windows/stella.rc +++ b/src/windows/stella.rc @@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 6,0,0,0 - PRODUCTVERSION 6,0,0,0 + FILEVERSION 6,1,0,0 + PRODUCTVERSION 6,1,0,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 GPLv2." VALUE "CompanyName", "The Stella Team (https://stella-emu.github.io)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "6.0" + VALUE "FileVersion", "6.1" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (c) 1995-2019 The Stella Team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "6.0" + VALUE "ProductVersion", "6.1" END END BLOCK "VarFileInfo"