diff options
| author | Xan Lopez <xlopez@igalia.com> | 2011-07-01 10:22:39 +0800 |
|---|---|---|
| committer | Xan Lopez <xlopez@igalia.com> | 2011-07-01 10:22:39 +0800 |
| commit | 4877a965d7df25bff160d9a90992b99ae2c54204 (patch) | |
| tree | 0b003a606622f1dff36ab9051019471df488e8e2 | |
| parent | fb3464fb3a85f754991185cb30326b76e033b166 (diff) | |
| download | gsoc2013-epiphany-3.0.4.tar gsoc2013-epiphany-3.0.4.tar.gz gsoc2013-epiphany-3.0.4.tar.bz2 gsoc2013-epiphany-3.0.4.tar.lz gsoc2013-epiphany-3.0.4.tar.xz gsoc2013-epiphany-3.0.4.tar.zst gsoc2013-epiphany-3.0.4.zip | |
[release] 3.0.43.0.4
| -rw-r--r-- | NEWS | 13 | ||||
| -rw-r--r-- | configure.ac | 4 |
2 files changed, 15 insertions, 2 deletions
@@ -1,4 +1,17 @@ ============== +Epiphany 3.0.4 +============== + +Changes: + + - Do not use GNOME defaults for fonts anymore. Instead use whatever + is setup as "sans" and "serif". + - Make use picture as background work again (#647604) + - Fix removal of toolbar items through DnD (#647265) + - Respect gtk-keynav-wrap-around in global tab cycle shortcut. + - Depend on WebKitGTK+ 1.4.2, lots of stability fixes. + +============== Epiphany 3.0.3 ============== diff --git a/configure.ac b/configure.ac index 9c85ef87d..12ad5bb71 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[0]) -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" @@ -93,7 +93,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.4.0 +WEBKIT_GTK_REQUIRED=1.4.2 LIBSOUP_GNOME_REQUIRED=2.33.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |
