From 8f58355014303e06cb320f844b48ef47b9f1136b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 19 Apr 2009 22:15:25 +0200 Subject: [PATCH] Bump version to 0.1.6 --- ChangeLog | 25 +++++++++++++++++++++++++ wscript | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0de3fcfd..8fe7c5d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.1.6: + + Add Delete All to transferbar + + Show search in context menu + + Implement 'Default' search engine + + Show only icons in Statusbar Features + + Implement Clear private data + + Support News Feed icon and external aggregator + + Fix reloading of Not found pages + + Fixup spaces when middle click opening + + Fix possibly wrong identificaton string + + Optionally search engines in completion + + Optionally Gtk 2.16 entry progress and icon + + Experimental panel detaching + + Support external download manager again + + Implement '-a', '--app' argument + + Implement '-c', '--config' argument + + Fix a bookmark saving issue + + Support data: URIs in the address entry + + Several performance and memory leak fixes + + Load cookies idle to accelerate startup + + Support mailto: links + + Save tab reordering in the session + + Add a Cookie Manager extension + + Fix crashers in Colourful Tabs + v0.1.5: + Add a Colorful Tabs extension + Support downloading with WebKitGTK+ 1.1.3 diff --git a/wscript b/wscript index 66bb202a..f9579b24 100644 --- a/wscript +++ b/wscript @@ -22,7 +22,7 @@ import UnitTest major = 0 minor = 1 -micro = 5 +micro = 6 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)