diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-27 18:48:06 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-27 18:48:06 +0000 |
commit | 07cf0feb2efeea4d90bcf700438a4bb4f97607dd (patch) | |
tree | 8cbf83ec597b057a2260438b4a9aac18e0653a99 /ChangeLog | |
parent | 3e3a125bd5f1d0f216bb78345cea2dc860082fba (diff) | |
download | libfuse-07cf0feb2efeea4d90bcf700438a4bb4f97607dd.tar.gz |
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,13 +1,23 @@ +2006-09-27 Miklos Szeredi <miklos@szeredi.hu> + + * Fix Oops in fuse_readpages(). Reported by David Shaw + 2006-09-24 Csaba Henk <csaba.henk@creo.hu> * Add support for nanosec times on FreeBSD * Fix FreeBSD compatibility issues +2006-09-23 Miklos Szeredi <miklos@szeredi.hu> + + * Fix one more compatibility bug. Thanks to Ricardo Correia + + * Fix utimens compilation with uClibc. Patch from Jamie Guinan + 2006-09-22 Miklos Szeredi <miklos@szeredi.hu> - * Fix compatibility bugs in low level interface. Reported by - Ricardo Correia + * Fixed several compatibility bugs in low level interface. + Reported by Ricardo Correia * Add workaround for ARM caching bug |