[Xfce4-commits] <midori:master> Bump version to 0.2.9
Christian Dywan
noreply at xfce.org
Sun Oct 31 23:22:01 CET 2010
Updating branch refs/heads/master
to 54cd4afa77c22a6fa7cb187cf0cb260840f33921 (commit)
from 914d5e38f1e9725d0fbc587c6f6fd07fcf3f26b7 (commit)
commit 54cd4afa77c22a6fa7cb187cf0cb260840f33921
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Oct 31 23:20:48 2010 +0100
Bump version to 0.2.9
ChangeLog | 19 +++++++++++++++++++
wscript | 2 +-
2 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0153b9b..ce121a1 100644
--- 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 2193a25..fe95e56 100644
--- 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)
More information about the Xfce4-commits
mailing list