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.13 Sun Dec 28, 2025 JST
2+
3+ * Build updates:
4+ - Support UsrMerge and Bin-Sbin merge with automatic detection
5+ - Autodetect architecture-specific library directory
6+ - Fix installation of missing header file nilfs_gc.h
7+ - Remove unused UTIL_CHECK_LIB macro
8+ - Add a few autoconf temporary artifacts to .gitignore
9+ * Fix a build warning for legacy mount helpers
10+ - mount.nilfs2: do not use security_context_t in the legacy variant
11+ * Documentation:
12+ - Modernize description regarding libmount and mtab handling
13+ - Reorganize build instructions and consolidate legacy info
14+ - Add instruction to use 'make distclean' when changing config
15+ - Update troubleshooting guide for build issues
16+ - Add installation and uninstallation instructions to README
17+ - Add a new section to explain cross-compilation and deployment
18+ - Remove inappropriate example for --libdir option
19+ - Fix some grammatical errors and inappropriate expressions
20+
121nilfs-utils-2.2.12 Mon Sep 22, 2025 JST
222
323 * apply a bug fix for a report that the chcp command could crash with
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.12 ] ,[ linux-nilfs@vger.kernel.org] )
9+ AC_INIT ( [ NILFS utils] ,[ 2.2.13 ] ,[ 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