From 025334fb8f3cf0d98d6e268b0e461b514d7fac0e Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 16 Aug 2010 21:31:14 +0200 Subject: [PATCH] Bump version to 0.2.7 --- ChangeLog | 12 ++++++++++++ wscript | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42b0fba5..ea3e8912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 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 + Show a dialogue when quitting while downloading + Render icons in errors/ speed dial properly diff --git a/wscript b/wscript index e3c36ee1..05ee4efd 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 2 -micro = 6 +micro = 7 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)