-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryusuke Konishi <[email protected]>
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
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 <[email protected]> | ||
September 11, 2010: compare device number for mount check | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, [email protected]) | ||
AC_INIT(NILFS utils, 2.2.8, [email protected]) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_SRCDIR([config.h.in]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|