]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.1
authorChristian Dywan <christian@twotoasts.de>
Sun, 9 Oct 2011 22:41:47 +0000 (00:41 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 9 Oct 2011 22:41:47 +0000 (00:41 +0200)
ChangeLog
katze/katze-utils.c
wscript

index c836c3977a5235abd8add65527940b6287a29a80..ebb5d2ce9fe518c8c5be4be0c23d2760056698fc 100644 (file)
--- 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
index d2e2aaf2cb70fb87ff7a32e2452061b462f2bce6..2369ea2c2bf2caeac8a008b9e155017af0ada853 100644 (file)
@@ -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 cd1af8a699b9a418239d9b253178f8cebed0e93c..28d943d87019525cd999073060275f98129ca5d9 100644 (file)
--- 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)