]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.1
authorChristian Dywan <christian@twotoasts.de>
Sun, 30 Nov 2008 00:48:04 +0000 (01:48 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 30 Nov 2008 00:48:04 +0000 (01:48 +0100)
ChangeLog
configure.in
wscript

index 3a280d2a7a8269673ba1faf3fb7eafedf71a5258..add8b40cd0e05bf8898db775276ee1fc77f1a089 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.1.1:
+ + Reimplement page holder as an extension
+ + Introduce a C extension interface
+ + Introduce unit tests for automated testing
+ + Implement history based location completion
+ + Support the Web Inspector in new WebKit versions
+ + Bookmarkbar properly reflects changes
+ + Improve overall OS X integration
+ + Add a Text Editor Preference
+ + Add a Compat sidebar Preference
+ + Add an Open external pages in Preference
+ + Implement source view and cached favicons with libsoup
+
 v0.1.0:
  + Allow for hiding the menubar
  + Make the navigationbar customizable
index 931fb76944d2ddf179d0f65019ebd42d3c6cd56a..9c4a760555e48bc6fc9412c3484d86563b47809d 100644 (file)
@@ -1,6 +1,6 @@
 # This file is licensed under the terms of the expat license, see the file EXPAT.
 # Register ourselves to autoconf
-AC_INIT([midori], [0.1.0], [http://www.twotoasts.de/bugs])
+AC_INIT([midori], [0.1.1], [http://www.twotoasts.de/bugs])
 AC_CONFIG_SRCDIR([midori/midori-stock.h])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/wscript b/wscript
index 4cc24f6f810316bb7d309a8e1a7045ffc869d4a9..c15fcf6ca738f86fefc4eafb5cdff93fdc9735f4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ import UnitTest
 
 major = 0
 minor = 1
-micro = 0
+micro = 1
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)