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

Christian Dywan noreply at xfce.org
Fri Nov 11 00:24:02 CET 2011


Updating branch refs/heads/master
         to 5a353d0ecdf33a0794435fa00716ec01545a234e (commit)
       from 0f79f4f61ffc2ae681b93e9a22165eb7169ed740 (commit)

commit 5a353d0ecdf33a0794435fa00716ec01545a234e
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Nov 11 00:21:06 2011 +0100

    Bump version to 0.4.2

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

diff --git a/ChangeLog b/ChangeLog
index ebb5d2c..9c5f733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.2:
+ + Improve -moz-document parsing in user stylesheets
+ + Render verified secure sites in green, not yellow
+ + Version details for extensions built against a different release
+ + More detailed and more condensed about:version output
+ + Refresh missing speed dial thumbnails automatically
+ + Use faster global CSS mechanism for adblock and addons
+ + Show crash dialog only if there's a session
+ + Don't complete on a leading space or search token
+ + Support user stylesheets on about: and file:// locations
+ + Implement 'Always use my font choices' preferences
+ + Allow smaller tabs when close buttons are disabled
+ + Merge 'Closed Tabs' with 'History' in Clear Private Data
+ + Correctly use user-home and bookmark-new icon names
+ + Use versioned file speeddial-head-0.4.2.html
+ + Split proxy server preference into host and port
+ + Support localized 'next' and 'previous' links
+ + Implement 'Only accept cookies cookies from sites you visit'
+ + Fix crash in Add/ Import Bookmark feature
+ + Fix size of tabs with GTK+ 3
+ + Detect existing Firefox profiles for bookmark import
+ + Work-around "omg!" in local directory browsing
+ + Rework '--run' feature to allow window.open() and console.info()
+ + Automatically clear finnished downloads from the transferbar
+ + Add 'Create desktop shortcut' to the app menu
+ + Require GLib 2.22 and libSoup 2.27.90
+ + Don't register recent files in private browsing mode
+ + Findbar and speed dial honor close button position
+ + Use sqlite3-based backend for cookie storage
+ + Make '--snapshot' create png images with GTK+ 2.20
+ + Automatically resizing, embossed speed dial, close on hover
+
 v0.4.1:
  + Experimental, unfinnished GTK+ 3 support
  + 'Automatic' identification with quirks
diff --git a/wscript b/wscript
index 7562f0c..e21d9ca 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 4
-micro = 1
+micro = 2
 
 APPNAME = 'midori'
 VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)


More information about the Xfce4-commits mailing list