]> spindle.queued.net Git - midori/commitdiff
Bump to version 0.2.3
authorChristian Dywan <christian@twotoasts.de>
Sat, 20 Feb 2010 11:39:23 +0000 (12:39 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 20 Feb 2010 11:39:23 +0000 (12:39 +0100)
ChangeLog
wscript

index 70c7a8924eb2f5366949d51017f55e0f6bc4c736..cb8c3aac49a0e576b7822c6a510f041f92e142f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.3
+ + Improve relocatability for Win32
+ + Implement 'Close other tabs' menu item
+ + Use new GTK+ accessors where available
+ + Allow searching freely in History panel
+ + Re-implement completion based on sqlite
+ + Re-implement completion suggestion popup
+ + Simplify sqlite use towards efficient calls
+ + Move panel icons to the bottom
+ + Merge Netscape Plugins and Extensions panels
+ + Implement 'about:version' special page
+ + Implement 'Preferred languages' preference
+ + Improve window raising behaviour
+ + Allow Ctrl+Right-click to suppress javascript menu
+ + Add 'Open link as web app' in context menu
+ + Add 'Block image' menu item to Adblock
+ + Location progress and compat code refactored
+ + Implement 'Paste and proceed' in location
+ + Move DNS prefetching into the core
+ + Allow selecting and deleting multiple cookies
+ + Support attaching/ detaching web inspector
+ + Always enable web inspector
+ + --diagnostic-dialog command line switch
+ + Faster file existence checks
+ + Simplified, faster adblock implementation
+
 v0.2.2
  + Turn libnotify into a proper build-time dependency
  + Use Ctrl + Return to open tabs from the location entry
diff --git a/wscript b/wscript
index d65671f5aea947dde85940aea781e5f08cc077db..4e7b7fe9a256fd37302dd8daf84875be6dbd4b6b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import misc
 
 major = 0
 minor = 2
-micro = 2
+micro = 3
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)