aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1a5f85bc0..10a9a52ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Epiphany 3.5.4
+==============
+
+Changes:
+
+ - Make the security level indicator work in WebKit2.
+ - Make site-specific quirks work in WebKit2.
+ - Make cookies work in WebKit2.
+ - Fix the page title not being updated properly in WebKit2.
+ - Make the fullscreen popup work in WebKit2.
+ - Make find work in WebKit2.
+ - Make downloads work in WebKit2.
+ - Make resource tracking work in WebKit2.
+ - Code cleanups and refactorings (ie, moving EphyFileMonitor out of
+ EphyWebView).
+
+==============
Epiphany 3.5.3
==============
diff --git a/configure.ac b/configure.ac
index 5a587a8dc..160634335 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],[3])
+m4_define([epiphany_version_micro],[4])
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])