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

index 73180647e92f6b8fa019c60b6879b1cebf24e1f2..4dcb4741dd357c177e53b636f7116662b6baeb86 100644 (file)
--- 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
index 2dde9c20f71a98114b8ea70db82c84fe79483246..6c471e9c8725900099b0439dfb78de9f2fc6c195 100644 (file)
@@ -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 d280fc1eec3bdc89b369baf47399380fb01c09aa..ef083ecfcb5da48ae7c3f17fffdd999f3e406b03 100644 (file)
--- 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'],