summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2016-03-14 18:21:57 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2016-03-14 18:21:57 -0500
commit59a3fb3de2a49d65e687abb00de8da9a1bebbfbe (patch)
tree916f7bbd6caa2325e8e3cb855fc4b811a8a8c592
parent6e20d918bc66a78f8cb3a3a7ec5b77ab6374fe83 (diff)
downloadepiphany-59a3fb3de2a49d65e687abb00de8da9a1bebbfbe.tar.gz
Prepare 3.18.53.18.5
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70a11cf8a..282bfa883 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===============
+Epiphany 3.18.5
+===============
+
+- Maybe fix security popover being clickable when not visible (#744307)
+- Fix session state being deleted if UI process crashes very early (#747860)
+- Add workaround to avoid taking new white snapshots for the overview (#761065)
+- Switch to new tab when opening a page from history (#762381)
+- Update the label on tabs with the URL when the page has no title
+- Updated translations
+
+===============
Epiphany 3.18.4
===============
diff --git a/configure.ac b/configure.ac
index a8407150a..66625d147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[18])
-m4_define([epiphany_version_micro],[4])
+m4_define([epiphany_version_micro],[5])
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])