aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2011-05-26 13:57:57 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2011-05-26 13:57:57 +0200
commite4e0b2ba9400c61c9a35c72da1174f9f8d039998 (patch)
treee6b3d2296e588b83edd52506d7e7bda0437878dd /ChangeLog
parent3b91a5041a884f735d545e54503a1cf5a8287e19 (diff)
downloadandroid_external_fuse-e4e0b2ba9400c61c9a35c72da1174f9f8d039998.tar.gz
android_external_fuse-e4e0b2ba9400c61c9a35c72da1174f9f8d039998.tar.bz2
android_external_fuse-e4e0b2ba9400c61c9a35c72da1174f9f8d039998.zip
Fix lost ChangeLog entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88868b7..f9559cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -140,6 +140,12 @@
2010-09-28 Miklos Szeredi <miklos@szeredi.hu>
+ * Fix ambiguous symbol version for fuse_chan_new.
+ fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
+ FUSE_2.6. Remove the FUSE_2.4, which is invalid.
+
+2010-09-28 Miklos Szeredi <miklos@szeredi.hu>
+
* Fix option escaping for fusermount. If the "fsname=" option
contained a comma then the option parser in fusermount was
confused (Novell bugzilla #641480). Fix by escaping commas when