Bump version to 0.2.7

This commit is contained in:
Christian Dywan 2010-08-16 21:31:14 +02:00
parent b563479014
commit 025334fb8f
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
This file is licensed under the terms of the expat license, see the file EXPAT. This file is licensed under the terms of the expat license, see the file EXPAT.
v0.2.7
+ Multiple word completion in location
+ Database backed bookmarks
+ Search bookmark panel and drag bookmarks
+ Bookmarks in address completion
+ Removed bookmarks and history from menubar
+ Add 'Minimize New Tabs' and 'Copy Addresses of Tabs'
+ Refactorings and optimisations in the core
+ Adblock compatibility improvements and speedup
+ Changeable speed dial size
+ Delayed pages at startup, or after a crash
v0.2.6 v0.2.6
+ Show a dialogue when quitting while downloading + Show a dialogue when quitting while downloading
+ Render icons in errors/ speed dial properly + Render icons in errors/ speed dial properly

View file

@ -29,7 +29,7 @@ from Configure import find_program_impl
major = 0 major = 0
minor = 2 minor = 2
micro = 6 micro = 7
APPNAME = 'midori' APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro) VERSION = str (major) + '.' + str (minor) + '.' + str (micro)