CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/08 20:51:39
Modified files: . : ChangeLog plugin : plugin.cpp Log message: Patch by Benjamin Wolsey: * plugin/plugin.cpp: replicate compatibility version to the end, to make UFO flash version detector happy. Fixes bug #20696. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3969&r2=1.3970 http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.cpp?cvsroot=gnash&r1=1.80&r2=1.81 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3969 retrieving revision 1.3970 diff -u -b -r1.3969 -r1.3970 --- ChangeLog 8 Aug 2007 20:08:58 -0000 1.3969 +++ ChangeLog 8 Aug 2007 20:51:38 -0000 1.3970 @@ -1,3 +1,8 @@ +2007-08-08 Benjamin Wolsey <[EMAIL PROTECTED]> + + * plugin/plugin.cpp: replicate compatibility version to the end, to + make UFO flash version detector happy. Fixes bug #20696. + 2007-08-08 Sandro Santilli <[EMAIL PROTECTED]> * server/sprite_instance.cpp: drop set_variable() methods. Index: plugin/plugin.cpp =================================================================== RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v retrieving revision 1.80 retrieving revision 1.81 diff -u -b -r1.80 -r1.81 --- plugin/plugin.cpp 1 Aug 2007 04:02:13 -0000 1.80 +++ plugin/plugin.cpp 8 Aug 2007 20:51:39 -0000 1.81 @@ -15,7 +15,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -/* $Id: plugin.cpp,v 1.80 2007/08/01 04:02:13 strk Exp $ */ +/* $Id: plugin.cpp,v 1.81 2007/08/08 20:51:39 strk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -35,7 +35,7 @@ <a href=\"http://www.gnu.org/licenses/gpl.html\">GNU General Public License \ </a>. For more information about Gnash, see <a \ href=\"http://www.gnu.org/software/gnash/\"> \ - http://www.gnu.org/software/gnash</a>." + http://www.gnu.org/software/gnash</a>. Compatible Shockwave Flash 8.0 r99." #include <sys/param.h> #include "plugin.h" //Fixes Warning on redef of MIN/MAX _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit