diff options
author | Xan Lopez <xan@igalia.com> | 2012-06-26 18:19:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-06-26 23:37:52 +0800 |
commit | 7a3968058dcdb1838e8d4e817fc56be217f9a6ca (patch) | |
tree | 84639bf626f0ab7a1ec882807b4f37ac25297b2e | |
parent | f43a0d1c1fe3e156d49dd11b55715d1ac7215677 (diff) | |
download | gsoc2013-epiphany-7a3968058dcdb1838e8d4e817fc56be217f9a6ca.tar.gz gsoc2013-epiphany-7a3968058dcdb1838e8d4e817fc56be217f9a6ca.tar.zst gsoc2013-epiphany-7a3968058dcdb1838e8d4e817fc56be217f9a6ca.zip |
[release] 3.5.33.5.3
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 26 insertions, 1 deletions
@@ -1,4 +1,29 @@ ============== +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]) |