]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.9
authorChristian Dywan <christian@twotoasts.de>
Sun, 31 Oct 2010 22:20:48 +0000 (23:20 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 31 Oct 2010 22:20:48 +0000 (23:20 +0100)
ChangeLog
wscript

index 0153b9b2c86911da278fdffd005948209541664c..ce121a1a5f1605aac9aa30049e1f3b77fabac062 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.9
+ + Add 'Identify As' to Statusbar Features
+ + Don't restrict length of HTTP login passwords
+ + Implement Find Links by number with '.'
+ + Reflect security in icon tooltip
+ + Use GIO to determine special URI schemes
+ + Upgrade waf (addresses threading issues)
+ + Allow clearing HTML5 databases and form history
+ + Add --help-execute command line switch
+ + Improve private mode, with search and hotkeys
+ + Support no-desktop-files and internal Open With
+ + Support x-scheme-handler spec
+ + Infobar for location and HTML5 database
+ + Optimise cookie storing, reduce wakeups
+ + Avoid deprecated GTK+ interfaces
+ + Remove console in favour of Inspector
+ + Simplify and explain cookie preferences
+ + Fix Google Reader incompatibility
+
 v0.2.8
  + Re-implement Bookmarks menu and toolbar button
  + Show transferbar even if statusbar is hidden
diff --git a/wscript b/wscript
index 2193a258ea6150e81b2fa83fd009b8ba9d46dac4..fe95e567d934770ee3a05b2e4686f4fedaf7d080 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 2
-micro = 8
+micro = 9
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)