]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.6
authorChristian Dywan <christian@twotoasts.de>
Sun, 19 Apr 2009 20:15:25 +0000 (22:15 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 19 Apr 2009 20:15:25 +0000 (22:15 +0200)
ChangeLog
wscript

index 0de3fcfdcfdc66d001b0380dbbd6752aa109c27b..8fe7c5d1cc2d33b0703a4a9e17a687a10afd7178 100644 (file)
--- 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 66bb202a97e24eb233f0877bce29680582b7c1f0..f9579b24fb223da098ed9590aa02985d2ce14f19 100644 (file)
--- 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)