aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2611dec56..4c933678d 100644
--- a/NEWS
+++ b/NEWS
@@ -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"