nilfs-utils: 2.2.16 release

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
Ryusuke Konishi 2026-01-25 12:36:37 +09:00
parent 22f7ad89cb
commit 0ad29b6b57
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
nilfs-utils-2.2.16 Sun Jan 25, 2026 JST
* Fix a build issue on distributions with fully merged bin/sbin:
- build: avoid overwriting binaries with compat symlinks on
merged-/usr (e.g., Fedora Rawhide)
* Backport some kernel-doc warning fixes
nilfs-utils-2.2.15 Wed Jan 21, 2026 JST
* Fix a regression introduced in nilfs-utils-2.2.12:

View File

@ -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.15],[linux-nilfs@vger.kernel.org])
AC_INIT([NILFS utils],[2.2.16],[linux-nilfs@vger.kernel.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])