-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathChangeLog
64 lines (54 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
python-cdb ChangeLog
Alan Grow <[email protected]>
15 Feb 2013
15 Feb 2013
- Version 0.35
- New cdb.addmany() function for faster cdb construction
- Fix 2.5 build, needed -fPIC
- Add debian package
thx: Mike Pomraning for 10+ years of python-cdb!
04 Sep 2009
- Version 0.34
- fix crash under 2.5, 2.6 via s/PyMem_DEL/PyObject_Del/g
Long overdue.
thx: Martin Lesser, Hiroshi Ayukawa, Miroslav Los, Ralf Schmitt,
Emiliano Heyns and Akira ODA
26 Jan 2002
- Version 0.32
- fix cdb.init() occasional memory corruption
thx: Jason Mastaler
- getnext() unbroken
thx: <[email protected]>
- Example updated
15 Jan 2002
- Version 0.31; BSDish EPROTO fix
thx: Jason Mastaler <[email protected]>
10 Jan 2002
- Version 0.30; GPL
- cdb.error Exception introduced
- libc analogs of DJB funcs (mostly stdio), and libowfat (GPL) uint*
implementation; shed cdb-0.75 tarball; distutils build now tolerable
- cdb_pyread improvement; fixed memory leak concerning cdb_make_finish
fixed
- small doc corrections
02 Apr 2001
- PyMem_{Malloc,Free} API change for 2.x
thx: Ben Beuchler <[email protected]>
- _wrap_cdb_read(): raise Exception, avoid unneeded PyMem_Malloc
13 Mar 2001
- Version 0.21;
- setup.py (yay!); c.l.py.a announcement
- small doc improvements
12 Mar 2001
- Version 0.20; public release
- fd member to -1 on cdbmake finish()
- PyString attr refcount oversight corrected
- objects, functions, module __doc__
- code reorg.
05 Mar 2001
- extended cdb_o constructor: fd or fn
- proper close() in cdb destructor
- unlink cm.fntmp if cm deallocated but unfinish()ed
- cdb_o methods __doc__
beginnings
- cdb.py wrapper around _cdbmodule.so