[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[773] trunk/fuse/fusepb
Brought to you by:
fredm
From: <fr...@us...> - 2014-02-14 11:29:33
|
Revision: 773 http://sourceforge.net/p/fuse-for-macosx/code/773 Author: fredm Date: 2014-02-14 11:29:29 +0000 (Fri, 14 Feb 2014) Log Message: ----------- Bring changelog and version numbers up to date. Modified Paths: -------------- trunk/fuse/fusepb/English.lproj/InfoPlist.strings trunk/fuse/fusepb/Info-Fuse.plist trunk/fuse/fusepb/config.h trunk/fuse/fusepb/resources/Fuse Help/html/changelog.html Modified: trunk/fuse/fusepb/English.lproj/InfoPlist.strings =================================================================== (Binary files differ) Modified: trunk/fuse/fusepb/Info-Fuse.plist =================================================================== --- trunk/fuse/fusepb/Info-Fuse.plist 2014-02-13 12:13:39 UTC (rev 772) +++ trunk/fuse/fusepb/Info-Fuse.plist 2014-02-14 11:29:29 UTC (rev 773) @@ -548,11 +548,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.1.1</string> + <string>1.1.1.1</string> <key>CFBundleSignature</key> <string>FUSE</string> <key>CFBundleVersion</key> - <string>1.1.1</string> + <string>1.1.1.1</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> Modified: trunk/fuse/fusepb/config.h =================================================================== --- trunk/fuse/fusepb/config.h 2014-02-13 12:13:39 UTC (rev 772) +++ trunk/fuse/fusepb/config.h 2014-02-14 11:29:29 UTC (rev 773) @@ -5,7 +5,7 @@ #define BUILD_SPECTRANET 1 /* Define copyright of Fuse */ -#define FUSE_COPYRIGHT "(c) 1999-2013 Philip Kendall and others" +#define FUSE_COPYRIGHT "(c) 1999-2014 Philip Kendall and others" /* Define version information for win32 executables */ #define FUSE_RC_VERSION 1,1,0,0 @@ -167,7 +167,7 @@ /* #undef USE_WIDGET */ /* Version number of package */ -#define VERSION "1.1.0" +#define VERSION "1.1.1.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ Modified: trunk/fuse/fusepb/resources/Fuse Help/html/changelog.html =================================================================== --- trunk/fuse/fusepb/resources/Fuse Help/html/changelog.html 2014-02-13 12:13:39 UTC (rev 772) +++ trunk/fuse/fusepb/resources/Fuse Help/html/changelog.html 2014-02-14 11:29:29 UTC (rev 773) @@ -10,8 +10,36 @@ <body> <font face="Lucida Grande,Helvetica,Arial"> <!-- AppleSegStart="What's New In Fuse?" --><a name="What's New In - Fuse?" id="What's New In Fuse?"></a><!-- AppleSegDescription="This section describes the changes for version 1.1.1 of the Fuse emulator." --></font><br> + Fuse?" id="What's New In Fuse?"></a><!-- AppleSegDescription="This section describes the changes for version 1.1.1.1 of the Fuse emulator." --></font><br> <h2><font><font face="Lucida Grande,Helvetica,Arial">What's new in + Fuse For Mac OS X 1.1.1.1</font></font></h2> + <ul> + <li><font face="Lucida Grande,Helvetica,Arial">Miscellaneous + improvements:</font></li> + <li style="list-style-type: none; list-style-image: none; + list-style-position: outside;"> + <ul> + <li><font face="Lucida Grande,Helvetica,Arial">Fix kernel + panic resizing window during screen updates (Fredrick + Meunier).</font></li> + <li><font face="Lucida Grande,Helvetica,Arial">Restore support + for playing emulator recordings (RZX files) with no + embedded snapshot</font><font face="Lucida + Grande,Helvetica,Arial"> (Fredrick Meunier).</font></li> + <li><font face="Lucida Grande,Helvetica,Arial">Restore support + for competition mode emulator recordings (RZX files) </font><font + face="Lucida Grande,Helvetica,Arial"><font face="Lucida + Grande,Helvetica,Arial">(Fredrick Meunier).</font></font></li> + <li><font face="Lucida Grande,Helvetica,Arial"><font + face="Lucida Grande,Helvetica,Arial">Fix sound loop when + pausing emulator</font></font><font face="Lucida + Grande,Helvetica,Arial"> (Fredrick Meunier).</font></li> + <li><font face="Lucida Grande,Helvetica,Arial">Now requires + Mac OS X 10.8+</font></li> + </ul> + </li> + </ul> + <h2><font><font face="Lucida Grande,Helvetica,Arial">What's new in Fuse For Mac OS X 1.1.1</font></font></h2> <ul> <li><font face="Lucida Grande,Helvetica,Arial">New policy:</font></li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |