[release] 3.17.91

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 9 September 2015 03:22 UTC



###

diff --git a/NEWS b/NEWS
index c8dfadf..bd931f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+================
+Epiphany 3.17.91
+================
+
+ - Remember passwords for French tax office (#750024)
+ - Inhibit logout and suspend while downloading files (#339809)
+ - Display decoded URIs in the UI (#710004)
+ - Enable Do Not Track and the ad blocker by default (#754273)
+ - Several code fixes, memory leaks plugged, UI and code improvements.
+ - Updated translations.
+
===============
Epiphany 3.17.2
===============
diff --git a/configure.ac b/configure.ac
index 0e73b51..048b528 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@

m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[17])
-m4_define([epiphany_version_micro],[2])
+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])

fd5f935 [release] 3.17.91
NEWS | 11 +++++++++++
configure.ac | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share