diff --git a/ChangeLog b/ChangeLog index 0153b9b2..ce121a1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.2.9 + + Add 'Identify As' to Statusbar Features + + Don't restrict length of HTTP login passwords + + Implement Find Links by number with '.' + + Reflect security in icon tooltip + + Use GIO to determine special URI schemes + + Upgrade waf (addresses threading issues) + + Allow clearing HTML5 databases and form history + + Add --help-execute command line switch + + Improve private mode, with search and hotkeys + + Support no-desktop-files and internal Open With + + Support x-scheme-handler spec + + Infobar for location and HTML5 database + + Optimise cookie storing, reduce wakeups + + Avoid deprecated GTK+ interfaces + + Remove console in favour of Inspector + + Simplify and explain cookie preferences + + Fix Google Reader incompatibility + v0.2.8 + Re-implement Bookmarks menu and toolbar button + Show transferbar even if statusbar is hidden diff --git a/wscript b/wscript index 2193a258..fe95e567 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 2 -micro = 8 +micro = 9 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)