File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ nilfs-utils-2.2.15 Wed Jan 21, 2026 JST
2+
3+ * Fix a regression introduced in nilfs-utils-2.2.12:
4+ - chcp: fix inverted logic in argument parsing
5+ * Backport miscellaneous fixes:
6+ - libparser: reject negative values in
7+ nilfs_parse_protection_period()
8+ - mkfs.nilfs2: remove stray debug print
9+ * Backport manual page updates:
10+ - man: fix typos, grammatical errors and style
11+ - man: update examples in nilfs.8
12+
113nilfs-utils-2.2.14 Sat Jan 17, 2026 JST
214
315 * Fix various error handling issues in libmount-based mount/umount
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.14 ] ,[ linux-nilfs@vger.kernel.org] )
9+ AC_INIT ( [ NILFS utils] ,[ 2.2.15 ] ,[ linux-nilfs@vger.kernel.org] )
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