Bump version to 0.3.3

This commit is contained in:
Christian Dywan 2011-03-13 23:03:35 +01:00
parent a9872adf08
commit f17751b91a
2 changed files with 23 additions and 1 deletions

View file

@ -1,5 +1,27 @@
This file is licensed under the terms of the expat license, see the file EXPAT. 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 v0.3.2
+ Fix opening address with Go button + Fix opening address with Go button
+ Fix automigration of existing bookmarks + Fix automigration of existing bookmarks

View file

@ -29,7 +29,7 @@ from Configure import find_program_impl
major = 0 major = 0
minor = 3 minor = 3
micro = 2 micro = 3
APPNAME = 'midori' APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro) VERSION = str (major) + '.' + str (minor) + '.' + str (micro)