ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Geo-LatLon2Place/Changes
Revision: 1.7
Committed: Wed Mar 23 07:10:52 2022 UTC (2 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-1_0
Changes since 1.6: +8 -1 lines
Log Message:
1.0

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Geo::LatLon2City
2    
3 root 1.7 1.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    
10     0.9 Thu 17 Mar 2022 23:57:48 CET
11 root 1.5 - bumped database version to 2.
12     - moved search to C.
13     - too many bugs to list them - it's a miracle you got correct results
14     for most queries.
15 root 1.3 - slightly improved docs.
16 root 1.5 - postal code support was actually implemented already.
17 root 1.3 - bump perl version requirement to 5.10.
18 root 1.5 - add embedded cdb version, ask whether to use it and use it by default
19     on windows.
20     - associated data can now be up to 255 bytes.
21 root 1.3
22 root 1.2 0.01 Mon 14 Mar 2022 04:09:30 CET
23     - first release
24    
25 root 1.1 0.00 Sun 13 Mar 2022 23:00:52 CET
26     - begin work
27