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

Christian Dywan noreply at xfce.org
Mon Jan 31 02:06:01 CET 2011


Updating branch refs/heads/master
         to 43f1e55411d21d5127e32a820dd7a5acc2adde0f (commit)
       from 26873b0f97bc7406204356b7f86c93e7e31b0293 (commit)

commit 43f1e55411d21d5127e32a820dd7a5acc2adde0f
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Jan 31 02:04:53 2011 +0100

    Bump version to 0.3.0

 ChangeLog |   17 +++++++++++++++++
 wscript   |    4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ce121a1..53a9dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.3.0
+ + Support libnotify 0.7
+ + Copy-friendly URIs with %20
+ + No blocking of typed URLs with adblock
+ + Import from Netscape HTML
+ + Bookmark im- and export fixes
+ + Unit tests cleaned up and updated
+ + Correct bookmark and search icon names
+ + Better link menu handling
+ + Certificate location on FreeBSD
+ + Fix Russian keyboard issues
+ + Stylesheet parsing improvements
+ + Simplify language and panel options
+ + Default to DuckDuckGo search
+ + No Netscape plugins in extension panel
+ + Easy user addon install infobar
+
 v0.2.9
  + Add 'Identify As' to Statusbar Features
  + Don't restrict length of HTTP login passwords
diff --git a/wscript b/wscript
index a23d3e6..2c53f48 100644
--- a/wscript
+++ b/wscript
@@ -28,8 +28,8 @@ import misc
 from Configure import find_program_impl
 
 major = 0
-minor = 2
-micro = 9
+minor = 3
+micro = 0
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list