aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2012-08-14 14:03:10 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2012-08-14 14:03:10 +0200
commit07b4946b5bee7f60d533b8b21c1eea16dbb86917 (patch)
tree8964f5acb853ac60f276841a5a8a65c43c0f8145 /ChangeLog
parent5957ea2fd952cc7158f5632655d706abfa789e95 (diff)
parentfdff523325bf49dc1cb9b62787dcf4ae22898d0f (diff)
Merge branch 'fuse_2_9_bugfix'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2582bc..24210cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-08-14 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Not unhashing the name in forget (commit on 2011-12-09) broke
+ the forget logic in a subtle way, resulting in "fuse internal
+ error: node NNN not found" and causing the filesystem daemon to
+ abort. Fix by incrementing the node refcount if nlookup goes from
+ zero to one. Reported by Kyle Lippincott
+
2012-08-13 Miklos Szeredi <miklos@szeredi.hu>
* Fix linking against GNU libiconv. Patch by Natanael Copa