]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.3.0
authorChristian Dywan <christian@twotoasts.de>
Mon, 31 Jan 2011 01:04:53 +0000 (02:04 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 31 Jan 2011 01:04:53 +0000 (02:04 +0100)
ChangeLog
wscript

index ce121a1a5f1605aac9aa30049e1f3b77fabac062..53a9dbe393d82bd26ee12ce0e941aee3ee4d5ccb 100644 (file)
--- 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 a23d3e6673ae5ec595192cd387ee4343ed3b49ea..2c53f48d92a13e9fcca099097fa4f17c8398e890 100644 (file)
--- 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)