aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-26 16:04:04 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-26 16:04:04 +0000
commit11509ce3fc6a36b6e3c094bf8aa11820f17d0ede (patch)
tree7b7584927fab4174852d5c650834326e3f7a8a37 /ChangeLog
parentd9079a75b14b73e7953adf4958709b1e5ab3804c (diff)
downloadlibfuse-11509ce3fc6a36b6e3c094bf8aa11820f17d0ede.tar.gz
add ftruncate() method
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a92cf6f..c6dfda4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
2005-10-26 Miklos Szeredi <miklos@szeredi.hu>
+ * Change kernel ABI version to 7.3
+
* Add ACCESS operation. This is called from the access() system
call if 'default_permissions' mount option is not given, and is
not called on kernels 2.4.*
- * Fix kernel module compile if kernel source and build directories
- differ. Report and initial patch by John Eastman
-
* Add atomic CREATE+OPEN operation. This will only work with
2.6.15 (presumably) or later Linux kernels.
+ * Add ftruncate() method. This will only work with 2.6.15
+ (presumably) or later Linux kernels.
+
+ * Fix kernel module compile if kernel source and build directories
+ differ. Report and initial patch by John Eastman
+
2005-10-18 Miklos Szeredi <miklos@szeredi.hu>
* lib: optimize buffer reallocation in fill_dir.