diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-04-22 07:54:11 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-04-22 07:54:11 +0000 |
commit | d001bf9915e651dd301c29aafe0b7e777a1ae7cf (patch) | |
tree | b29661773e7095c5cc8af918fdb07a6d54c2ce5c /ChangeLog | |
parent | 89814a18530fd45af0793c1dd7b240453421c1bf (diff) | |
download | libfuse-d001bf9915e651dd301c29aafe0b7e777a1ae7cf.tar.gz |
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-04-22 Miklos Szeredi <miklos@szeredi.hu> + + * Add -msoft-float to kernel module compile flags for 2.4.X. This + is needed on certain architectures. Report from Chris Kirby + + * Fix buggy behavior of open(..., O_CREAT|O_EXCL) if interrupted. + Reported by David Shaw + 2005-04-08 Miklos Szeredi <miklos@szeredi.hu> * Fix Oops in case of nfs export. Spotted by David Shaw |