2007-12-07  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsetcache): new function.

	* tchmttest.c (procwrite, procread): random mode was added.

	* tcbmttest.c (procwrite, procread): random mode was added.

	- Release: 1.1.0

2007-12-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchmgr.c (procget): a bug related to the open omode was fixed.

	* tchdb.c (tchdbreadrec): a bug related to overflow on 32-bit environment was fixed.

	* tchdb.c (tchdbgetbucket): the type of the return value was changed.

	* tcbdb.c (tcbdbcurfirst, tcbdbcurnext): cache adjustment was to be performed.

	* tcbdb.c (tcbdbrange, tcbdbrange2, tcbdbrange3): new functions.

	* tchmgr.c (proclist): "-m" option was added.

	* tchmgr.c (procimporttsv): new function.

	* tcbmgr.c (proclist): "-m", "-rb", and "-rp" options were added.

	* tcbmgr.c (procimporttsv): new function.

	- Release: 1.0.9

2007-11-28  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchmttest.c (threadtypical): a test case was added.

	* tchdb.c (tchdbfbpmerge): a bug related to iterator was fixed.

	* tcbdb.c (tcbdbgetimpl): a bug related to concurrent cache cleaning was fixed.

	- Release: 1.0.8

2007-11-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdblockmethod): a bug related to R/W lock was fixed.

	* tcbdb.c (tcbdblockmethod): a bug related to R/W lock was fixed.

	* tchdb.c, tcbdb.c: locking functions were re-imlemented as macros.

	* tchmttest.c, tcbmttest.c: test cases of typical operations were added.

	* tokyocabinet.idl: methods handling list parameters were added.

	- Release: 1.0.7

2007-11-15  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdboptimize): the default behaviour of bnum was changed.

	- Release: 1.0.6

2007-11-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcrealpath, tccopyfile): new functions.

	* tchdb.c (tchdbcopy): new function.

	* tcbdb.c (tcbdbcopy): new function.

	- Release: 1.0.5

2007-11-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdbtune): comparing functions were optimized with macros.

	* tcbdb.c (tcbdbsetlsmax): new function.

	* myconf.c, tcutil.c, tchdb.c, tcbdb.c: code cleanup and optimization.

	- Release: 1.0.4

2007-11-08  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdbleafsave, tcbdbleafload): warnings on 64-bit system were cleared.

	* configure.in: 64-bit offset mode for 32-bit system was added.

	* Makefile.in: Mac OS X is now supported.

	- Release: 1.0.3

2007-11-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdbdel): a bug that opened database was not closed was fixed.

	* tcbdb.c (tcbdbcurout): a bug of deleting always the first value was fixed.

	* tcbdb.c (tcbdbopenimpl): a potential bug of not initializing meta data was fixed.

	* tcutil.h, tchdb.h, tcbdb.h: wrapped in C linkage block for C++.

	* tokyocabinet.idl: definition of constants were added.

	- commands for performance test were added.

	- Release: 1.0.2

2007-10-28  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tchdboptimize): a bug related to custom comparison function was fixed.

	* tcbdb.c (tcbdbleafsave): empty pages was to be removed for time space efficiency.

	* tcbdb.c (tcbdbputdup3): new function.

	* tchdb.c (tchdbvanish): new function.

	* tcbdb.c (tcbdbvanish): new function.

	* tokyocabinet.idl: new file.

	- Release: 1.0.1

2007-10-24  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tokyocabinet.pc.in: new file.

	- document files were fulfilled.

	- Release: 1.0.0

2007-10-15  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tchdbtranbegin): locking mode was aolished.

	* tcbdb.c (tcbdbsetcmpfunc): new function.

	- Release: 0.4.1

2007-10-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbopenimpl): database corruption was to be handled automatically.

	* tcbdb.c, tcbtest.c, tcbmttest.c, tcbmgr.c: new files.

	- Release: 0.4.0

2007-09-09  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsetmutex, tchdblockobj, tchdbunlockobj): new functions.

	* tchmttest.c: new file.

	- Release: 0.3.4

2007-09-05  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbopen): TCBS compression mode is now supported.

	- Release: 0.3.3

2007-09-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tcbsencode, tcbsdecode): new functions.

	- Release: 0.3.2

2007-08-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tcpackencode, tcpackdecode): new functions.

	* tchdb.c (tcbwtencode, tcbwtdecode): new functions.

	- Release: 0.3.1

2007-08-22  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbputasync, tchdbputasync2): new functions.

	- Release: 0.3.0

2007-08-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdboptimize): a bug causing data corruption was fixed.

	- Release: 0.2.8

2007-08-15  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdboptimize): new function.

	- Release: 0.2.7

2007-08-14  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsavefbp, tchdbloadfbp): a bug related to 64-bit support was fixed.

	* tchdb.c (tchdbreadrec, tchdbwriterec): a bug related to 64-bit support was fixed.

	- Release: 0.2.6

2007-08-13  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsavefbp, tchdbloadfbp): new functions.

	- Release: 0.2.5

2007-08-12  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- The initial version.

	- Release: 0.2.4

