/[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 2704 by bernhard, Sun Sep 24 18:52:59 2006 UTC
# Line 1  Line 1 
1    2006-09-24  Bernhard Reiter  <[email protected]>
2    
3            Added dirty workaround to make dbflib agnostic
4            against decimal_poinst != ".\0".
5    
6            * dbflib_wrap.c: Added call DBFSetatof_function(&PyOS_ascii_atof);
7            to initdbflibc().
8            * README: noted that manual editing of dbflib_wrap.c is necessary now.
9    
10    2005-06-30  Bernhard Herzog  <[email protected]>
11    
12            * shapelib.i (new_SHPObject): Fix the test for the length of the
13            part types.  It used the wrong variable.
14    
15            * shapelib_wrap.c: Regenerated from shapelib.i
16    
17            * pytest.py (make_shapefile): Add some more comments and add an
18            example with a polygon with a hole.
19    
20    2004-12-27  Bernhard Reiter  <[email protected]>
21            
22            * README: Refering to the new homepage shapelib.maptools.org now.
23    
24    2004-12-13  Bernhard Herzog  <[email protected]>
25    
26            * dbflib.py: Updated from difflib.i with SWIG.
27    
28            * dbflib.i: Work around a bug in the generated python code which
29            leads to exception in the __del__ method when the constructor
30            fails.  See the comments in the code for more details.
31    
32    2004-05-28  Bernhard Herzog  <[email protected]>
33    
34            * README: Flesh out the some more.  Correct the shapelib
35            requirements.
36    
37            * NEWS: Update the date of the actual release of 0.3
38    
39    2004-05-28  Bernhard Herzog  <[email protected]>
40    
41            * setup.py: Determine shp_dir correctly when run with bdist_rpm
42            (dbf_macros): Remove a debug print
43    
44            * NEWS: Also mention the new (compared to 0.2) setup.py
45    
46            * MANIFEST.in: New. Define which files belong into a source
47            distribution
48    
49    2004-05-17  Bernhard Herzog  <[email protected]>
50    
51            * README: Update for new release
52    
53            * setup.py (dbf_macros): New. Return the preprocessor macros
54            needed to compile the dbflib wrapper.  Determine whether
55            DBFUpdateHeader is available and define the right value of
56            HAVE_UPDATE_HEADER
57            (extensions): Use dbf_macros for the dbflibc extension
58    
59            * dbflib_wrap.c, dbflib.py: Update from dbflib.i
60    
61            * dbflib.i (DBFInfo_commit): New. Implementation of the commit
62            method.  This new indirection is necessary because we use the
63            DBFUpdateHeader function now which is not available in shapelib <=
64            1.2.10
65            (DBFFile::commit): Use DBFInfo_commit as implementation
66            (pragma __class__): New. Kludge to remove the commit method when
67            the DBFUpdateHeader function isn't available
68            (_have_commit): New. Helper for the pragma kludge.
69    
70    2003-11-03  Bernhard Herzog  <[email protected]>
71    
72            * dbflib.i (do_read_attribute): New helper function for reading
73            one attribute as a python object
74            (DBFInfo_read_attribute): New. Implement the read_attribute method
75            (DBFInfo_read_record): Use do_read_attribute to read the
76            individual values
77            (struct DBFFile): Add the read_attribute method.
78    
79            * dbflib_wrap.c, dbflib.py: Update from dbflib.i.
80    
81    2003-09-29  Bernhard Herzog  <[email protected]>
82    
83            * dbflib.i: Add exception typemap for the add_field method. Fixes
84            Thuban bug RT#1842
85    
86            * dbflib_wrap.c: Update from dbflib.i
87    
88            * testdbf.py: New. Test cases for the dbflib bindings based on the
89            unittest module
90    
91  2003-08-18  Bernhard Herzog  <[email protected]>  2003-08-18  Bernhard Herzog  <[email protected]>
92    
93          * 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.2704

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26