Mon  8 Sep 2008  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* cdavl: add the feature that support for the big-endian environment.
	* drv: add the feature that support for upstream kernel 2.6.26.
	* cdavl/gdavl/doc: change version number. (1.2.3 -> 1.2.4)

Tue  8 May 2007  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* all: change the copyright from 2004-2005 to 2004-2007.
	* drv: add the feature that support for upstream kernel 2.6.20.
	* cdavl/gdavl/doc: change version number. (1.2.2 -> 1.2.3)
	* cdavl/gdavl: add some type-cast to ignore the compiler warnings.

Mon 11 Sep 2006  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* all: change the copyright from 2004-2005 to 2004-2006.

Mon 31 Jul 2006  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* drv: add the feature that support for upstream kernel 2.6.14.3.
	* drv: fixed a bug that the strange error returns when block
	  information on the mount file cannot be written in the 8KBytes buffer
	  prepared on the cdavl side.
	* cdavl/gdavl/doc: change version number. (1.2.1 -> 1.2.2)

Wed 28 Sep 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* release 1.2.1

Wed 24 Aug 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* all: add the feature that gets and displays the xattr/ACL blocks.
	* all: fix some typos (fbskinfo -> davl_liveinfo)
	* cdavl: fixed a bug that cdavl would be crash on the case of
	  calloc call failed.
	* README/gdavl/doc: add the feature that displays the difference
	  between two cdavl output files.
	* gdavl: add the new features described bellow.
	  - sort the fragmented-file list data by clicking one of the items.
	  - options of auto-execution and the summarize block count setting.

Fri 24 Jun 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* release 1.2.0
	* all: change the project/program name. details are described below.
	  - DAV to DAVL (project)
	  - dac to cdavl (CUI program)
	  - dav to gdavl (GUI program)
	  - dav_liveinfo to davl_liveinfo (driver)
	* cdavl/gdavl/doc: change version number. (1.0.1 -> 1.2.0)

Wed 22 Jun 2005  Satoshi Fujiwara  <sa-fuji@sdl.hitachi.co.jp>

	* dav: fixed a bug that the version dialog is not displayed after
	  once you close the version dialog by clicking window manager's
	  "X" button.

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

	* all: add supporting Gtk2.
	  Basically, this support actualized the Mr. Nguyen Anh Quynh's
	  patch in the origin.

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 Mr. Nguyen Anh Quynh'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
