summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-03-12 14:35:42 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-03-12 14:35:42 -0500
commitb19435687f44607004dda9c1dc1ea82a6fc29149 (patch)
tree901419d76fdaf1b2acf6d3b297abc0f47ff358a0
parent26ca8c658fa4b3ad9bc6077952a607d46c9b8cc7 (diff)
downloadepiphany-b19435687f44607004dda9c1dc1ea82a6fc29149.tar.gz
Prepare 3.23.933.23.93
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d13bffac7..6fed8dcbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.23.93 - March 12, 2017
+========================
+
+- Fix Alt+Home keyboard shortcut (#779901)
+- Use native file choosers for Flatpak support (#779922)
+- Fix info bars not being removed when expected
+
3.23.92 - March 11, 2017
========================
diff --git a/configure.ac b/configure.ac
index 0b55e3e82..53c7f232e 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.23.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.23.93],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])