From: Christian Dywan Date: Sun, 22 Mar 2009 21:38:24 +0000 (+0100) Subject: Bump version to 0.1.5 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600168b614c6b4a6967eccf43877c0f81e79e985;p=midori Bump version to 0.1.5 --- diff --git a/ChangeLog b/ChangeLog index d626ad20..0de3fcfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ This file is licensed under the terms of the expat license, see the file EXPAT. +v0.1.5: + + Add a Colorful Tabs extension + + Support downloading with WebKitGTK+ 1.1.3 + + Load and save settings of extensions + + Drop internal source view + + Require WebKitGTK+ 1.1.1, Glib 2.16 and libsoup 2.25.2 + v0.1.4: + Automatic inline find can be disabled + Implement an Encoding menu diff --git a/wscript b/wscript index 9c835a71..c5555412 100644 --- a/wscript +++ b/wscript @@ -22,7 +22,7 @@ import UnitTest major = 0 minor = 1 -micro = 4 +micro = 5 APPNAME = 'midori' VERSION = str (major) + '.' + str (minor) + '.' + str (micro)