summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-04-10 10:03:57 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-04-10 10:03:57 -0500
commit24ca3fb857dddc80aa82570fc51de8fbeda5623f (patch)
treed30ffd76cc20da96e83b340fe6eabb2a5e263f72
parent90eebac3f35897ec9d61274ef54ac3157c3ae71d (diff)
downloadepiphany-24ca3fb857dddc80aa82570fc51de8fbeda5623f.tar.gz
Prepare 3.24.13.24.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5f11b9c5..0120ababf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.24.1 - April 10, 2017
+=======================
+
+- Fix issues with add bookmark popover (#780443, #780851)
+- Fix issues with bookmark importing (#780564)
+- Use native file choosers for Flatpak compatibility (#780468)
+- Updated translations
+
3.24.0 - March 19, 2017
=======================
diff --git a/configure.ac b/configure.ac
index f7976cead..674fc2333 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.21.4])
-AC_INIT([GNOME Web Browser],[3.24.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])