From 81f716eacdaf5ab27349fdc8a987a35e7cae77d7 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 15 Dec 2009 22:34:29 +0100 Subject: [PATCH] Bump version to 0.2.2 --- ChangeLog | 29 +++++++++++++++++++++++++++++ wscript | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 725a5cba..70c7a892 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 994b0c2c..b0e71274 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)