diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-02-15 14:25:17 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-02-15 14:25:17 +0000 |
commit | d65cdfe63c14c1765dc0bd5ab818a2e41a1f2ba3 (patch) | |
tree | 28721bc09fc7dba1139232ae8209474bcca53f57 /ChangeLog | |
parent | 390ae3111a5804a02db0a9e7803ee5dd6f0fd1c0 (diff) | |
download | libfuse-d65cdfe63c14c1765dc0bd5ab818a2e41a1f2ba3.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-02-15 Miklos Szeredi <miklos@szeredi.hu> + + * Work around FreeBSD runtime linker "feature" which binds an old + version of a symbol to internal references if the symbol has more + than one version. This resulted in infinite recursion in + fuse_lowlevel_new_compat25(). + 2006-02-10 Csaba Henk <csaba.henk@creo.hu> * Refine clock_gettime() querying so that linker options |