Skip to content

Commit

Permalink
nilfs-utils: v2.2.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
  • Loading branch information
konis committed Aug 20, 2019
1 parent c1608de commit a2469fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dev.kurt@vandijck-laurijssen.be>
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 <athena@fftw.org>
September 11, 2010: compare device number for mount check

Expand Down
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit a2469fe

Please sign in to comment.