File: ChangeLog

package info (click to toggle)
python-cdb 0.34-0.1
  • links: PTS
  • area: contrib
  • in suites: squeeze
  • size: 144 kB
  • ctags: 131
  • sloc: ansic: 1,072; python: 66; makefile: 48
file content (57 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download
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
python-cdb ChangeLog
MJ Pomraning <mjp@pilcrow.madison.wi.us>
04 Sep 2009

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: <wang@rjka.com>
  - Example updated

15 Jan 2002
  - Version 0.31; BSDish EPROTO fix
    thx: Jason Mastaler <jason@mastaler.com>

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 <insyte@emt-p.org>
  - _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