]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.5
authorChristian Dywan <christian@twotoasts.de>
Sun, 22 Mar 2009 21:38:24 +0000 (22:38 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 22 Mar 2009 21:38:24 +0000 (22:38 +0100)
ChangeLog
wscript

index d626ad20bdf5a2f5d5dd69e8e85bedcc9eac520b..0de3fcfdcfdc66d001b0380dbbd6752aa109c27b 100644 (file)
--- 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 9c835a71686496532c08da415f32c18c14047a34..c55554124e0a7537eb7abef3f06b3ef87a673c83 100644 (file)
--- 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)