]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.0
authorChristian Dywan <christian@twotoasts.de>
Thu, 15 Oct 2009 21:56:10 +0000 (23:56 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 15 Oct 2009 22:56:27 +0000 (00:56 +0200)
ChangeLog
wscript

index baa1134c849751df4f975a86dc3c86bc883087ea..8a808deab864598f0f22f0bca8c76139c47c287c 100644 (file)
--- 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 32204d3b3b35693ec20996c19ff86ef006bcaa0d..9f345ae633792a4a355a4f354c8f5fc893020887 100644 (file)
--- 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)