commit 742f79b1f1bcbcf3eb9fad9ae07fb32feaad674a Author: Xan Lopez Date: Tue Aug 7 11:09:42 2012 +0200 [release] 3.4.3 Require WebKitGTK+ 1.8.2 NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit ce12f3f3bbd8f27af73fb08dfead85cf86657a79 Author: Claudio Saavedra Date: Wed Aug 1 09:23:30 2012 +0200 ephy-history-service: prevent double call to execute_quit() execute_quit() is called already when the QUIT message is received, there is no need to call it after the thread loop quits. https://bugzilla.gnome.org/show_bug.cgi?id=680529 lib/history/ephy-history-service.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit bb7adc4258b4d772e3474f7d91bedf981b025fcd Author: Claudio Saavedra Date: Thu Aug 2 10:11:29 2012 +0200 popup-commands: don't cancel a download that hasn't even been started Cancelling the "save link as" dialog is calling ephy_download_cancel() even when ephy_download_start() has not been called. This causes a critical warning in webkit. https://bugzilla.gnome.org/show_bug.cgi?id=681010 src/popup-commands.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit d2a6d41270a24e24aae51ba63b15082a3f8c5e8c Author: Xan Lopez Date: Sat May 19 22:17:05 2012 +0900 [release] 3.4.2 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-)