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

Christian Dywan noreply at xfce.org
Mon Sep 20 00:20:02 CEST 2010


Updating branch refs/heads/master
         to 2c10312ce21d3f7a0fe4929d7ea255e16abb74d0 (commit)
       from d0635b4fb26d88d9996bc6db962c610212335d8a (commit)

commit 2c10312ce21d3f7a0fe4929d7ea255e16abb74d0
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Sep 19 23:22:41 2010 +0200

    Bump version to 0.2.8

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

diff --git a/ChangeLog b/ChangeLog
index ea3e891..0153b9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.8
+ + Re-implement Bookmarks menu and toolbar button
+ + Show transferbar even if statusbar is hidden
+ + Smart case for inline search while typing
+ + Use Alt+Shift+Right instead of Ctrl+Right for Next Page
+ + Adding, edit and delete buttons for user scripts/ styles
+ + Rename 'Minimize Tab' to 'Show Tab Icon Only'
+ + Delete key in completion deletes items
+ + Don't show homepage in bookmarkbar
+ + Fix crash when using location arrow button
+
 v0.2.7
  + Multiple word completion in location
  + Database backed bookmarks
diff --git a/wscript b/wscript
index e567a0a..da389ef 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 2
-micro = 7
+micro = 8
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list