2006-02-06 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* fswrapper.c:
	Change arguments of fswrapper.
	Now these are filename of mounted FUSE file on local (with absolute
	path), storing local cache path and server URL.
	
	ex) 
	fs_wrapper /fuse/fuse.img /tmp/cache http://www.fuse-image.org/
	
2006-02-03 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* fswrapper.c:
	do not use block_eraser for local chache because 
	it does not work well on Ubuntu Dapper.

2006-02-03 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* fswrapper.c, mkmd5files.c: make 64-bit compatible.

	* fswapper.c: code cleaning.
	plugged a few memory leaks.
	do not use chdir().

2006-02-03 Hiroyuki Ikezoe <poincare@ikezoe.net>

	* Makefile: remove the path of curl-config
