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

Comparing Geo-LatLon2Place/Changes (file contents):
Revision 1.3 by root, Mon Mar 14 16:04:07 2022 UTC vs.
Revision 1.8 by root, Tue Jun 28 16:39:27 2022 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines