]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.6
authorChristian Dywan <christian@twotoasts.de>
Mon, 14 May 2012 22:13:42 +0000 (00:13 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 14 May 2012 22:13:42 +0000 (00:13 +0200)
ChangeLog
wscript

index 066b6535c18e37bafca1eb6eedf1b7861f42efbc..586d71ef58a982c93622939c86918e79ba93a97e 100644 (file)
--- 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 61a9bddec54898ca86ec580ae4e2f91b2a2fdaa0..f0c42eb87af5f640d7fe110239e52d4129b6f73a 100644 (file)
--- 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)