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

Christian Dywan noreply at xfce.org
Tue May 15 00:14:01 CEST 2012


Updating branch refs/heads/master
         to d139f1bac822d24ecd0228b0c596f57debd27005 (commit)
       from db2869f0a2a4e142b8ea6b1397b308b5f748ee76 (commit)

commit d139f1bac822d24ecd0228b0c596f57debd27005
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue May 15 00:13:42 2012 +0200

    Bump version to 0.4.6

 ChangeLog |   15 +++++++++++++++
 wscript   |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 066b653..586d71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.6:
+ + Fix crasher in geolocation infobar
+ + Fix crasher in about:version on some systems
+ + Fix crasher opening bookmarks from Unity global menu
+ + Use WebKitFaviconDatabase as of WebKit 1.8.0
+ + Use midori-prefixed temp folder in midori_view_save_source
+ + Fix cancelling downloads with SteadyFlow or Aria2
+ + Fix crash dialog instead of opening tab in a running window
+ + Fix page icons in multi-frame sites (gmail, tumbler)
+ + Distinguish Simplified and Traditional Chinese
+ + Support go-jump-symbolic
+ + Handle empty tabs due to download links with a target
+ + Handle frame load interrupted in the unholy trinity
+ + Fix libsoup version check and wrong SSL status in location
+
 v0.4.5:
  + Work around black border around widgets on Win32
  + Whitelist direct/ re-directed navigation requests in adblock
diff --git a/wscript b/wscript
index 61a9bdd..f0c42eb 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 4
-micro = 5
+micro = 6
 
 APPNAME = 'midori'
 VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)


More information about the Xfce4-commits mailing list