From e23a25bc6552283950915509f2a7af226ef29266 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 11 Sep 2009 23:57:58 +0200 Subject: [PATCH] Bump version to 0.1.10 --- ChangeLog | 18 ++++++++++++++++++ wscript | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 758b9b50..baa1134c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.1.10: + + Fix freezing when opening multiple windows + + Revamp Adblock with WebKitGTK+ 1.1.14 API + + Greatly improve the address completion + + Always show news feed icon + + Better handling of feeds in the feed panel + + Add Gtk+ and WebKit version to the About dialog + + Improve tab panel and support minimized tabs + + Implement disabling of extensions in crahs dialog + + Don't make the web inspector transient + + Tidy up the Preferences a bit + + Load default bookmarks and config from /etc + + Do not use xprop at runtime + + Use GNOME proxy server if libsoup-gnome is installed + + Integrate Save As with transfers + + Save HTTP logins in a text file + + Support Undo and Redo with WebKitGTK+ 1.1.14 + v0.1.9: + Preserve navigation history with new tabs + Implement clearing private data when quitting diff --git a/wscript b/wscript index 50fd8dc8..c243cb8d 100644 --- a/wscript +++ b/wscript @@ -25,7 +25,7 @@ import misc major = 0 minor = 1 -micro = 9 +micro = 10 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro) -- 2.39.5