diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-19 13:20:46 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-10-19 13:20:46 +0800 |
commit | dd5b80092b1ca0e202dda7d77bc5de88d7114a3a (patch) | |
tree | e37e711dc9f40938b1ca91d215e99cdadb918147 | |
parent | 44cb4c9450ad3e22b0777266f04b7c792d579bbf (diff) | |
download | gsoc2013-epiphany-dd5b80092b1ca0e202dda7d77bc5de88d7114a3a.tar.gz gsoc2013-epiphany-dd5b80092b1ca0e202dda7d77bc5de88d7114a3a.tar.zst gsoc2013-epiphany-dd5b80092b1ca0e202dda7d77bc5de88d7114a3a.zip |
[release] 2.91.12.91.1
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -1,4 +1,16 @@ =============== +Epiphany 2.91.1 +=============== + +Changes: + + - Port to GSettings (##624485) + - Updated to use GTK+ 3.x (unconditionally) and + gobject-introspection 0.9.5. + - Use the geolocation support in WebKit (#626687) + - A ton of bugfixes. + +=============== Epiphany 2.31.5 =============== diff --git a/configure.ac b/configure.ac index ffabebdca..4d64220f2 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],[0]) +m4_define([epiphany_version_micro],[1]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -99,7 +99,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.5.1 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.3.2 +WEBKIT_GTK_REQUIRED=1.3.5 LIBSOUP_GNOME_REQUIRED=2.29.91 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.2 |