aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 847d0bfc8..1a5f85bc0 100644
--- a/NEWS
+++ b/NEWS
@@ -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])