From f17751b91a1c7a93dea8741829a0ad495ba90ee1 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 13 Mar 2011 23:03:35 +0100 Subject: [PATCH] Bump version to 0.3.3 --- ChangeLog | 22 ++++++++++++++++++++++ wscript | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 670ef6b1..3dd6a84e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,27 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.3.3: + + Use 60 connections and 6 per host + + Allow re-ordering of search engines + + Resurrect right-click button on the panel + + Page Next finds a and link tags again + + Always save state when quitting + + Support MD5 and SHA1 Link Fingerprints + + Use lock-secure and lock-insecure icons + + Replace unmaintained docs with FAQ + + Work around copying bug in WebKitGTK+ + + In doubt always focus page on key press + + Show transfer speed in tooltips + + Support x-scheme-handler for GLib < 2.28 + + Improve link search, always require Return + + Re-order tabs with Ctrl+Shift-PageUp/Down + + Improve fragment (#) handling + + Show Netscape plugins in about:version + + Add Zoom Level combobox to Statusbar Features + + Improve handling of cookie updates + + Always show a minimum visible progress + + Don't limit search engines in completion popup + v0.3.2 + Fix opening address with Go button + Fix automigration of existing bookmarks diff --git a/wscript b/wscript index 80a1fa7f..8f5c96b2 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 3 -micro = 2 +micro = 3 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)