]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.0
authorChristian Dywan <christian@twotoasts.de>
Mon, 1 Aug 2011 22:06:36 +0000 (00:06 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 1 Aug 2011 22:06:36 +0000 (00:06 +0200)
ChangeLog
katze/katze-utils.c
wscript

index bca2b7181b307673b11b470ad5d25419cce47509..c836c3977a5235abd8add65527940b6287a29a80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.0:
+ + Provide buttons to choose how to startup after crash
+ + Fix crash on corrupted datbase
+ + Never delay URIs given as command line arguments
+ + Space at the bottom of the page: Go to next page
+ + Initialize session in app/ private before adding URIs
+ + Add 'Last open tabs' option to Clear Private Data
+ + Show kinetic scrolling option regardless of Hildon
+ + Interpret Shift+Backspace as going forward
+ + Advertise SVG images as a supported MIME type
+ + Zoom in steps of 10% and support Ctr+=
+ + Fix a crasher on invalid geo: links
+ + Integrate Adblock and History List options in list
+ + Skip empty lines, ignore subdocument rules in Adblock
+ + Respect VALAC at configuration time
+ + URL cache, faster JS generator, inline parsing in Adblock
+ + Reuse source of webview instead of redownloading
+ + Remove the description field from bookmark dialog
+ + Add --log-file/ -l switch to log to a file
+ + Pass through javascript: URIS from the command line
+ + Tab and Window items in Unity Quicklist
+ + Adjust the preferences dialog
+ + Require WebKitGTK+ 1.1.17 and Vala 0.10
+
 v0.3.6:
  + Track selected search engine per window
  + Improve preference dialogue size and alignments
index 53fd7dc65cd6c9a8af8096e575833f37926215d5..767d814e8aaba141fddf4f2d1a08e1cad393c49e 100644 (file)
@@ -500,7 +500,7 @@ g_icon_to_string (GIcon *icon)
  *     Since 0.3.6 the following hints are also supported:
  *     "address": the widget will be particularly suitable for typing
  *         a valid URI or IP address and highlight errors.
- *     Since 0.3.7 the following hints are also supported:
+ *     Since 0.4.0 the following hints are also supported:
  *     "days": the widget will be particularly suitable for choosing
  *         a period of time in days.
  *
diff --git a/wscript b/wscript
index 1126d275c3bb39374518ef26c3228f26cae4cc24..39d7388291db698c91dcdfb2c0e1cd63a5277924 100644 (file)
--- a/wscript
+++ b/wscript
@@ -28,8 +28,8 @@ import misc
 from Configure import find_program_impl
 
 major = 0
-minor = 3
-micro = 6
+minor = 4
+micro = 0
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)