/[thuban]/branches/WIP-pyshapelib-bramz/libraries/pyshapelib/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/libraries/pyshapelib/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1611 by jan, Tue Aug 19 21:24:20 2003 UTC revision 2223 by bh, Fri May 28 17:29:16 2004 UTC
# Line 1  Line 1 
1    2004-05-28  Bernhard Herzog  <[email protected]>
2    
3            * setup.py: Determine shp_dir correctly when run with bdist_rpm
4            (dbf_macros): Remove a debug print
5    
6            * NEWS: Also mention the new (compared to 0.2) setup.py
7    
8            * MANIFEST.in: New. Define which files belong into a source
9            distribution
10    
11    2004-05-17  Bernhard Herzog  <[email protected]>
12    
13            * README: Update for new release
14    
15            * setup.py (dbf_macros): New. Return the preprocessor macros
16            needed to compile the dbflib wrapper.  Determine whether
17            DBFUpdateHeader is available and define the right value of
18            HAVE_UPDATE_HEADER
19            (extensions): Use dbf_macros for the dbflibc extension
20    
21            * dbflib_wrap.c, dbflib.py: Update from dbflib.i
22    
23            * dbflib.i (DBFInfo_commit): New. Implementation of the commit
24            method.  This new indirection is necessary because we use the
25            DBFUpdateHeader function now which is not available in shapelib <=
26            1.2.10
27            (DBFFile::commit): Use DBFInfo_commit as implementation
28            (pragma __class__): New. Kludge to remove the commit method when
29            the DBFUpdateHeader function isn't available
30            (_have_commit): New. Helper for the pragma kludge.
31    
32    2003-11-03  Bernhard Herzog  <[email protected]>
33    
34            * dbflib.i (do_read_attribute): New helper function for reading
35            one attribute as a python object
36            (DBFInfo_read_attribute): New. Implement the read_attribute method
37            (DBFInfo_read_record): Use do_read_attribute to read the
38            individual values
39            (struct DBFFile): Add the read_attribute method.
40    
41            * dbflib_wrap.c, dbflib.py: Update from dbflib.i.
42    
43    2003-09-29  Bernhard Herzog  <[email protected]>
44    
45            * dbflib.i: Add exception typemap for the add_field method. Fixes
46            Thuban bug RT#1842
47    
48            * dbflib_wrap.c: Update from dbflib.i
49    
50            * testdbf.py: New. Test cases for the dbflib bindings based on the
51            unittest module
52    
53  2003-08-18  Bernhard Herzog  <[email protected]>  2003-08-18  Bernhard Herzog  <[email protected]>
54    
55          * dbflib.i (DBFInfo_write_record): Use PySequence_Check instead of          * dbflib.i (DBFInfo_write_record): Use PySequence_Check instead of

Legend:
Removed from v.1611  
changed lines
  Added in v.2223

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26