]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.3.6
authorChristian Dywan <christian@twotoasts.de>
Sun, 15 May 2011 23:15:28 +0000 (01:15 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 15 May 2011 23:15:28 +0000 (01:15 +0200)
ChangeLog
wscript

index 102cda9fabd4c4386ae461083bac7ecf98eab134..bca2b7181b307673b11b470ad5d25419cce47509 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.3.6:
+ + Track selected search engine per window
+ + Improve preference dialogue size and alignments
+ + Validate URIs in Adblock, homepage and bookmarks
+ + Fix loading of Adblock lists from https
+ + Support Backspace as Go Back and F5 as Reload
+ + Show 'Private Browsing' in Unity Quicklist
+ + Ignore Network Cancelled errors
+ + Reduce allocations when preparing speed dial
+ + Fix icon sie of scalable stock icons
+ + Implement geo URI support as per RFC 5870
+ + Fix crash after clearing cookies
+ + Faster javascript-based JSON import
+ + Improve speed dial markup, without scripts
+ + Allow Escape to cancel History List
+ + Fix crashes in completion
+
 v0.3.5:
  + Remove frame titles from preference dialogue
  + Show search engine icons in completion
diff --git a/wscript b/wscript
index c6874f925f6614d138620016718d2355211d0bd7..8fa7a6b3bc1e3f2c4995e46efa7725caaf5458b4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 3
-micro = 5
+micro = 6
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)