aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 172af5d6f..bae6200a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+===============
+Epiphany 3.5.92
+===============
+
+Changes:
+
+ - Respect 'new-windows-in-tabs' when opening links (#641949)
+ - Present windows when opening new links in tabs (#641949)
+ - Use symbolic icon for downloads box close button (#683966)
+ - Add a close button to the find toolbar (#683967)
+ - Make the overview work when building with WK2.
+ - Many code cleanups, minor bug fixes, leak fixes, new tests.
+
=================
Epiphany 3.5.91.1
=================
diff --git a/configure.ac b/configure.ac
index 569a2b31c..89b6099d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[5])
-m4_define([epiphany_version_micro],[91.1])
+m4_define([epiphany_version_micro],[92])
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])