From cc881aacfd48a3a283398bc2824a4a7e21aa7593 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 30 May 2013 13:07:36 +0200 Subject: [release] 3.9.2 --- NEWS | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 82d4aea42..5bcd1328f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +============== +Epiphany 3.9.2 +============== + +Changes: + + - Remove WebKit1 support, epiphany is now WebKit2 only. + - Fix the encoding dialog, it was broken. + - Compile template pages as GResources (#696792) + - Allow running a standalone instance with a custom profile (#699602) + - Make ephy startup with Wayland + - Lots of minor fixes + =============== Epiphany 3.7.92 =============== diff --git a/configure.ac b/configure.ac index 6c011dffa..5f61a556f 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[9]) -m4_define([epiphany_version_micro],[0]) +m4_define([epiphany_version_micro],[2]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) @@ -76,7 +76,7 @@ GLIB_REQUIRED=2.35.6 GTK_REQUIRED=3.7.10 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 -WEBKIT_GTK_REQUIRED=1.11.92 +WEBKIT_GTK_REQUIRED=2.1.1 LIBSOUP_REQUIRED=2.42.1 GNOME_DESKTOP_REQUIRED=2.91.2 LIBSECRET_REQUIRED=0.14 -- cgit v1.2.3