File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ nilfs-utils-2.2.11 Wed Apr 3, 2024 JST
2+
3+ * fix two bugs related to mount table parsing. One of these is an
4+ important one that fixes an issue where lscp and other tools would
5+ cause an error if the mount point path name contains characters
6+ such as spaces:
7+ - libnilfs: fix nilfs_open failure for mount points with escaped
8+ characters
9+ - libcleaner: fix asymmetry in mount table open/close handling
10+
111nilfs-utils-2.2.10 Mon Mar 4, 2024 JST
212
313 * fix bugs:
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.10 ] ,
[ [email protected] ] ) 9+ AC_INIT ( [ NILFS utils] ,
[ 2.2.11 ] ,
[ [email protected] ] ) 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