[release] 3.15.90

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 25 February 2015 03:46 UTC



###

diff --git a/NEWS b/NEWS
index 0cc1b4e..9bd60fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+================
+Epiphany 3.15.90
+================
+
+ - Make sure that locale changes do not lose search engine.
+ - Add a new Incognito Window desktop action.
+ - Allow access to the URL bar in application mode.
+ - Show a speaker icon in tabs playing audio.
+ - Show a network error page on TLS errors.
+ - Remove unused cache size preference.
+ - Handle notification permissions.
+ - Fix cookies policy values.
+ - Fix memory leaks, segfaults, code improvements, ui fixes.
+ - Help updates, updated translations.
+
===============
Epiphany 3.15.1
===============
diff --git a/configure.ac b/configure.ac
index a74c21d..3600144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@

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

e5b051e [release] 3.15.90
NEWS | 15 +++++++++++++++
configure.ac | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share