aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-08-16 13:29:11 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-08-16 13:29:11 +0000
commit22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e (patch)
tree640fe389753098f47c556eb834f6297a4ac9517a /ChangeLog
parent891b874eedcc9f49364d12b4773e01a8b013fb67 (diff)
downloadlibfuse-22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e.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 085a01f..fb0030a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-16 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Change release method to be non-interruptible. Fixes bug
+ causing missing release() call when program which has opened files
+ is killed (reported by Franco Broi and David Shaw)
+
2004-07-29 Miklos Szeredi <miklos@szeredi.hu>
* Add fuse_invalidate() to library API