]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.10
authorChristian Dywan <christian@twotoasts.de>
Fri, 11 Sep 2009 21:57:58 +0000 (23:57 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 11 Sep 2009 22:09:38 +0000 (00:09 +0200)
ChangeLog
wscript

index 758b9b50120768b8e5ad9997beedf4755b1cff99..baa1134c849751df4f975a86dc3c86bc883087ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/wscript b/wscript
index 50fd8dc8d30082493a5ffa3bbedd6253f1c48210..c243cb8db5c1e80263b3b72a61064d0f7856e926 100644 (file)
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import misc
 
 major = 0
 minor = 1
-micro = 9
+micro = 10
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)