]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.6
authorChristian Dywan <christian@twotoasts.de>
Mon, 24 May 2010 17:34:44 +0000 (19:34 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 24 May 2010 17:34:44 +0000 (19:34 +0200)
ChangeLog
wscript

index cdc6687a83e919fc3a59f38fb286f528bf7539eb..42b0fba58382a3ce98dafbe5e7d30ae94e6c08b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.6
+ + Show a dialogue when quitting while downloading
+ + Render icons in errors/ speed dial properly
+ + Fix a build error with API documentation
+ + Fix error pages in frames, and a related crash
+ + Allow more shortcuts or columns in speed dial
+ + Add 'Copy All' button to Console panel
+
 v0.2.5
  + Keyboard access in speed dial
  + Panels adapt to system icon style
diff --git a/wscript b/wscript
index f0a6d195935f6c52ecb99570b4c347fb1ae42e69..fbbb6e8bf6ce2b0a96da557a77a72fbb0ec90d66 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 2
-micro = 5
+micro = 6
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)