Bump version to 0.0.21
This commit is contained in:
parent
a10dd2e205
commit
88956ae34c
3 changed files with 10 additions and 2 deletions
|
@ -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:
|
v0.0.20:
|
||||||
+ Single instance support using Unique
|
+ Single instance support using Unique
|
||||||
+ Make it clear that WAF is preferred
|
+ Make it clear that WAF is preferred
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Register ourselves to autoconf
|
# 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_SRCDIR([midori/main.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
|
2
wscript
2
wscript
|
@ -7,7 +7,7 @@ import Common
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
APPNAME = 'midori'
|
APPNAME = 'midori'
|
||||||
VERSION = '0.0.20'
|
VERSION = '0.0.21'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],
|
git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],
|
||||||
|
|
Loading…
Reference in a new issue