aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-20 00:04:18 +0800
committerXan Lopez <xan@igalia.com>2013-03-21 02:37:56 +0800
commitcc9e3710001886f6e78c655f237784f4b7bf4ce1 (patch)
tree0c33b08d418b6375c96c3daa6e306dcd02340084
parent8a8c666da4e43027eed87d93e5c4154fb7b0ff8b (diff)
downloadgsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar
gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.gz
gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.bz2
gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.lz
gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.xz
gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.zst
gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.zip
[release] 3.7.923.7.92
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cd4ca5e4..82d4aea42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===============
+Epiphany 3.7.92
+===============
+
+Changes:
+
+ - We now use WebKit2 by default.
+ - Fix all the remaining WebKit2 feature regressions that were on
+ track for 3.8. See bug #678610
+ - Other bugfixes and cleanups.
+
+===============
Epiphany 3.7.91
===============
diff --git a/configure.ac b/configure.ac
index f1b55d413..e0e6886f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[7])
-m4_define([epiphany_version_micro],[91])
+m4_define([epiphany_version_micro],[92])
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])