]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.1
authorChristian Dywan <christian@twotoasts.de>
Fri, 13 Nov 2009 22:31:25 +0000 (23:31 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 13 Nov 2009 22:31:25 +0000 (23:31 +0100)
ChangeLog
wscript

index 8a808deab864598f0f22f0bca8c76139c47c287c..725a5cbaea8456147529e9749cca29033b1aed9d 100644 (file)
--- 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 6bd1cce0a302846ca5affd616f33d863a91194c2..76e09915ba35785c4caca405f8052edaed1f40e7 100644 (file)
--- 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)