aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-07-22 17:24:30 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-07-22 17:24:30 +0000
commite3b830965749c516756f4c13588a1eb29e648ec2 (patch)
tree7ac513a4e3f5c843c77ae5575c9e855ed169fba2 /ChangeLog
parent8d4d1b824173870c94f121416d2cf4704896787e (diff)
downloadlibfuse-e3b830965749c516756f4c13588a1eb29e648ec2.tar.gz
added file locking
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0dfd3d..fbf82dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
2,147,483,648 operations, so most people won't care. Thanks to
Franco Broi for the report and testing.
+ * Added file locking methods to kernel and low-level API.
+
2005-07-21 Miklos Szeredi <miklos@szeredi.hu>
* Don't change mtime/ctime/atime to local time on read/write.