[Xfce4-commits] <midori:master> Bump version to 0.4.4
Christian Dywan
noreply at xfce.org
Thu Mar 8 23:36:01 CET 2012
Updating branch refs/heads/master
to 5588a05c8ae289bf3a83a94155436c37c96ae210 (commit)
from 8c8f985a5c1593eb70100c2c79137d59caf532fa (commit)
commit 5588a05c8ae289bf3a83a94155436c37c96ae210
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Mar 8 23:34:45 2012 +0100
Bump version to 0.4.4
ChangeLog | 26 ++++++++++++++++++++++++++
wscript | 2 +-
2 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 24f87ea..f64e1b1 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 95f2028..542a5d6 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)
More information about the Xfce4-commits
mailing list