[Xfce4-commits] <midori:master> Bump version to 0.2.0
Christian Dywan
noreply at xfce.org
Fri Oct 16 02:20:02 CEST 2009
Updating branch refs/heads/master
to d92d96eab76b6319901b1b41cfe9f0c03e95ad6b (commit)
from c64a4334f6a70c61f924e914b7699fb1efc9ed6f (commit)
commit d92d96eab76b6319901b1b41cfe9f0c03e95ad6b
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Oct 15 23:56:10 2009 +0200
Bump version to 0.2.0
ChangeLog | 19 +++++++++++++++++++
wscript | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index baa1134..8a808de 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 32204d3..9f345ae 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)
More information about the Xfce4-commits
mailing list