Skip to content

Commit 5da1e4e

Browse files
committed
nilfs-utils: 2.2.15 release
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
1 parent 7d363e7 commit 5da1e4e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
nilfs-utils-2.2.14 Sat Jan 17, 2026 JST
214

315
* Fix various error handling issues in libmount-based mount/umount

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.14],[linux-nilfs@vger.kernel.org])
9+
AC_INIT([NILFS utils],[2.2.15],[linux-nilfs@vger.kernel.org])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)