2005-04-09  Erez Zadok  <ezk@cs.sunysb.edu>

	* print.c (fist_print_object): minor changes to support compiling
	on FreeBSD 5.1 and 5.2.

	* Makefile (vnode_if.h): run awk not perl.

2003-09-18  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>

	* vnode.c (wrapfs_readlink): off by one null terminated string
	fix.  Bug report from Uros <vp@email.si>.

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

	* released version 0.0.7.

2003-06-18  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>

	* templates tested and verified for FreeBSD-5.0.

	* mmap.c: dummy file needed.

2003-05-28  Kiran-Kumar Muniswamy-Reddy  <kiran@t1.fsl.cs.sunysb.edu>

	* vnode.c (wrapfs_rename): changed panic to printf when upper and
	lower vnode flags differ.

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

	* fist.h: include <sys/bio.h>.  Patch from Kris Kennaway
	<kris@FreeBSD.org> to make FreeBSD-5.0 compile.

2003-04-23 Harikesavan Krishnan <harikesa@cs.sunysb.edu>

	* wrapfs_getpages() : Calculated the size of data on each page,
	and passed it as the parameter in VOP_GETPAGES() as well as
	wrapfs_decode_block(). Earlier, PAGE_SIZE was being passed.
