We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b49d6 commit 8b4e32eCopy full SHA for 8b4e32e
debian/changelog
@@ -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
9
nullfsvfs (0.6) unstable; urgency=medium
10
11
* Update Version
nullfs.c
@@ -41,7 +41,7 @@
41
#define NULLFS_MAGIC 0x19980123
42
#define NULLFS_DEFAULT_MODE 0755
43
#define NULLFS_SYSFS_MODE 0644
44
-#define NULLFS_VERSION "8.0"
+#define NULLFS_VERSION "0.8"
45
46
MODULE_AUTHOR("Michael Ablassmeier");
47
MODULE_LICENSE("GPL");
0 commit comments