Skip to content

Commit a2469fe

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

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ September 3, 2010: enhanced super block read/write routines
7777
September 3, 2010: implemented nilfs-tune
7878
November 19, 2010: replaced crc32 implementation
7979

80+
* Kurt Van Dijck <[email protected]>
81+
January 3, 2017: fix some build issues
82+
- libmount, libblkid: fix order of autoconf probing
83+
- mount.nilfs: drop include rpc/types.h
84+
- nilfs-utils: use _POSIX_MAX_INPUT
85+
8086
* Matteo Frigo <[email protected]>
8187
September 11, 2010: compare device number for mount check
8288

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
nilfs-utils-2.2.8 Tue Aug 20, 2019 JST
2+
3+
* fix some build issues:
4+
- use _POSIX_MAX_INPUT
5+
- mount.nilfs: drop include rpc/types.h
6+
- libmount, libblkid: fix order of autoconf probing
7+
- mkfs.nilfs2: fix library order of libuuid
8+
* fix bugs:
9+
- mkfs.nilfs2: fix underflow in calculation of minimum number of
10+
segments
11+
- mkfs.nilfs2: fix wrong suggestion of minimum device size
12+
* update maintainer's email address
13+
114
nilfs-utils-2.2.7 Sun Nov 5, 2017 JST
215

316
* Fix conflicting data buffer error; this fixes a cleanerd crash

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.7, [email protected])
9+
AC_INIT(NILFS utils, 2.2.8, [email protected])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADER([config.h])

0 commit comments

Comments
 (0)