Prepare 3.21.2

Desktop / GNOME / Epiphany - Michael Catanzaro [igalia.com] - 21 May 2016 12:02 UTC



###

diff --git a/NEWS b/NEWS
index 0b7e870..9d3bc4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Epiphany 3.21.2
+===============
+
+- *** Removed NSS and libwnck dependencies ***
+- Cleanups in downloads code (#610586)
+- Improved reliability of displaying overview snapshots (#763184, #765863)
+- Incognito mode theme fixes
+- Updated translations
+
+===============
Epiphany 3.21.1
===============

diff --git a/configure.ac b/configure.ac
index 25eca05..af0d4ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[21])
-m4_define([epiphany_version_micro],[1])
+m4_define([epiphany_version_micro],[2])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])

AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])

19023fb Prepare 3.21.2
NEWS | 10 ++++++++++
configure.ac | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share