Bump version to 0.3.0

This commit is contained in:
Christian Dywan 2011-01-31 02:04:53 +01:00
parent 26873b0f97
commit 43f1e55411
2 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,22 @@
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.3.0
+ Support libnotify 0.7
+ Copy-friendly URIs with %20
+ No blocking of typed URLs with adblock
+ Import from Netscape HTML
+ Bookmark im- and export fixes
+ Unit tests cleaned up and updated
+ Correct bookmark and search icon names
+ Better link menu handling
+ Certificate location on FreeBSD
+ Fix Russian keyboard issues
+ Stylesheet parsing improvements
+ Simplify language and panel options
+ Default to DuckDuckGo search
+ No Netscape plugins in extension panel
+ Easy user addon install infobar
v0.2.9 v0.2.9
+ Add 'Identify As' to Statusbar Features + Add 'Identify As' to Statusbar Features
+ Don't restrict length of HTTP login passwords + Don't restrict length of HTTP login passwords

View file

@ -28,8 +28,8 @@ import misc
from Configure import find_program_impl from Configure import find_program_impl
major = 0 major = 0
minor = 2 minor = 3
micro = 9 micro = 0
APPNAME = 'midori' APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro) VERSION = str (major) + '.' + str (minor) + '.' + str (micro)