Skip to content

Commit e0285eb

Browse files
committed
nilfs-utils: v2.2.9 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent bc83638 commit e0285eb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
nilfs-utils-2.2.8 Tue Aug 20, 2019 JST
221

322
* fix some build issues:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

88
AC_PREREQ(2.60)
9-
AC_INIT(NILFS utils, 2.2.8, [email protected])
9+
AC_INIT([NILFS utils],[2.2.9],[[email protected]])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)