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

Christian Dywan noreply at xfce.org
Sun Mar 13 23:04:01 CET 2011


Updating branch refs/heads/master
         to f17751b91a1c7a93dea8741829a0ad495ba90ee1 (commit)
       from a9872adf082756e9d5c744982ddc339f1bdda76b (commit)

commit f17751b91a1c7a93dea8741829a0ad495ba90ee1
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Mar 13 23:03:35 2011 +0100

    Bump version to 0.3.3

 ChangeLog |   22 ++++++++++++++++++++++
 wscript   |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 670ef6b..3dd6a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.3.3:
+ + Use 60 connections and 6 per host
+ + Allow re-ordering of search engines
+ + Resurrect right-click button on the panel
+ + Page Next finds a and link tags again
+ + Always save state when quitting
+ + Support MD5 and SHA1 Link Fingerprints
+ + Use lock-secure and lock-insecure icons
+ + Replace unmaintained docs with FAQ
+ + Work around copying bug in WebKitGTK+
+ + In doubt always focus page on key press
+ + Show transfer speed in tooltips
+ + Support x-scheme-handler for GLib < 2.28
+ + Improve link search, always require Return
+ + Re-order tabs with Ctrl+Shift-PageUp/Down
+ + Improve fragment (#) handling
+ + Show Netscape plugins in about:version
+ + Add Zoom Level combobox to Statusbar Features
+ + Improve handling of cookie updates
+ + Always show a minimum visible progress
+ + Don't limit search engines in completion popup
+
 v0.3.2
  + Fix opening address with Go button
  + Fix automigration of existing bookmarks
diff --git a/wscript b/wscript
index 80a1fa7..8f5c96b 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 3
-micro = 2
+micro = 3
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list