summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2008-08-31 17:23:03 +0200
committerChristian Dywan <christian@twotoasts.de>2008-08-31 17:23:03 +0200
commite845b5265aa51af768e02d6f99a6ab40ba335f54 (patch)
tree570ffedda861714aa07eb382c1d1b204ba0dac9c
parent237558f0875bfb23871399f5972b6907dab22d51 (diff)
downloadmidori-e845b5265aa51af768e02d6f99a6ab40ba335f54.tar.gz
Bump version to 0.0.210.0.21
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
-rw-r--r--wscript2
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'],