Bump version to 0.2.6

This commit is contained in:
Christian Dywan 2010-05-24 19:34:44 +02:00
parent 8d3d61035b
commit 83a737e386
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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)