Skip to content

Commit

Permalink
[release] 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xanlpz committed Jun 26, 2012
1 parent f43a0d1 commit 7a39680
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
==============
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 7a39680

Please sign in to comment.