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

Christian Dywan noreply at xfce.org
Wed Feb 6 00:30:01 CET 2013


Updating branch refs/heads/master
         to c545c8353a9b97cdee385ddc5200d3c8d90ede5d (commit)
       from f5835c51949a35d62d324a1ad5512f4a10975fd1 (commit)

commit c545c8353a9b97cdee385ddc5200d3c8d90ede5d
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Feb 6 00:28:05 2013 +0100

    Bump version to 0.4.8

 ChangeLog |   31 +++++++++++++++++++++++++++++++
 wscript   |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 676410b..256e6a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.8:
+ Fix un-delaying of tabs
+ Support downloads with FlashGet on Win32
+ Fix compilation with GLib 2.30
+ Fix error handling in extensions
+ Retain selection in urlbar when switching tabs
+ Fix missing right-click menu on NextForward button
+ Hide error page button if buttons have no images
+ Rework URL completion: suggest open tabs
+ Always highlight matches in inline search
+ Pantheon: Only show private launcher in search
+ Granite: Fix notebook, require 0.2, drop _about_dialog_new
+ Don't include http(s), file or www. in page title
+ Autodetect Twitter RSS feeds
+ Adblock: Improve date parsing
+ Unit test rework: backtraces, regardless of debugging, wine
+ More accurate version numbers in about:version
+ Drop obsolete --log-file command line switch
+ Emit inspector attach-window with correct signature
+ Fix Netscape plugins opening download dialogs
+ Rework path handling and setup in different modes (fix segfaults)
+ Manage Netscape plugins are individual extensions
+ Address gtk_icon_set_render_icon_pixbuf assertions
+ Fix renaming in speed dial with spaces in title
+ Render completion title/ URL side by side with Granite
+ Transparently use Favicon-/ IconDatabase/ file store per WebKit
+ Add TabMoveFirst/ Last hotkeys (without defaults)
+ Drop Hildon support
+ Show URI in 'not responding' dialog
+ Query search engine icons when loading, rather than stupid guesses
+
 v0.4.7:
  Unify download behavior: link fingerprints, space check, clearing, tooltips
  GIO-based check for enough space and permissions, GIO-based themed icons
diff --git a/wscript b/wscript
index 55156fa..d2c268c 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 4
-micro = 7
+micro = 8
 
 APPNAME = 'midori'
 VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)


More information about the Xfce4-commits mailing list