From d92d96eab76b6319901b1b41cfe9f0c03e95ad6b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 15 Oct 2009 23:56:10 +0200 Subject: [PATCH] Bump version to 0.2.0 --- ChangeLog | 19 +++++++++++++++++++ wscript | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index baa1134c..8a808dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.2.0 + + (Kinetic) drag scrolling on touchscreen devices + + Workaround a speed dial crasher + + Faster Adblock with element blocking, for all WebKitGTK+ versions + + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + + Add a DNS prefetching extension + + Better IDN handling + + Add a form history extension + + Restore scrolling positions from the session + + Keep typed address when switching tabs + + Avoid storing duplicate history items per day + + Fix multiple duplicate HTTP authentication dialogs + + Pass mailto: links to the email client + + Improve context menu with WebKitGTK+ 1.1.15 + + Checkbox "Remember password" in HTTP authentication + + Fix a crasher when modifying bookmarks + + Support page icons other than favicon.ico + + iPhone identity in Network preferences + v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API diff --git a/wscript b/wscript index 32204d3b..9f345ae6 100644 --- a/wscript +++ b/wscript @@ -24,8 +24,8 @@ from TaskGen import extension import misc major = 0 -minor = 1 -micro = 10 +minor = 2 +micro = 0 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)