2008-12-31 Tasuku SUENAGA * version 0.7 * Added Python 2.4 compatibility. Thanks to Vernon Tang. * Allow negitive values on optimize and tune methods of pytc.BDB and pytc.HDB. Thanks to Vernon Tang. * removed unnecessarily links(libz and libm). Thanks to Vernon Tang. 2008-11-22 Tasuku SUENAGA * version 0.6 * supports BZIP options for HDB/BDB 2008-11-22 Tasuku SUENAGA * version 0.5 * added addint/adddouble for HDB/BDB * raise KeyError instead of TCENOREC. Thanks to Hatem Nassrat. 2008-11-21 Tasuku SUENAGA * version 0.4 * removed compile errors on Tokyo Cabinet 1.3.19. 2007-12-30 Tasuku SUENAGA * version 0.3 * modified setup.py for darwin * added TCBDB.range and TCBDB.rangefwm 2007-12-15 Tasuku SUENAGA * version 0.2 * added iterkeys/itervalues/iteritems for HDB/BDB * bug fixed when spcified db[:] (thanks a2c) * refactoring 2007-11-15 Tasuku SUENAGA * first version * hdb interface (thanks much for Shin ADACHI) * bdb interface