]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.7
authorChristian Dywan <christian@twotoasts.de>
Mon, 16 Aug 2010 19:31:14 +0000 (21:31 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 16 Aug 2010 19:31:14 +0000 (21:31 +0200)
ChangeLog
wscript

index 42b0fba58382a3ce98dafbe5e7d30ae94e6c08b1..ea3e89125ad8c7978169c72ea531d55d2d73617c 100644 (file)
--- 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 e3c36ee135a69d68ae80cb61151d3424eeefbc3e..05ee4efd8e997a531a33e572728a388a9fb62565 100644 (file)
--- 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)