]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.3.4
authorChristian Dywan <christian@twotoasts.de>
Sun, 1 May 2011 22:32:00 +0000 (00:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 1 May 2011 22:32:00 +0000 (00:32 +0200)
ChangeLog
wscript

index 3dd6a84e63cf8ec0192d4ebdc54ceec1467e0afa..e8246768e72d24917bdd71cae2197cd8505cb48d 100644 (file)
--- 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 80cc19090adc60b756616a05fb3d921b76dc632f..9378eca0d15e667982819b6b41aaf7bf0f214982 100644 (file)
--- 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)