2003-08-02  Erez Zadok  <ezk@cs.sunysb.edu>

	* released version 0.0.7.

2000-10-28  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_inactive): don't use vnode after freeing it.
	Bug reported by Can Leonard <ocl3@columbia.edu>.

2000-05-24  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_readdir): Solaris 5.6's internal directory entry
	structures now use 64 bit values (struct dirent64).

	* doit.sh (PATH): don't wait for user input.

	* fist.h: added EZKDBG macros

2000-05-21  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_ioctl): default error is 0.

2000-05-20  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* vnode.c (wrapfs_ioctl): copyin the debug ioctl value, not the
	pointer address.
	(wrapfs_ioctl): call lower ioctl only in "default:" case.

2000-05-11  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>

	* wrapfs.h: ugly mapping of memcpy to bcopy

2000-03-26  Ion Badulescu  <ib42@earth.cs.columbia.edu>

	* added some support for non-gcc compilers

