summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-05-08 15:51:36 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-05-08 15:51:36 -0500
commitd0e5c8fff89633b504cb9dc02638b1c25f227c38 (patch)
treee050d41523ae56f1a1b95bc2e9f066847ea491cf
parentbf377b5e31e84c8d60d82ecf2b04dff7cb670e60 (diff)
downloadepiphany-3.24.2.tar.gz
Prepare 3.24.23.24.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0120ababf..d64648e02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.24.2 - May 8, 2017
+====================
+
+- Decode last component of URIs to determine file names for saving (#780086)
+- Disable Ctrl+T in application mode (#781440)
+- Do not use a popover for the tab selection menu, to allow scrolling it
+- Add hidden setting for disabling quirks mode
+- Updated translations
+
3.24.1 - April 10, 2017
=======================
diff --git a/configure.ac b/configure.ac
index 79efa331d..820e73b4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,9 @@ AX_REQUIRE_DEFINED([PKG_CHECK_MODULES])
AX_REQUIRE_DEFINED([YELP_HELP_INIT])
dnl Must be a valid git tag
-m4_define([epiphany_changelog_start],[3.21.4])
+m4_define([epiphany_changelog_start],[3.24.0])
-AC_INIT([GNOME Web Browser],[3.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.24.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])