Upgrade node-webkit to 0.10.4 for all platforms.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 7 Sep 2014 17:24:09 +0000 (19:24 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 7 Sep 2014 17:24:09 +0000 (19:24 +0200)
BUGS.org
Makefile

index 95be2a4..b480842 100644 (file)
--- 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
index 06f7e3f..3753998 100644 (file)
--- 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