[Xfce4-commits] <midori:master> Bump to version 0.2.3

Christian Dywan noreply at xfce.org
Sat Feb 20 12:44:01 CET 2010


Updating branch refs/heads/master
         to 623784d65d3e1a9b86eb1dd11298cbc350d7f834 (commit)
       from e81745f19df40726a1cf1d73ce28a790b83e79b6 (commit)

commit 623784d65d3e1a9b86eb1dd11298cbc350d7f834
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Feb 20 12:39:23 2010 +0100

    Bump to version 0.2.3

 ChangeLog |   26 ++++++++++++++++++++++++++
 wscript   |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 70c7a89..cb8c3aa 100644
--- 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 d65671f..4e7b7fe 100644
--- 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)



More information about the Xfce4-commits mailing list