aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-01-18 21:19:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-01-18 21:19:58 +0000
commit1adb227764b7ba990b0635b812a49041d3e66dc2 (patch)
tree8ebec98bcff15d126dae4b53a62a0c7ae53e0093 /ChangeLog
parent67453ec7cf5b56749501832c90144a4f707473ac (diff)
downloadlibfuse-1adb227764b7ba990b0635b812a49041d3e66dc2.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2adb0c6..e6b147d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-18 Miklos Szeredi <miklos@szeredi.hu>
+
+ * KERNEL ABI: remove GETDIR operation, and add OPENDIR, READDIR
+ and RELEASEDIR. This ends the ugly hack of passing a file
+ descriptor to the kernel, and actually makes the code simpler.
+
2005-01-17 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.2-pre4