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

Christian Dywan noreply at xfce.org
Mon Oct 10 00:46:01 CEST 2011


Updating branch refs/heads/master
         to d3dbd33911c7f54b165406b2745962662fb0fc81 (commit)
       from ac272d2f489d549292f27ab5115fb04c7e69112e (commit)

commit d3dbd33911c7f54b165406b2745962662fb0fc81
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Oct 10 00:41:47 2011 +0200

    Bump version to 0.4.1

 ChangeLog           |   16 ++++++++++++++++
 katze/katze-utils.c |    2 +-
 wscript             |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c836c39..ebb5d2c 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 d2e2aaf..2369ea2 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 cd1af8a..28d943d 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)


More information about the Xfce4-commits mailing list