Release 0.5.7.

This commit is contained in:
Herbert Xu 2011-07-08 17:00:50 +08:00
parent 4e6797b08b
commit 481e761788
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-08 Herbert Xu <herbert@gondor.apana.org.au>
* Release 0.5.7.
2011-07-07 Herbert Xu <herbert@gondor.apana.org.au>
* Optimize dash -c "command" to avoid a fork.

View File

@ -1,4 +1,4 @@
AC_INIT(dash, 0.5.6)
AC_INIT(dash, 0.5.7)
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/main.c])