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

Christian Dywan noreply at xfce.org
Mon May 2 01:30:02 CEST 2011


Updating branch refs/heads/master
         to e75ddfd49b11199e20cfc7c21ab47e60ab52f699 (commit)
       from 6711bf33f06b2c06bb5956466d23b387e76d5638 (commit)

commit e75ddfd49b11199e20cfc7c21ab47e60ab52f699
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon May 2 00:32:00 2011 +0200

    Bump version to 0.3.4

 ChangeLog |   29 +++++++++++++++++++++++++++++
 wscript   |    2 +-
 2 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3dd6a84..e824676 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.3.4:
+ + Remove frame titles from preference dialogue
+ + Show search engine icons in completion
+ + Add Liferea news aggregator workaround
+ + Support libSoup cache + size with WebKitGTK+ 1.3.11
+ + No language, no encryption but Mozilla in user agent
+ + Support F6, F7, Ctrl+(Shift)+Tab and Tab to complete
+ + Strip scheme and www. in completion
+ + Render filename as title of patch files
+ + Turn location into a plain entry
+ + Fix tab panel foreground colours
+ + Mask timezone, language and plugins in private mode
+ + Add 'Strip referrer details' preference
+ + Embed extension list in preferences
+ + Remove the Page Holder and Download Manager option
+ + Disable prefetching and HTML5 storage in private mode
+ + Handle 'Plugin will handle load' error
+ + Show access keys next to numbers in link search
+ + Introduce --private/ -p command line switch
+ + Don't show toolbar preferences if running a DE
+ + Show script alerts as infobars
+ + Improve URI handling with addon installer
+ + Change Ctrl+Q for Quit to Ctrl+Shift+Q
+ + Make speed dial faster and mandatory
+ + Load speed dial in private browsing mode
+ + Show video formats in about:(version)
+ + Move speed dial to key file instead of JSON
+ + Add Offline Application Cache to Clear Private Data
+
 v0.3.3:
  + Use 60 connections and 6 per host
  + Allow re-ordering of search engines
diff --git a/wscript b/wscript
index 80cc190..9378eca 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 3
-micro = 3
+micro = 4
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list