File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ nilfs-utils-2.2.9 Mon Jun 20, 2022 JST
2+
3+ * {mount,umount}.nilfs2: use libmount by default
4+ * fix build warnings in Autoconf 2.70 or later:
5+ - configure.ac: use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER
6+ - configure.ac: remove AC_PROG_CC_C99 macro
7+ - configure.ac: use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
8+ - configure.ac: use LT_INIT instead of AC_PROG_LIBTOOL
9+ - configure.ac: remove obsolete AC_HEADER_STDC marco
10+ - configure.ac: remove obsolete AC_HEADER_TIME marco
11+ - do not use AC_TYPE_SIGNAL and RETSIGTYPE
12+ * fix gcc8 -Wstringop-truncation warnings:
13+ - mkfs, nilfs-tune: fix gcc8 warnings for volume name buffers
14+ - nilfs-tune: fix gcc8 warnings at user_string() and group_string()
15+ * update documents:
16+ - README: update git repository url
17+ - README: alter URLs referenced in the developer notes
18+ - README: remedy a note about dependency on the selinux library
19+
120nilfs-utils-2.2.8 Tue Aug 20, 2019 JST
221
322 * fix some build issues:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
66# Process this file with autoconf to produce a configure script.
77
88AC_PREREQ ( 2.60 )
9- AC_INIT ( NILFS utils , 2.2.8 , [email protected] ) 9+ AC_INIT ( [ NILFS utils] , [ 2.2.9 ] , [ [email protected] ] ) 1010AM_INIT_AUTOMAKE
1111AC_CONFIG_SRCDIR ( [ config.h.in] )
1212AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments