aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44ba94e88..74bbd29eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+===============
+Epiphany 3.9.90
+===============
+
+Changes:
+
+ - Switch to DuckDuckGo for search results.
+ - Add a search provider for the GNOME Shell (#694943)
+ - Renewed toolbar style using GtkHeaderBar (#706050)
+ - Renewed search bar style using GtkSearchBar (#707086)
+ - Display favicons in the overview thumbnails.
+ - Display a popup with available usernames in login forms (#675060)
+ - Warn upon closing when there are pages with modified forms (#695642)
+ - Code cleanups, removal of deprecated GTK+ API usage, and other code
+ improvements.
+
==============
Epiphany 3.9.3
==============
diff --git a/configure.ac b/configure.ac
index fa6414454..44e267225 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[9])
-m4_define([epiphany_version_micro],[3])
+m4_define([epiphany_version_micro],[90])
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])