summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-03-11 10:31:43 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-03-11 10:31:43 -0600
commitebc9c2b41adcc3caffcd2ffa8c0e93a44fdf62fa (patch)
tree8dc2056864e99bcb080c5dcc954172c17b1545be
parent54630af0842d192d90603b1097d31f6c7c84969e (diff)
downloadepiphany-ebc9c2b41adcc3caffcd2ffa8c0e93a44fdf62fa.tar.gz
Prepare 3.23.923.23.92
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bbf3cae30..d13bffac7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.23.92 - March 11, 2017
+========================
+
+ - Use different GtkApplication ID for web apps (#778985)
+ - Fix history service crash if database is locked (#779180)
+ - Fix multiple memory safety issues in code that handles info bars
+ - Add x-suse-ymp to safe MIME types
+ - Remove obsolete bookmarks documentation
+ - Updated translations
+
3.23.91.1 - February 27, 2017
=============================
diff --git a/configure.ac b/configure.ac
index d29d7ab25..0b55e3e82 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.91.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.23.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])
AC_PREREQ([2.69])