From 7a3968058dcdb1838e8d4e817fc56be217f9a6ca Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 26 Jun 2012 12:19:24 +0200 Subject: [release] 3.5.3 --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 847d0bfc8..1a5f85bc0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +============== +Epiphany 3.5.3 +============== + +Changes: + + - Initial WebKit2 support! + + This is still in the early stages of development, but the basic + functionality is already in place. It is under heavy development, + and the goal is to deliver a Beta quality version for 3.6. You can + follow the WebKit2 metabug: + https://bugzilla.gnome.org/show_bug.cgi?id=678610, and enable the + WebKit2 port passing "--with-webkit2" to 'configure' (disabled by + default). + + - Improve fullscreen UI, and add support for HTML5 fullscreen + (#676905) + - Add support for 'Do Not Track', http://donottrack.us/ + - Migrate profile directory to the XDG config directory + (~/.gnome2/epiphany -> ~/.config/epiphany) (#522810) + - Add new unit tests for EphyShell, EphySession, + EphyProfileMigrator, EphyWebAppUtils, ... + - Lots and lots of cleanups and other minor fixes. + ============== Epiphany 3.5.1 ============== diff --git a/configure.ac b/configure.ac index 8aa2593ba..5a587a8dc 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],[1]) +m4_define([epiphany_version_micro],[3]) 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