[release] 3.19.1

Desktop / GNOME / Epiphany - Claudio Saavedra [igalia.com] - 9 December 2015 11:40 UTC



###

diff --git a/NEWS b/NEWS
index 01e4dfd..6697e4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
===============
+Epiphany 3.19.1
+===============
+
+ - Enable WebGL and WebAudio by default.
+ - Add a new downloads manager.
+ - Properly propagate key-bindings to pages (#113449)
+ - Only warn about unsubmitted changes if form has text (#668260)
+ - Use x-scheme-handler to get default browser (#750275)
+ - Add search to cookies dialog (#720978)
+ - Add categories to web apps (#672574)
+ - Many cleanups to the application dialogs (history, cookies, passwords, etc)
+ - Several fixes to the ad blocker (#754954)
+ - Add support for system-wide installed web applications.
+ - Hide floating bar on mouseover (#742590)
+ - Allow notification requests in web applications (#759176)
+ - Fixes to the about:applications page.
+ - Display insecure content warning on all insecure pages (#744064)
+ - Fix builds, code fixes, etc.
+ - Updated help and translations.
+
+===============
Epiphany 3.18.0
===============

diff --git a/configure.ac b/configure.ac
index baa3a4b..f729f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
# along with this program. If not, see .

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

168ca27 [release] 3.19.1
NEWS | 21 +++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 23 insertions(+), 2 deletions(-)

Upstream: git.gnome.org


  • Share