[epiphany] [release] 3.5.3



commit 7a3968058dcdb1838e8d4e817fc56be217f9a6ca
Author: Xan Lopez <xan igalia com>
Date:   Tue Jun 26 12:19:24 2012 +0200

    [release] 3.5.3

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 847d0bf..1a5f85b 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 8aa2593..5a587a8 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]