From e88b69be02037e1fe4e75d186e361ef82594705a Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 14 Apr 2012 21:17:35 +0200 Subject: [PATCH] Bump version to 0.4.5 --- ChangeLog | 26 ++++++++++++++++++++++++++ wscript | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f64e1b1a..066b6535 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,31 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.4.5: + + Work around black border around widgets on Win32 + + Whitelist direct/ re-directed navigation requests in adblock + + Require Vala 0.14 + + Provide geolocation diagnostics in about:geolocation + + List available about: URLs and app instance name in about:version + + Replace illegal characters in download filenames + + Tweak app options on Win32 and use ShellExecuteEx in sokoke_show_uri + + Use sokoke_show_uri in midori_browser_download_status_cb + + External Download manager Steadyflow and Aria2 (with cookies) + + Ensure adblock config folder when blocking images + + Use sqlite WAL mode for history if available + + Allow relative -c/ --config path + + Context menus on Back and Forward toolbar items + + Always show the tabbar by default + + Use ubuntu-bug if it exists + + Show inline find while typing and statusbar text in overlay with GTK+ 3.2 + + Esc/ closing "downloads still active" should cancel, not continue + + Optional Granite support for notebook and bookmark dialog as pop-over + + Ctrl+j to toggle statusbar aka downloads + + Show at most 3 search engines in completion + + Don't replace existing onclick/ blur with autosuggest + + Implement low_memory_profile for FreeBSD and Win32 + + Use var in internal javascript, to fix Google apps + + Handle download requests in frames + v0.4.4: + Disable page cache with < 352 MB RAM + Display filename in download dialog diff --git a/wscript b/wscript index cb6d7d33..db743242 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 4 -micro = 4 +micro = 5 APPNAME = 'midori' VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)