]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.4
authorChristian Dywan <christian@twotoasts.de>
Sun, 7 Mar 2010 21:23:04 +0000 (22:23 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 7 Mar 2010 21:23:04 +0000 (22:23 +0100)
ChangeLog
wscript

index cb8c3aac49a0e576b7822c6a510f041f92e142f9..d5a8a8956b86d2d020f14c32dab54c3dde222e0b 100644 (file)
--- 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 4e7b7fe9a256fd37302dd8daf84875be6dbd4b6b..0adb76670cd9b157b39e9edfaf638f928da099ef 100644 (file)
--- 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)