[epiphany] 2.29.1



commit 07896035ca23d98a3bbd366d9297f6fa4ddf7290
Author: Xan Lopez <xan gnome org>
Date:   Mon Oct 26 21:01:23 2009 +0200

    2.29.1

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 82c97c0..4f7043b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+===============
+Epiphany 2.29.1
+===============
+
+Changes:
+
+  - Reimplement middle-click-to-open-clipboard-contents.
+  - Reimplement traditional epiphany context menu(s). (#562617)
+  - Reimplement Up arrow behavior (#595653)
+  - Make most of epiphany compile with sealed GTK+ structs (#595791)
+  - Prevent PDM from getting keyring passwords in private mode
+    (#591395)
+  - Take into account WEBKIT_LOAD_FAILED status for is_loading API.
+  - Depend on libtool 2.2 and dump dolt.
+  - Replace .glade files with .ui files natively instead of generating
+    .ui files at compile time from the .glade files. (#590387)
+  - Several fixes in the automatic search of url entry contents on
+    enter feature (#596717, #595690)
+  - Use new syntax for Seed imports (#598562)
+  - Add back support for javascript: and mailto: URIs
+  - Fix for Seed extensions preventing epiphany from shutting down
+    (#573551)
+  - Allow popups when the user asks for them (#528799)
+  - Refactor EphyShell lifetime tracking (#599348)
+  - Don't crash when detaching multiple Seed extensions (#599422)
+  - Reimplement type checking on downloads and "Open" dialog option
+    (#598167)
+
 ================
 Epiphany 2.27.92
 ================
diff --git a/configure.ac b/configure.ac
index 6c77e82..028198e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 m4_define([epiphany_version_major],[2])
 m4_define([epiphany_version_minor],[29])
-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])
 
 # This can be either "trunk" or "branches/gnome-x-y"



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