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.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+
19nilfs-utils-2.2.11 Wed Apr 3, 2024 JST
210
311 * fix two bugs related to mount table parsing. One of these is an
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.11 ] ,[ linux-nilfs@vger.kernel.org] )
9+ AC_INIT ( [ NILFS utils] ,[ 2.2.12 ] ,[ 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