-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
47 lines (32 loc) · 1.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2009-05-09 Tasuku SUENAGA <[email protected]>
* version 0.8
* Fixed installation problem.
reported in http://d.hatena.ne.jp/stog/20090504#1241451199.
2008-12-31 Tasuku SUENAGA <[email protected]>
* 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 <[email protected]>
* version 0.6
* supports BZIP options for HDB/BDB
2008-11-22 Tasuku SUENAGA <[email protected]>
* version 0.5
* added addint/adddouble for HDB/BDB
* raise KeyError instead of TCENOREC. Thanks to Hatem Nassrat.
2008-11-21 Tasuku SUENAGA <[email protected]>
* version 0.4
* removed compile errors on Tokyo Cabinet 1.3.19.
2007-12-30 Tasuku SUENAGA <[email protected]>
* version 0.3
* modified setup.py for darwin
* added TCBDB.range and TCBDB.rangefwm
2007-12-15 Tasuku SUENAGA <[email protected]>
* version 0.2
* added iterkeys/itervalues/iteritems for HDB/BDB
* bug fixed when spcified db[:] (thanks a2c)
* refactoring
2007-11-15 Tasuku SUENAGA <[email protected]>
* first version
* hdb interface (thanks much for Shin ADACHI)
* bdb interface