diff options
author | Xan Lopez <xan@gnome.org> | 2010-06-29 05:25:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-06-29 05:52:29 +0800 |
commit | 5b1f5607e251648a815041290b6708ee27745dca (patch) | |
tree | 9738390cfad4adfb92df16b6769f4b1e5babfc7d | |
parent | 6f7399f3b787242e3164aaab9d12e5955472f997 (diff) | |
download | gsoc2013-epiphany-5b1f5607e251648a815041290b6708ee27745dca.tar.gz gsoc2013-epiphany-5b1f5607e251648a815041290b6708ee27745dca.tar.zst gsoc2013-epiphany-5b1f5607e251648a815041290b6708ee27745dca.zip |
2.31.4
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,13 @@ =============== +Epiphany 2.31.4 +=============== + +Changes: + + - Port to GTK+ 3.x. GTK+ 3.x is now required to build, 2.x support + is dropped. + +=============== Epiphany 2.31.3 =============== diff --git a/configure.ac b/configure.ac index 274998d46..75fff457c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[31]) -m4_define([epiphany_version_micro],[3]) +m4_define([epiphany_version_micro],[4]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -100,7 +100,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.3.1 +WEBKIT_GTK_REQUIRED=1.3.2 LIBSOUP_GNOME_REQUIRED=2.29.91 GNOME_KEYRING_REQUIRED=2.26.0 |