Prepare 3.19.91

Desktop / GNOME / Epiphany - Michael Catanzaro [igalia.com] - 29 February 2016 17:43 UTC



###

diff --git a/NEWS b/NEWS
index 995d990..3811eec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
================
+Epiphany 3.19.91
+================
+
+- Always do case-insensitive find (#722019)
+- Maybe fix security popover being clickable when not visible (#744307)
+- Fix session state being deleted if UI process crashes very early (#747860)
+- Improved labels for reload buttons on error pages (#747973)
+- Fix remove button on cookies dialog (#757230)
+- Do not assume pages loading when Epiphany was last closed had crashed (#761735)
+- Improved visual layout of the downloads popover (#761857)
+- F1 now launches user help (#762041)
+- Switch to new tab when opening a page from history (#762381)
+- Fix crash downloading files if gnome-session is broken or missing (#762651)
+- Improved welcome message on first run (#762812)
+- Allow translating error page access keys properly (#762818)
+- Fix fill color of the downloads progress icon
+- Update the label on tabs with the URL when the page has no title
+- Updated translations
+
+================
Epiphany 3.19.90
================

diff --git a/configure.ac b/configure.ac
index b080219..df3e463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[19])
-m4_define([epiphany_version_micro],[90])
+m4_define([epiphany_version_micro],[91])
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])

551a1f7 Prepare 3.19.91
NEWS | 20 ++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share