[Xfce4-commits] <midori:master> Bump version to 0.2.2
Christian Dywan
noreply at xfce.org
Tue Dec 15 22:38:01 CET 2009
Updating branch refs/heads/master
to 81f716eacdaf5ab27349fdc8a987a35e7cae77d7 (commit)
from a94cf71700a9f931844c3f86eae559296f09da64 (commit)
commit 81f716eacdaf5ab27349fdc8a987a35e7cae77d7
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Dec 15 22:34:29 2009 +0100
Bump version to 0.2.2
ChangeLog | 29 +++++++++++++++++++++++++++++
wscript | 2 +-
2 files changed, 30 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 725a5cb..70c7a89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
+v0.2.2
+ + Turn libnotify into a proper build-time dependency
+ + Use Ctrl + Return to open tabs from the location entry
+ + Support right-click on bookmark menu items
+ + Support -e in midori -a and with multiple commands
+ + Make Middle click open selection search if needed
+ + Make Ctrl+C work as expected again
+ + Fix order of History, Trash and Recently opened pages
+ + Revise Shortcuts dialogue to fix oddities
+ + Perform Form history completion case insensitive
+ + Add 'Web Cache' to Delete Private data dialogue
+ + Load accels from /etc/xdg if present
+ + Improve XBEL format compatibility and performance
+ + Fix inline find by correcting key handling
+ + Add option to open panels in separate windows
+ + Support Portrait orientation in Fremantle
+ + Support Hildon MIME and URI handling
+ + Check status before caching in Web Cache
+ + Show popup menu on news feed icon if needed
+ + Support Colourful Tabs with Tab Panel
+ + Tweak sqlite and dbus handling for Win32
+ + 'Run as web app' and 'Show in toolbar' for bookmarks
+ + Add 'Small icons' toolbar style
+ + Fix build with Glib < 2.20 and GTK+ < 2.12
+ + Add Import bookmarks for XBEL, Opera and RDF
+ + Add Open Link in Foreground/ Background Tab menu
+ + Allow closing all tabs
+ + Hildon file chooser support
+
v0.2.1
+ Fix Mouse Gestures to work after activation
+ Explicitly link to X11 to support gold
diff --git a/wscript b/wscript
index 994b0c2..b0e7127 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import misc
major = 0
minor = 2
-micro = 1
+micro = 2
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
More information about the Xfce4-commits
mailing list