diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-09-29 11:09:21 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-09-29 11:09:21 -0500 |
commit | 949bce19cf06c80bd231bb7d0c5f738c9a1d132d (patch) | |
tree | 89a6c1503a73b4d04f15dd5c5e1788e5f0f749a9 | |
parent | a63373aada937d2ee89c3359ff62355bb514d6fa (diff) | |
download | epiphany-gnome-3-24.tar.gz |
Prepare 3.24.53.24.5gnome-3-24
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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]) |