From 5588a05c8ae289bf3a83a94155436c37c96ae210 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 8 Mar 2012 23:34:45 +0100 Subject: [PATCH] Bump version to 0.4.4 --- ChangeLog | 26 ++++++++++++++++++++++++++ wscript | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 24f87ea7..f64e1b1a 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.4: + + Disable page cache with < 352 MB RAM + + Display filename in download dialog + + Fix box packing in GTK+3 (in most cases) + + Enable experimental HTML5 fullscreen API + + Harden IPv6 address recognition in location + + Experimental site data policy support (see FAQ) + + Close tabs by middle clicking close button + + Merge cookies and other data in Clear Private Data + + Improve KatzeArrayAction for Unity menuproxy compatibility + + Use GDateTime for history to avoid broken C runtimes + + Add Midori tag to DuckDuckGo default URI + + Rewrite completion popup resizing + + Streamline page icon loading stages and fallbacks + + Disable clipboard work-around for WebKit >= 1.4.3 + + Re-word .desktop entry as an action + + Display informative text in private browsing + + Consistent clear icons in entries + + Revised download filename generation + + Add 'Open in Image Viewer' menu item + + Formhistory 2.0 with GDOM support + + Handle javascript: and mailto: links better + + Handle = key in Ukrainian layout better + + Fix bookmark export and deletion of bookmark folders + + Speed dial shortcut re-reordering by DND + v0.4.3: + Implement about:widgets to test rendering + Fix resizing of inspector by applying a minimum size diff --git a/wscript b/wscript index 95f2028b..542a5d65 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 4 -micro = 3 +micro = 4 APPNAME = 'midori' VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)