diff --git a/AUTHORS b/AUTHORS index d44a90f5..f2b10891 100644 --- a/AUTHORS +++ b/AUTHORS @@ -77,6 +77,12 @@ September 3, 2010: enhanced super block read/write routines September 3, 2010: implemented nilfs-tune November 19, 2010: replaced crc32 implementation +* Kurt Van Dijck +January 3, 2017: fix some build issues + - libmount, libblkid: fix order of autoconf probing + - mount.nilfs: drop include rpc/types.h + - nilfs-utils: use _POSIX_MAX_INPUT + * Matteo Frigo September 11, 2010: compare device number for mount check diff --git a/ChangeLog b/ChangeLog index 43cd336e..f6dabc78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +nilfs-utils-2.2.8 Tue Aug 20, 2019 JST + + * fix some build issues: + - use _POSIX_MAX_INPUT + - mount.nilfs: drop include rpc/types.h + - libmount, libblkid: fix order of autoconf probing + - mkfs.nilfs2: fix library order of libuuid + * fix bugs: + - mkfs.nilfs2: fix underflow in calculation of minimum number of + segments + - mkfs.nilfs2: fix wrong suggestion of minimum device size + * update maintainer's email address + nilfs-utils-2.2.7 Sun Nov 5, 2017 JST * Fix conflicting data buffer error; this fixes a cleanerd crash diff --git a/configure.ac b/configure.ac index 50250d9c..807202b6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation. # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(NILFS utils, 2.2.7, linux-nilfs@vger.kernel.org) +AC_INIT(NILFS utils, 2.2.8, linux-nilfs@vger.kernel.org) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h])