[release] 3.16.0

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 24 March 2015 04:55 UTC



###

diff --git a/NEWS b/NEWS
index 48787da..a0ecfad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+===============
+Epiphany 3.16.0
+===============
+
+ - Multiple fixes to improve incognito mode's privacy and discoverability.
+ - Show a speaker icon in tabs playing audio.
+ - New support for HTML5 Web notifications.
+ - Make the URL bar visible in application mode.
+ - Show network error page on TLS errors.
+ - Many UI improvements, code fixes, memory leaks plugged.
+ - Help updated, translations updated.
+
================
Epiphany 3.15.92
================
diff --git a/configure.ac b/configure.ac
index 8f84e41..ee3943d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

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

f44b7a0 [release] 3.16.0
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)

Upstream: git.gnome.org


  • Share