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

Christian Dywan noreply at xfce.org
Sun Mar 7 22:26:01 CET 2010


Updating branch refs/heads/master
         to 37fc44c375678b208d973da46458ffb44875d863 (commit)
       from e69ee84b6b8ecfce66b4caa51e118fc576c26190 (commit)

commit 37fc44c375678b208d973da46458ffb44875d863
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Mar 7 22:23:04 2010 +0100

    Bump version to 0.2.4

 ChangeLog |   12 ++++++++++++
 wscript   |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cb8c3aa..d5a8a89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.4
+ + Prevent completion from overlapping
+ + Fix tab order when restoring session
+ + Ignore accidentally middle click search
+ + Implement bookmark export to XBEL
+ + Provide scroll hotkeys, default to Vim
+ + Store and complete search in location
+ + Fix opening externally with multiple windows
+ + Only use icons in panel buttons
+ + Fix build with different GTK+ versions
+ + Omit micro version and arch from ident string
+
 v0.2.3
  + Improve relocatability for Win32
  + Implement 'Close other tabs' menu item
diff --git a/wscript b/wscript
index 4e7b7fe..0adb766 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import misc
 
 major = 0
 minor = 2
-micro = 3
+micro = 4
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list