Skip to content

Commit 5201e54

Browse files
committed
raise version
1 parent a954b9d commit 5201e54

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
nullfsvfs (0.21) unstable; urgency=medium
2+
3+
* Add header MODULE_DESCRIPTION to stop modpost warning.
4+
5+
-- Michael Ablassmeier <abi@debian.org> Thu, 16 Oct 2025 12:14:51 +0200
6+
17
nullfsvfs (0.20) unstable; urgency=medium
28

39
* Fix build on kernel versions 6.18
410

5-
-- Michael Ablassmeier <abi@cefix.cli.support.hk.sep.de> Mon, 13 Oct 2025 14:27:17 +0200
11+
-- Michael Ablassmeier <abi@debian.org> Mon, 13 Oct 2025 14:27:17 +0200
612

713
nullfsvfs (0.19) unstable; urgency=medium
814

nullfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#define NULLFS_MAGIC 0x19980123
4343
#define NULLFS_DEFAULT_MODE 0755
4444
#define NULLFS_SYSFS_MODE 0644
45-
#define NULLFS_VERSION "0.20"
45+
#define NULLFS_VERSION "0.21"
4646

4747
MODULE_AUTHOR("Michael Ablassmeier");
4848
MODULE_LICENSE("GPL");

rpm/nullfsvfs-kmod.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%{!?kversion: %global kversion %(uname -r)}
2020

2121
Name: %{kmod_name}-kmod
22-
Version: 0.20
22+
Version: 0.21
2323
Release: 1%{?dist}
2424
Summary: A virtual file system that behaves like /dev/null
2525
License: GPLv3+

0 commit comments

Comments
 (0)