aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-05-30 19:07:36 +0800
committerXan Lopez <xan@igalia.com>2013-05-30 19:07:36 +0800
commitcc881aacfd48a3a283398bc2824a4a7e21aa7593 (patch)
tree9d54b5ee6e7b9873bd1e3b34613b384dda53dc75
parent991a54e34e5572cc87a3e25e852ac12b3ff00d98 (diff)
downloadgsoc2013-epiphany-3.9.2.tar
gsoc2013-epiphany-3.9.2.tar.gz
gsoc2013-epiphany-3.9.2.tar.bz2
gsoc2013-epiphany-3.9.2.tar.lz
gsoc2013-epiphany-3.9.2.tar.xz
gsoc2013-epiphany-3.9.2.tar.zst
gsoc2013-epiphany-3.9.2.zip
[release] 3.9.23.9.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
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