From 881a5bb060307b888b4093a90bc444d6736b2fd8 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 13 Nov 2009 23:31:25 +0100 Subject: [PATCH] Bump version to 0.2.1 --- ChangeLog | 15 +++++++++++++++ wscript | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a808dea..725a5cba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.2.1 + + Fix Mouse Gestures to work after activation + + Explicitly link to X11 to support gold + + Implement various Hildon specific features + + Hide the navigationbar in fullscreen + + Implement permanent storage of form history + + Support keyboard shortcuts like Ctrl+Tab or "a" + + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + + Make creation of new windows fast + + Introduce the Tab History List extension + + Load icons laziy at startup to speed up startup + + Introduce a Web Cache extension + + Refactor and tweak the Preferences dialogue + + Implement combos to choose external applications + v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher diff --git a/wscript b/wscript index 6bd1cce0..76e09915 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ import misc major = 0 minor = 2 -micro = 0 +micro = 1 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)