[Xfce4-commits] <midori:master> Bump version to 0.2.1

Christian Dywan noreply at xfce.org
Fri Nov 13 23:54:03 CET 2009


Updating branch refs/heads/master
         to 881a5bb060307b888b4093a90bc444d6736b2fd8 (commit)
       from e686b8655bf2bcf3aec61028050d96a6b66041cd (commit)

commit 881a5bb060307b888b4093a90bc444d6736b2fd8
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Nov 13 23:31:25 2009 +0100

    Bump version to 0.2.1

 ChangeLog |   15 +++++++++++++++
 wscript   |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8a808de..725a5cb 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 6bd1cce..76e0991 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)



More information about the Xfce4-commits mailing list