1 |
|
2004-12-27 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* README: Refering to the new homepage shapelib.maptools.org now. |
4 |
|
|
5 |
|
2004-12-13 Bernhard Herzog <[email protected]> |
6 |
|
|
7 |
|
* dbflib.py: Updated from difflib.i with SWIG. |
8 |
|
|
9 |
|
* dbflib.i: Work around a bug in the generated python code which |
10 |
|
leads to exception in the __del__ method when the constructor |
11 |
|
fails. See the comments in the code for more details. |
12 |
|
|
13 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
|
* README: Flesh out the some more. Correct the shapelib |
16 |
|
requirements. |
17 |
|
|
18 |
|
* NEWS: Update the date of the actual release of 0.3 |
19 |
|
|
20 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
|
* setup.py: Determine shp_dir correctly when run with bdist_rpm |
23 |
|
(dbf_macros): Remove a debug print |
24 |
|
|
25 |
|
* NEWS: Also mention the new (compared to 0.2) setup.py |
26 |
|
|
27 |
|
* MANIFEST.in: New. Define which files belong into a source |
28 |
|
distribution |
29 |
|
|
30 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
31 |
|
|
32 |
|
* README: Update for new release |
33 |
|
|
34 |
|
* setup.py (dbf_macros): New. Return the preprocessor macros |
35 |
|
needed to compile the dbflib wrapper. Determine whether |
36 |
|
DBFUpdateHeader is available and define the right value of |
37 |
|
HAVE_UPDATE_HEADER |
38 |
|
(extensions): Use dbf_macros for the dbflibc extension |
39 |
|
|
40 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i |
41 |
|
|
42 |
|
* dbflib.i (DBFInfo_commit): New. Implementation of the commit |
43 |
|
method. This new indirection is necessary because we use the |
44 |
|
DBFUpdateHeader function now which is not available in shapelib <= |
45 |
|
1.2.10 |
46 |
|
(DBFFile::commit): Use DBFInfo_commit as implementation |
47 |
|
(pragma __class__): New. Kludge to remove the commit method when |
48 |
|
the DBFUpdateHeader function isn't available |
49 |
|
(_have_commit): New. Helper for the pragma kludge. |
50 |
|
|
51 |
|
2003-11-03 Bernhard Herzog <[email protected]> |
52 |
|
|
53 |
|
* dbflib.i (do_read_attribute): New helper function for reading |
54 |
|
one attribute as a python object |
55 |
|
(DBFInfo_read_attribute): New. Implement the read_attribute method |
56 |
|
(DBFInfo_read_record): Use do_read_attribute to read the |
57 |
|
individual values |
58 |
|
(struct DBFFile): Add the read_attribute method. |
59 |
|
|
60 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i. |
61 |
|
|
62 |
2003-09-29 Bernhard Herzog <[email protected]> |
2003-09-29 Bernhard Herzog <[email protected]> |
63 |
|
|
64 |
* dbflib.i: Add exception typemap for the add_field method. Fixes |
* dbflib.i: Add exception typemap for the add_field method. Fixes |