From: Christian Dywan Date: Sun, 9 Oct 2011 22:41:47 +0000 (+0200) Subject: Bump version to 0.4.1 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3dbd33911c7f54b165406b2745962662fb0fc81;p=midori Bump version to 0.4.1 --- diff --git a/ChangeLog b/ChangeLog index c836c397..ebb5d2ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.4.1: + + Experimental, unfinnished GTK+ 3 support + + 'Automatic' identification with quirks + + Build fix for WebKitGTK+ >= 1.4.3 + + Register downloaded files as recent files + + Fix Flash window on background tabs + + Fix regression with clearing cookies on quit + + Fix opening tabs from toolbar buttons + + Use symbolic find and clear icons + + Drop usage of mootools + + Install separate Private Browsing shortcut + + Support dragging tabs out of the window + + Use feed: to support Thunderbird news reader + + Re-open closed tabs in private browsing + + Compare link-fingerprints caselessly + v0.4.0: + Provide buttons to choose how to startup after crash + Fix crash on corrupted datbase diff --git a/katze/katze-utils.c b/katze/katze-utils.c index d2e2aaf2..2369ea2c 100644 --- a/katze/katze-utils.c +++ b/katze/katze-utils.c @@ -496,7 +496,7 @@ g_icon_to_string (GIcon *icon) * "custom-PROPERTY": the last value of an enumeration will be the "custom" * value, where the user may enter text freely, which then updates * the property PROPERTY instead. This applies only to enumerations. - * Since 0.4.2 mnemonics are automatically stripped. + * Since 0.4.1 mnemonics are automatically stripped. * Since 0.2.9 the following hints are also supported: * "languages": the widget will be particularly suitable for choosing * multiple language codes, ie. "de,en_GB". diff --git a/wscript b/wscript index cd1af8a6..28d943d8 100644 --- a/wscript +++ b/wscript @@ -29,7 +29,7 @@ from Configure import find_program_impl major = 0 minor = 4 -micro = 0 +micro = 1 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)