Skip to content

Commit 8b4e32e

Browse files
committed
fix version, add debian/changelog entry
1 parent 75b49d6 commit 8b4e32e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nullfsvfs (0.8) unstable; urgency=medium
2+
3+
* Update Version
4+
* Add support for O_DIRECT flag
5+
* Print version information during filesystem initialization
6+
7+
-- Michael Ablassmeier <[email protected]> Mon, 12 Nov 2018 01:48:40 -0800
8+
19
nullfsvfs (0.6) unstable; urgency=medium
210

311
* Update Version

nullfs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define NULLFS_MAGIC 0x19980123
4242
#define NULLFS_DEFAULT_MODE 0755
4343
#define NULLFS_SYSFS_MODE 0644
44-
#define NULLFS_VERSION "8.0"
44+
#define NULLFS_VERSION "0.8"
4545

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

0 commit comments

Comments
 (0)