1 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* README: Flesh out the some more. Correct the shapelib |
4 |
|
requirements. |
5 |
|
|
6 |
|
* NEWS: Update the date of the actual release of 0.3 |
7 |
|
|
8 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* setup.py: Determine shp_dir correctly when run with bdist_rpm |
11 |
|
(dbf_macros): Remove a debug print |
12 |
|
|
13 |
|
* NEWS: Also mention the new (compared to 0.2) setup.py |
14 |
|
|
15 |
|
* MANIFEST.in: New. Define which files belong into a source |
16 |
|
distribution |
17 |
|
|
18 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* README: Update for new release |
21 |
|
|
22 |
|
* setup.py (dbf_macros): New. Return the preprocessor macros |
23 |
|
needed to compile the dbflib wrapper. Determine whether |
24 |
|
DBFUpdateHeader is available and define the right value of |
25 |
|
HAVE_UPDATE_HEADER |
26 |
|
(extensions): Use dbf_macros for the dbflibc extension |
27 |
|
|
28 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i |
29 |
|
|
30 |
|
* dbflib.i (DBFInfo_commit): New. Implementation of the commit |
31 |
|
method. This new indirection is necessary because we use the |
32 |
|
DBFUpdateHeader function now which is not available in shapelib <= |
33 |
|
1.2.10 |
34 |
|
(DBFFile::commit): Use DBFInfo_commit as implementation |
35 |
|
(pragma __class__): New. Kludge to remove the commit method when |
36 |
|
the DBFUpdateHeader function isn't available |
37 |
|
(_have_commit): New. Helper for the pragma kludge. |
38 |
|
|
39 |
2003-11-03 Bernhard Herzog <[email protected]> |
2003-11-03 Bernhard Herzog <[email protected]> |
40 |
|
|
41 |
* dbflib.i (do_read_attribute): New helper function for reading |
* dbflib.i (do_read_attribute): New helper function for reading |