Prepare 3.23.2.1

Desktop / GNOME / Epiphany - Michael Catanzaro [gnome.org] - 21 November 2016 17:13 UTC



###

diff --git a/NEWS b/NEWS
index ce141e7..a9c297b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.23.2.1 - November 21, 2016
+============================
+
+- Fix bookmarks migration from 3.22 (#774785)
+- Fix crash starting browser with do not track mode disabled
+- Fix miscellaneous critical warnings and memory safety issues
+- Fix miscellaneous memory leaks
+
3.23.2 - November 20, 2016
==========================

diff --git a/configure.ac b/configure.ac
index 205f46a..e6bf9d5 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[3.23.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AX_IS_RELEASE([git-directory])

AC_PREREQ([2.69])

55adee5 Prepare 3.23.2.1
NEWS | 8 ++++++++
configure.ac | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share