summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-09-05 14:25:44 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-09-05 15:05:53 -0500
commite133abab78889bb07c93b004d86ffecaede971fb (patch)
tree2384b6ce1971f72cdf92cd2d5fce7ef24eec29a7
parentd10fc2b31824633fcd4faaa66fd743d0ae2c639a (diff)
downloadepiphany-gnome-3-18.tar.gz
Prepare 3.18.123.18.12gnome-3-18
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bdb53b22e..acadea6f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
================
+Epiphany 3.18.12
+================
+
+Yes, it's been two years since 3.18.0. Yes, still making more. For now at least.
+
+- Fix adblocker blocking too much (#777714, #787011)
+- Fix numerous history bugs, e.g. search provider breaking history (#778649)
+- Fix some memory corruption (#779180)
+- Fix security popover crash (#785338)
+
+================
Epiphany 3.18.11
================
diff --git a/configure.ac b/configure.ac
index 763875a0c..4860a52f5 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],[11])
+m4_define([epiphany_version_micro],[12])
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])