Skip to content

Commit

Permalink
raise versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Sep 10, 2021
1 parent 7381a0c commit ac2b125
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
nullfsvfs (0.9) UNRELEASED; urgency=medium
nullfsvfs (0.10) UNRELEASED; urgency=medium

* Add support for kernel versions >= 5.14

-- Michael Ablassmeier <[email protected]> Fri, 10 Sep 2021 15:56:49 +0200

nullfsvfs (0.9) unstable; urgency=medium

* Raise version, new tarball with spec file included.
* Simulates support for Posix ACL's
Expand Down
2 changes: 1 addition & 1 deletion nullfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define NULLFS_MAGIC 0x19980123
#define NULLFS_DEFAULT_MODE 0755
#define NULLFS_SYSFS_MODE 0644
#define NULLFS_VERSION "0.9"
#define NULLFS_VERSION "0.10"

MODULE_AUTHOR("Michael Ablassmeier");
MODULE_LICENSE("GPL");
Expand Down
2 changes: 1 addition & 1 deletion rpm/nullfsvfs-kmod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%{!?kversion: %global kversion %(uname -r)}

Name: %{kmod_name}-kmod
Version: 0.9
Version: 0.10
Release: 1%{?dist}
Summary: A virtual file system that behaves like /dev/null
License: GPLv3+
Expand Down

0 comments on commit ac2b125

Please sign in to comment.