From 88956ae34cdfd6e1b115de131738eb41ed94f2ba Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 31 Aug 2008 17:23:03 +0200 Subject: [PATCH] Bump version to 0.0.21 --- ChangeLog | 8 ++++++++ configure.in | 2 +- wscript | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73180647..4dcb4741 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +v0.0.21: + + Update some translations + + Show progress in location when statusbar is hidden + + Alt + Enter in location should issue a new tab + + Warn at configure time if GVfs is not installed + + Remove GVfs code that could caused huge problems + + Update wad to 1.4.4 to fix building on some systems + v0.0.20: + Single instance support using Unique + Make it clear that WAF is preferred diff --git a/configure.in b/configure.in index 2dde9c20..6c471e9c 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Register ourselves to autoconf -AC_INIT([midori], [0.0.20], [http://www.twotoasts.de/bugs]) +AC_INIT([midori], [0.0.21], [http://www.twotoasts.de/bugs]) AC_CONFIG_SRCDIR([midori/main.h]) AC_CONFIG_HEADER([config.h]) diff --git a/wscript b/wscript index d280fc1e..ef083ecf 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ import Common import platform APPNAME = 'midori' -VERSION = '0.0.20' +VERSION = '0.0.21' try: git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],