]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.0.20
authorChristian Dywan <christian@twotoasts.de>
Sun, 24 Aug 2008 01:15:45 +0000 (03:15 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 24 Aug 2008 01:15:45 +0000 (03:15 +0200)
ChangeLog
configure.in
wscript

index 13df4b51506145683b943afc87ae482bf17c0935..73180647e92f6b8fa019c60b6879b1cebf24e1f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+v0.0.20:
+ + Single instance support using Unique
+ + Make it clear that WAF is preferred
+ + Provide an 'extension' icon
+ + Load user styles from ~/.local/share/midori/styles
+ + Use Ctrl+Shift+T for Undo Close Tab
+ + Add "open-tabs-next-to-current" preference
+ + Use rsvg-convert instead of imagemagick's convert
+ + @name in the meta data of userscripts is recognized
+ + Remove "small-toolbar" preference
+
 v0.0.19:
  + Improved Greasemonkey compatibility
  + Improve multiple window support
index d993d72984828742d009eca5b44ce0d599e86ceb..2dde9c20f71a98114b8ea70db82c84fe79483246 100644 (file)
@@ -1,5 +1,5 @@
 # Register ourselves to autoconf
-AC_INIT([midori], [0.0.19], [http://www.twotoasts.de/bugs])
+AC_INIT([midori], [0.0.20], [http://www.twotoasts.de/bugs])
 AC_CONFIG_SRCDIR([midori/main.h])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/wscript b/wscript
index 10964a59cd42e800513f345aea7bd2765525b058..1ad146d8889377cc109ff4758e09319472539bfd 100644 (file)
--- a/wscript
+++ b/wscript
@@ -6,7 +6,7 @@ import pproc as subprocess
 import Common
 
 APPNAME = 'midori'
-VERSION = '0.0.19'
+VERSION = '0.0.20'
 
 try:
     git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],