Mon 16 May 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* release 1.0.1

Fri 15 Apr 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* drv: rename module-name fbksinfo to dav_liveinfo.
	* all: apply aq's patch (described below).
	  - all: cleaner Makefiles: to use default Makefile rules, and 
	    remove some unnecessary targets.
	  - drv/rpm: change depmod option -a to -A.
	  - common: remove some unnecessary header files.
	  - dac: remove kernel header files and use userland header:
	    ext2fs/ext2_fs.h, and use ext2_super_block instead of
	    ext3_super_block.
	  - drv: fix some typos in module description.
	  - drv: rename init_module() to dav_init(), cleanup_module() to
	    dav_exit() and use module_init() and module_exit() to register
	    dav_init and dav_exit.

Thu 14 Apr 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* drv: fixed a bug that driver returns -EBADF when fs_name isn't
	  ext2 or ext3.

Fri  8 Apr 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* Makefile: change that "make" process doesn't build the kernel driver
	  by default.
	* rpm: add supporting that building the rpm package.
	* README: add description of described bellow and change numbering
	  format.
	  1. preparing the kernel source code.
	  2. make doesn't bulid the kernel driver by default.
	  3. how-to build the rpm package.
	* dac/dav/doc: change dac/dav version number. (0.0[56] -> 1.0.1)
	* dac: fixed a bug that dac crashed by checking a symbolic-link with
	  ACL or XATTR.

Sat 19 Mar 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* release 1.0.0
