ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Geo-LatLon2Place/Changes
(Generate patch)

Comparing Geo-LatLon2Place/Changes (file contents):
Revision 1.6 by root, Thu Mar 17 00:32:54 2022 UTC vs.
Revision 1.7 by root, Wed Mar 23 07:10:52 2022 UTC

1Revision history for Perl extension Geo::LatLon2City 1Revision history for Perl extension Geo::LatLon2City
2 2
31.0 Wed 23 Mar 2022 08:09:35 CET
4 - fixed memory corruption caused by not properly allocating the cdb structure.
5 - write database in hilbert-curve order to improve locality of accesses (also
6 typically improves compression).
7 - improved some geo-latlon2place-makedb error messages.
8 - convert to C++.
9
100.9 Thu 17 Mar 2022 23:57:48 CET
3 - bumped database version to 2. 11 - bumped database version to 2.
4 - moved search to C. 12 - moved search to C.
5 - too many bugs to list them - it's a miracle you got correct results 13 - too many bugs to list them - it's a miracle you got correct results
6 for most queries. 14 for most queries.
7 - slightly improved docs. 15 - slightly improved docs.
8 - postal code support was actually implemented already. 16 - postal code support was actually implemented already.
9 - bump perl version requirement to 5.10. 17 - bump perl version requirement to 5.10.
10 - add embedded cdb version, ask whether to use it and use it by default 18 - add embedded cdb version, ask whether to use it and use it by default
11 on windows. 19 on windows.
12 - associated data can now be up to 255 bytes. 20 - associated data can now be up to 255 bytes.
13 - fixed memory corruption caused b y not properly allocating the cdb structure.
14 21
150.01 Mon 14 Mar 2022 04:09:30 CET 220.01 Mon 14 Mar 2022 04:09:30 CET
16 - first release 23 - first release
17 24
180.00 Sun 13 Mar 2022 23:00:52 CET 250.00 Sun 13 Mar 2022 23:00:52 CET

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines