Prepare 3.21.1

Desktop / GNOME / Epiphany - Michael Catanzaro [igalia.com] - 25 April 2016 12:13 UTC



###

diff --git a/NEWS b/NEWS
index 08f6b20..0b7e870 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
===============
+Epiphany 3.21.1
+===============
+
+- Add Paste and Go context menu item to address bar (#319506)
+- Always store passwords in web app mode (#672573)
+- Allow opening WebP files with open dialog (#739934)
+- Redesigned error pages (#744063)
+- Activate downloads popover when download is started or completed (#763141)
+- Avoid stale overview snapshots (#763184)
+- Add Duplicate Tab context menu item to tabs (#763221)
+- Switch to sane default bookmarks (#763307)
+- Fix security popover opening above the window in Wayland (#763921)
+- Fix session saving of multiple windows (#764101)
+- Add hidden settings to control tab expand and location (#764368)
+- Allow closing history dialog with Escape key (#764408)
+- Updated translations
+
+===============
Epiphany 3.20.0
===============

diff --git a/configure.ac b/configure.ac
index 2425632..955843c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
# along with this program. If not, see .

m4_define([epiphany_version_major],[3])
-m4_define([epiphany_version_minor],[20])
-m4_define([epiphany_version_micro],[0])
+m4_define([epiphany_version_minor],[21])
+m4_define([epiphany_version_micro],[1])
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])

b64fe77 Prepare 3.21.1
NEWS | 18 ++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)

Upstream: git.gnome.org


  • Share