]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.3.3
authorChristian Dywan <christian@twotoasts.de>
Sun, 13 Mar 2011 22:03:35 +0000 (23:03 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 13 Mar 2011 22:03:35 +0000 (23:03 +0100)
ChangeLog
wscript

index 670ef6b14d49352a64966adbe667580bd166c58e..3dd6a84e63cf8ec0192d4ebdc54ceec1467e0afa 100644 (file)
--- 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 80a1fa7fbed6d8deff96d640fb7edb3b9b6ec60f..8f5c96b279f5c558f38a168451c11764a3d416cb 100644 (file)
--- 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)