diff options
-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.2 +=============== + +Changes: + + - Get rid of the spinner in the toolbar, port tab spinners to + GtkSpinner (#524809, #598442) + - Enable web inspector unconditionally. + - Use full content zooming by default (#615362). + - Various cleanups and bugfixes. + +=============== Epiphany 2.91.1 =============== diff --git a/configure.ac b/configure.ac index 9a6cc9f53..8bf2a5673 100644 --- a/configure.ac +++ b/configure.ac @@ -93,12 +93,12 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.25.13 -GTK_REQUIRED=2.91.1 +GTK_REQUIRED=2.91.4 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.5 +WEBKIT_GTK_REQUIRED=1.3.6 LIBSOUP_GNOME_REQUIRED=2.29.91 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |