From 95bb9e0c6199fd290a53d6cb60951f5f68214b3e Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 29 Aug 2013 23:21:09 +0300 Subject: [release] 3.9.90 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.3