[Xfce4-commits] <midori:master> Bump version to 0.2.6
Christian Dywan
noreply at xfce.org
Mon May 24 19:38:01 CEST 2010
Updating branch refs/heads/master
to 83a737e386c42428d45211c815aa66c11ffaa78d (commit)
from 8d3d61035ba0406cfec2371a943f9d3e3e433d04 (commit)
commit 83a737e386c42428d45211c815aa66c11ffaa78d
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon May 24 19:34:44 2010 +0200
Bump version to 0.2.6
ChangeLog | 8 ++++++++
wscript | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cdc6687..42b0fba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
+v0.2.6
+ + Show a dialogue when quitting while downloading
+ + Render icons in errors/ speed dial properly
+ + Fix a build error with API documentation
+ + Fix error pages in frames, and a related crash
+ + Allow more shortcuts or columns in speed dial
+ + Add 'Copy All' button to Console panel
+
v0.2.5
+ Keyboard access in speed dial
+ Panels adapt to system icon style
diff --git a/wscript b/wscript
index f0a6d19..fbbb6e8 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
major = 0
minor = 2
-micro = 5
+micro = 6
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
More information about the Xfce4-commits
mailing list