From 26f036459b6c3c1cac7f923155fd9974c5212de0 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 8 Mar 2013 10:49:56 +0100 Subject: [release] 3.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. --- NEWS | 12 ++++++++++++ configure.ac | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 27051b7a7..5cd4ca5e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +=============== +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 -- cgit v1.2.3