Skip to content

Commit

Permalink
nilfs-utils: v2.2.11 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
  • Loading branch information
konis committed Apr 3, 2024
1 parent 58087e8 commit 507064b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nilfs-utils-2.2.11 Wed Apr 3, 2024 JST

* fix two bugs related to mount table parsing. One of these is an
important one that fixes an issue where lscp and other tools would
cause an error if the mount point path name contains characters
such as spaces:
- libnilfs: fix nilfs_open failure for mount points with escaped
characters
- libcleaner: fix asymmetry in mount table open/close handling

nilfs-utils-2.2.10 Mon Mar 4, 2024 JST

* fix bugs:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT([NILFS utils],[2.2.10],[linux-nilfs@vger.kernel.org])
AC_INIT([NILFS utils],[2.2.11],[linux-nilfs@vger.kernel.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 507064b

Please sign in to comment.