nilfs-utils: v2.0.24 release

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
Ryusuke Konishi 2011-12-05 00:08:09 +09:00
parent 937a8c9f0d
commit 52c3aca900
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
nilfs-utils-2.0.24 Mon Dec 05, 2011 JST
* fix autoreconf error caused by a lack of m4 directory
* nilfs_cleanerd: fix move block errors on cpfile and sufile
nilfs-utils-2.0.23 Sat Apr 30, 2011 JST
* make gc safe for duplicate invocation

View File

@ -8,7 +8,7 @@ dnl Written by Koji Sato <koji@osrg.net>.
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
AC_INIT(NILFS utils, 2.0.23, linux-nilfs@vger.kernel.org)
AC_INIT(NILFS utils, 2.0.24, linux-nilfs@vger.kernel.org)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])