]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.4
authorChristian Dywan <christian@twotoasts.de>
Thu, 8 Mar 2012 22:34:45 +0000 (23:34 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 8 Mar 2012 22:34:45 +0000 (23:34 +0100)
ChangeLog
wscript

index 24f87ea776ebd1a9259a138e09a73af87269ce8b..f64e1b1a3905486c329187cd1611b24c9aea5502 100644 (file)
--- 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 95f2028ba601493fb6ffa0bc34cdcd6766a36959..542a5d65e29fbdd6710c4ac9abcc9a9b61006a68 100644 (file)
--- 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)