aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
ass='deletions'>-4/+7 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1 * - Trim Makefile headerswen2013-01-121-1/+1 * - Update to 1.2.2jhale2012-10-182-9/+21 * -remove MD5ohauer2011-07-031-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - Drop maintainershipmiwi2009-07-111-1/+1 * - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-261-1/+1 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Update to 1.2.1miwi2008-06-213-15/+10 * Remove FreeBSD 4.x supportlaszlof2007-07-031-8/+2 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1 * Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1 * Conversion to a single libtool environment.ade2006-02-232-1/+4 * - Update to 1.1.0pav2006-01-014-9/+25 * - Add some SHA256 checksumspav2005-11-241-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * . Update to 1.0.12.glewis2005-06-043-14/+4 * change the libtool version to use from 1.3 to 1.5oliver2005-06-011-1/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * SIZEify.trevor2004-01-291-0/+1 * - Update to version 1.0.11krion2003-10-26