+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
# 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])
import platform
APPNAME = 'midori'
-VERSION = '0.0.20'
+VERSION = '0.0.21'
try:
git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],