aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48e8f43..987b687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,8 @@
2012-04-24 Miklos Szeredi <miklos@szeredi.hu>
- * Add fallocate operation. Patch by Anatol Pomozov
+ * Add fallocate operation. Only works on linux kernels 3.5 or
+ later. Patch by Anatol Pomozov
2012-05-16 Miklos Szeredi <miklos@szeredi.hu>
diff --git a/NEWS b/NEWS
index 72c57e6..559ee86 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ What is new in 2.9
o Add delete notification
+ o Add fallocate operation (linux kernel 3.5 or newer)
+
- Bug fixes and small improvements
============================================================================