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

Christian Dywan noreply at xfce.org
Mon May 16 01:18:03 CEST 2011


Updating branch refs/heads/master
         to 2df03cfa2868d24316e9d76e929058a7383ce159 (commit)
       from 721fdd4378920b59d0467b27f70ba5526732c2c7 (commit)

commit 2df03cfa2868d24316e9d76e929058a7383ce159
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon May 16 01:15:28 2011 +0200

    Bump version to 0.3.6

 ChangeLog |   17 +++++++++++++++++
 wscript   |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 102cda9..bca2b71 100644
--- 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 c6874f9..8fa7a6b 100644
--- 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)



More information about the Xfce4-commits mailing list