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]> |
2004-05-17 Bernhard Herzog <[email protected]> |
50 |
|
|
51 |
* README: Update for new release |
* README: Update for new release |