[epiphany] [3.1.3] release



commit 8694bd70706d08145a8c4fe26008a5701c7fdf31
Author: Xan Lopez <xlopez igalia com>
Date:   Tue Jul 5 13:21:13 2011 +0200

    [3.1.3] release

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d14e1b8..4a0be2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
 ==============
+Epiphany 3.1.3
+==============
+
+Changes:
+
+  - Port to GtkApplication
+  - Do not use GNOME font settings as our default, just rely on more
+    generic system config ("sans", "serif")
+  - Port to GDBus
+  - Assume NetworkManager is present. This is not a hard dependency
+    since we only require it at runtime, as we use it through dbus.
+  - Fix "Use picture as background" (#647604)
+  - Implement a basic about:memory page with memory usage data
+  - Respect gtk-keynav-wrap-around in our page-change handler
+  - Fix removal of items by DnD in toolbar editor (#647265)
+  - Many other cleanup and fixes
+
+==============
 Epiphany 3.1.2
 ==============
 
diff --git a/configure.ac b/configure.ac
index 7991899..db76707 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 m4_define([epiphany_version_major],[3])
 m4_define([epiphany_version_minor],[1])
-m4_define([epiphany_version_micro],[2])
+m4_define([epiphany_version_micro],[3])
 m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
 
 # This can be either "trunk" or "branches/gnome-x-y"



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