From 8354e48119b6dbc7d242eb6b94593b8f72250cdc Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sun, 7 Sep 2014 19:24:09 +0200 Subject: [PATCH] Upgrade node-webkit to 0.10.4 for all platforms. --- BUGS.org | 13 ++++++++++--- Makefile | 3 +-- 2 files changed, 11 insertions(+), 5 deletions(-) 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 -- 2.20.1