summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-09-29 11:09:21 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-09-29 11:09:21 -0500
commit949bce19cf06c80bd231bb7d0c5f738c9a1d132d (patch)
tree89a6c1503a73b4d04f15dd5c5e1788e5f0f749a9
parenta63373aada937d2ee89c3359ff62355bb514d6fa (diff)
downloadepiphany-949bce19cf06c80bd231bb7d0c5f738c9a1d132d.tar.gz
Prepare 3.24.53.24.5gnome-3-24
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 520b2268a..eb927bdc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.24.5 - September 29, 2017
+===========================
+
+- Fix search engine dialog, which has been borked since 3.24.3 (#787458)
+- Don't disable navigation actions when history is cleared (#788329)
+- Fix bookmarks import crash when there's no Firefox profile
+- Disable emoji chooser in address bar if built with GTK+ >= 3.20.20
+- Make json-glib optional (it's only needed for experimental sync support)
+
3.24.4 - September 3, 2017
==========================
diff --git a/configure.ac b/configure.ac
index c304a8f58..0130ba81e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AX_REQUIRE_DEFINED([YELP_HELP_INIT])
dnl Must be a valid git tag
m4_define([epiphany_changelog_start],[3.24.0])
-AC_INIT([GNOME Web Browser],[3.24.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.24.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])