From 5a353d0ecdf33a0794435fa00716ec01545a234e Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 11 Nov 2011 00:21:06 +0100 Subject: [PATCH] Bump version to 0.4.2 --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ wscript | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebb5d2ce..9c5f7332 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 7562f0c8..e21d9caa 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)