chiark / gitweb /
debian/changelog: Move to experimental so it fits in my repository.
[python-cdb] / ChangeLog
CommitLineData
dc7ddb87
MW
1python-cdb ChangeLog
2MJ Pomraning <mjp@pilcrow.madison.wi.us>
326 Jan 2002
4
526 Jan 2002
6 - Version 0.32
7 - fix cdb.init() occasional memory corruption
8 thx: Jason Mastaler
9 - getnext() unbroken
10 thx: <wang@rjka.com>
11 - Example updated
12
1315 Jan 2002
14 - Version 0.31; BSDish EPROTO fix
15 thx: Jason Mastaler <jason@mastaler.com>
16
1710 Jan 2002
18 - Version 0.30; GPL
19 - cdb.error Exception introduced
20 - libc analogs of DJB funcs (mostly stdio), and libowfat (GPL) uint*
21 implementation; shed cdb-0.75 tarball; distutils build now tolerable
22 - cdb_pyread improvement; fixed memory leak concerning cdb_make_finish
23 fixed
24 - small doc corrections
25
2602 Apr 2001
27 - PyMem_{Malloc,Free} API change for 2.x
28 thx: Ben Beuchler <insyte@emt-p.org>
29 - _wrap_cdb_read(): raise Exception, avoid unneeded PyMem_Malloc
30
3113 Mar 2001
32 - Version 0.21;
33 - setup.py (yay!); c.l.py.a announcement
34 - small doc improvements
35
3612 Mar 2001
37 - Version 0.20; public release
38 - fd member to -1 on cdbmake finish()
39 - PyString attr refcount oversight corrected
40 - objects, functions, module __doc__
41 - code reorg.
42
4305 Mar 2001
44 - extended cdb_o constructor: fd or fn
45 - proper close() in cdb destructor
46 - unlink cm.fntmp if cm deallocated but unfinish()ed
47 - cdb_o methods __doc__
48
49beginnings
50 - cdb.py wrapper around _cdbmodule.so