diff options
author | Xan Lopez <xan@gnome.org> | 2011-02-03 06:52:11 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2011-02-03 06:52:11 +0800 |
commit | 92887785bb6e933de0269b2b477ce51303e9d957 (patch) | |
tree | 53c20e1f454001c6229b934ab70a9bd5b0b683c8 | |
parent | db444bd5cee470b00414662d0c5dba206f367df4 (diff) | |
download | gsoc2013-epiphany-92887785bb6e933de0269b2b477ce51303e9d957.tar.gz gsoc2013-epiphany-92887785bb6e933de0269b2b477ce51303e9d957.tar.zst gsoc2013-epiphany-92887785bb6e933de0269b2b477ce51303e9d957.zip |
[release] 2.91.62.91.6
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,13 @@ =============== +Epiphany 2.91.6 +=============== + +Changes: + + - Use libsoup's cache implementation instead of WebKit's, which has + been removed now. + +=============== Epiphany 2.91.5 =============== diff --git a/configure.ac b/configure.ac index 6e7e7209e..175d00c3e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[91]) -m4_define([epiphany_version_micro],[5]) +m4_define([epiphany_version_micro],[6]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -98,7 +98,7 @@ LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.3.9 +WEBKIT_GTK_REQUIRED=1.3.11 LIBSOUP_GNOME_REQUIRED=2.33.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |