[Xfce4-commits] <midori:master> Bump version to 0.4.5

Christian Dywan noreply at xfce.org
Sat Apr 14 21:20:01 CEST 2012


Updating branch refs/heads/master
         to 21c047a9b33645c1710439d79f7d6f802ba31664 (commit)
       from c75861ca5f9d811b283c3e8d7451f9ee8fea95dd (commit)

commit 21c047a9b33645c1710439d79f7d6f802ba31664
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Apr 14 21:17:35 2012 +0200

    Bump version to 0.4.5

 ChangeLog |   26 ++++++++++++++++++++++++++
 wscript   |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f64e1b1..066b653 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 cb6d7d3..db74324 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)


More information about the Xfce4-commits mailing list