aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-08 17:49:56 +0800
committerXan Lopez <xan@igalia.com>2013-03-08 17:49:56 +0800
commit26f036459b6c3c1cac7f923155fd9974c5212de0 (patch)
tree11c0ddef5f20bc0b5449540f7843abda5db3a26e
parent06fd8305198eb4c10fa70df9a4a0070d31744587 (diff)
downloadgsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.tar
gsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.tar.gz
gsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.tar.bz2
gsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.tar.lz
gsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.tar.xz
gsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.tar.zst
gsoc2013-epiphany-26f036459b6c3c1cac7f923155fd9974c5212de0.zip
[release] 3.7.913.7.91
In the end we are still going with WebKit1 by default for this release, since a few unit tests are failing and it's already pretty late. Next chance in .92.
-rw-r--r--NEWS12
-rw-r--r--configure.ac6
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 27051b7a7..5cd4ca5e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
===============
+Epiphany 3.7.91
+===============
+
+Changes:
+
+ - Add a setting to control delayed tab loading on startup (#694470)
+ - Port Web to libsecret for password storage (#679918)
+ - New startup page for Incognito mode (#694200)
+ - More missing features and bug fixes in the WebKit2 backend.
+ - Other bugfixes and cleanups.
+
+===============
Epiphany 3.7.90
===============
diff --git a/configure.ac b/configure.ac
index ba768e7ba..187d016cc 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],[90])
+m4_define([epiphany_version_micro],[91])
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])
@@ -93,8 +93,8 @@ GCR_REQUIRED=3.5.5
AVAHI_REQUIRED=0.6.22
AC_ARG_WITH(webkit2,
- [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=yes]])],
- [],[with_webkit2=yes])
+ [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=no]])],
+ [],[with_webkit2=no])
if test "x$with_webkit2" != xno; then
WEBKIT_GTK_PC_NAME=webkit2gtk-3.0