[epiphany] [release] 3.5.1



commit 290160c8f1d293a7fca8a2e3f78c7203c205db4a
Author: Xan Lopez <xan igalia com>
Date:   Tue May 1 23:11:43 2012 +0200

    [release] 3.5.1

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 76b2725..847d0bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+==============
+Epiphany 3.5.1
+==============
+
+Changes:
+
+  - Use the linked style class for the download bar (#672712)
+  - Use glib resources for the UI and CSS files
+  - Default to always restoring the last session on startup,
+    regardless of how epiphany was closed.
+    To go back to the old behavior (only restore the session when
+    epiphany crashes), or to choose the new option of never restoring
+    the old session, you can set
+    org.gnome.Epiphany.restore-session-policy. (#673453, #673122)
+  - Use intltool 0.50 (#672932)
+  - Improvements in the url entry layout (#672927)
+  - Fix stop/reload button misalignment when using custom font size
+    (#668135)
+  - New org.gnome.Epiphany.ui.tabs-visibility-policy setting. It's now
+    possible to always hide tabs.
+  - Consider email-type entries when doing login/password autocomplete
+    (#666326)
+  - Prioritize smart bookmarks URIs over normal URIs when exporting
+    bookmarks (#534565)
+  - Restore right-click/long press menus in back/forward buttons
+    (#671609)
+
 ===============
 Epiphany 3.3.92
 ===============
diff --git a/configure.ac b/configure.ac
index dec0edd..21c1430 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],[0])
+m4_define([epiphany_version_micro],[1])
 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]