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

Christian Dywan noreply at xfce.org
Tue Aug 17 02:20:02 CEST 2010


Updating branch refs/heads/master
         to 025334fb8f3cf0d98d6e268b0e461b514d7fac0e (commit)
       from b563479014547d3d3eeaa220eaedecbbe71d104f (commit)

commit 025334fb8f3cf0d98d6e268b0e461b514d7fac0e
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Aug 16 21:31:14 2010 +0200

    Bump version to 0.2.7

 ChangeLog |   12 ++++++++++++
 wscript   |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 42b0fba..ea3e891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.7
+ + Multiple word completion in location
+ + Database backed bookmarks
+ + Search bookmark panel and drag bookmarks
+ + Bookmarks in address completion
+ + Removed bookmarks and history from menubar
+ + Add 'Minimize New Tabs' and 'Copy Addresses of Tabs'
+ + Refactorings and optimisations in the core
+ + Adblock compatibility improvements and speedup
+ + Changeable speed dial size
+ + Delayed pages at startup, or after a crash
+
 v0.2.6
  + Show a dialogue when quitting while downloading
  + Render icons in errors/ speed dial properly
diff --git a/wscript b/wscript
index e3c36ee..05ee4ef 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 2
-micro = 6
+micro = 7
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list