[release] 3.14.1

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 14 October 2014 11:01 UTC



###

diff --git a/NEWS b/NEWS
index 702549a..7c81ff8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
===============
+Epiphany 3.14.1
+===============
+
+ - Fix download failure when overwriting file (#737329)
+ - Style fixes with GTK+ 3.14 (#737688)
+ - Add mhtml to supported mimetypes (#737738)
+ - Do not keep visited pages in incognito history.
+ - Remove unused contextual-menu options from application mode (#699584)
+ - Use single-process model in application mode.
+ - Make sure that external links in application mode open in the default
+ browser (#658395, #712402)
+ - Updated translations
+
+===============
Epiphany 3.14.0
===============

diff --git a/configure.ac b/configure.ac
index a747980..e376ec4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@

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

83501f8 [release] 3.14.1
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share