From: Joe Wreschnig Date: Sun, 7 Sep 2014 17:24:09 +0000 (+0200) Subject: Upgrade node-webkit to 0.10.4 for all platforms. X-Git-Tag: v1.1~4 X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=commitdiff_plain;h=8354e48119b6dbc7d242eb6b94593b8f72250cdc;ds=sidebyside Upgrade node-webkit to 0.10.4 for all platforms. --- diff --git a/BUGS.org b/BUGS.org index 95be2a4..b480842 100644 --- a/BUGS.org +++ b/BUGS.org @@ -1,3 +1,10 @@ -* TODO Close buttons should be position:fixed -* TODO Detect WebGL failure on Windows and offer DX redistributable -* TODO Fix version number in OS X About dialog +* Next Version +** Upgrade node-webkit wrapper to 0.10.4. + This moves the Windows version of Chromium several steps forward, + and fixes the stall that prevented the 0.10.x series from working + properly on Windows before. + +* Pending +** TODO Close buttons should be position:fixed +** TODO Detect WebGL failure on Windows and offer DX redistributable +** TODO Fix version number in OS X About dialog diff --git a/Makefile b/Makefile index 06f7e3f..3753998 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ #!/usr/bin/make -f -node-webkit-version := 0.10.2 -node-webkit-version-win-ia32.zip := 0.8.6 +node-webkit-version := 0.10.4 .DELETE_ON_ERROR: include rules/programs.mk