diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-08-31 05:20:12 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-08-31 05:20:12 +0800 |
commit | 8e14935d12df22d9a2df02f6c346b8f799eb7098 (patch) | |
tree | 61e26cb9e736c7828ea4d938bbc4da95341de341 | |
parent | 7eee8821583e67a4be06387e9a6bc9d8cb822207 (diff) | |
download | gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.tar gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.tar.gz gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.tar.bz2 gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.tar.lz gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.tar.xz gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.tar.zst gsoc2013-epiphany-8e14935d12df22d9a2df02f6c346b8f799eb7098.zip |
2.30.42.30.4
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 27 insertions, 1 deletions
@@ -1,4 +1,30 @@ =============== +Epiphany 2.30.4 +=============== + +This releases tries to sync with master as much as possible. Mostly bug fixes, +cleanups and small enhancements have been cherry-picked. + +Changes: + - Prevent a crasher in the download dialog + - Highlight matches on "Find again" + - Install introspection files in our own prefix, not g-i's + - Fix feeds URL for relative URIs + - Don't let ephy-favicon-cache store invalid files + - Update libegg to latest master + - Remove deprecated functions to work with GTK+ 2.22 / master + +=============== +Epiphany 2.30.3 +=============== + +Changes: + + - Fix middle click on back/forward buttons and its menus + - Fix a crasher when loading URIs with no path + - Adapt to GtkNotebook signal signature changes + +=============== Epiphany 2.30.2 =============== diff --git a/configure.ac b/configure.ac index 15a0f1bd8..af89be24d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[30]) -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" |