Skip to content

Commit e0f9554

Browse files
committed
nilfs-utils: v2.2.12 release
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
1 parent f94c13e commit e0f9554

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nilfs-utils-2.2.12 Mon Sep 22, 2025 JST
2+
3+
* apply a bug fix for a report that the chcp command could crash with
4+
exit code 139 if given malformed arguments:
5+
- chcp: fix segfault
6+
* fix build warnings in Autoconf 2.72 or later:
7+
- configure.ac: do not use AC_PROG_GCC_TRADITIONAL
8+
19
nilfs-utils-2.2.11 Wed Apr 3, 2024 JST
210

311
* fix two bugs related to mount table parsing. One of these is an

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.11],[linux-nilfs@vger.kernel.org])
9+
AC_INIT([NILFS utils],[2.2.12],[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)