Skip to content

Commit 507064b

Browse files
committed
nilfs-utils: v2.2.11 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 58087e8 commit 507064b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
nilfs-utils-2.2.10 Mon Mar 4, 2024 JST
212

313
* fix bugs:

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.10],[[email protected]])
9+
AC_INIT([NILFS utils],[2.2.11],[[email protected]])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)