Skip to content

Commit e867eb8

Browse files
committed
nilfs-utils: v2.2.13 release
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
1 parent 164b360 commit e867eb8

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
nilfs-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

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.12],[linux-nilfs@vger.kernel.org])
9+
AC_INIT([NILFS utils],[2.2.13],[linux-nilfs@vger.kernel.org])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)