Bump version to 0.1.10

This commit is contained in:
Christian Dywan 2009-09-11 23:57:58 +02:00
parent fcdeb56119
commit e23a25bc65
2 changed files with 19 additions and 1 deletions

View file

@ -1,5 +1,23 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
v0.1.10:
+ Fix freezing when opening multiple windows
+ Revamp Adblock with WebKitGTK+ 1.1.14 API
+ Greatly improve the address completion
+ Always show news feed icon
+ Better handling of feeds in the feed panel
+ Add Gtk+ and WebKit version to the About dialog
+ Improve tab panel and support minimized tabs
+ Implement disabling of extensions in crahs dialog
+ Don't make the web inspector transient
+ Tidy up the Preferences a bit
+ Load default bookmarks and config from /etc
+ Do not use xprop at runtime
+ Use GNOME proxy server if libsoup-gnome is installed
+ Integrate Save As with transfers
+ Save HTTP logins in a text file
+ Support Undo and Redo with WebKitGTK+ 1.1.14
v0.1.9:
+ Preserve navigation history with new tabs
+ Implement clearing private data when quitting

View file

@ -25,7 +25,7 @@ import misc
major = 0
minor = 1
micro = 9
micro = 10
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)