From 83a737e386c42428d45211c815aa66c11ffaa78d Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 24 May 2010 19:34:44 +0200 Subject: [PATCH] Bump version to 0.2.6 --- ChangeLog | 8 ++++++++ wscript | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cdc6687a..42b0fba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/wscript b/wscript index f0a6d195..fbbb6e8b 100644 --- a/wscript +++ b/wscript @@ -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)