From 2df03cfa2868d24316e9d76e929058a7383ce159 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 16 May 2011 01:15:28 +0200 Subject: [PATCH] Bump version to 0.3.6 --- ChangeLog | 17 +++++++++++++++++ wscript | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 102cda9f..bca2b718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.3.6: + + Track selected search engine per window + + Improve preference dialogue size and alignments + + Validate URIs in Adblock, homepage and bookmarks + + Fix loading of Adblock lists from https + + Support Backspace as Go Back and F5 as Reload + + Show 'Private Browsing' in Unity Quicklist + + Ignore Network Cancelled errors + + Reduce allocations when preparing speed dial + + Fix icon sie of scalable stock icons + + Implement geo URI support as per RFC 5870 + + Fix crash after clearing cookies + + Faster javascript-based JSON import + + Improve speed dial markup, without scripts + + Allow Escape to cancel History List + + Fix crashes in completion + v0.3.5: + Remove frame titles from preference dialogue + Show search engine icons in completion diff --git a/wscript b/wscript index c6874f92..8fa7a6b3 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 3 -micro = 5 +micro = 6 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)