X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ef834a9139e3b93b9d6ed2207bb81f36bb35a61c..4d6da459da6237a1fe383c6edc7e1166e56fc8e5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 19a6a760..76abb741 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,3 +26,19 @@ * support for US ZIP+4 codes * refactoring of front-end PHP code * lots of smaller bug fixes + + 2.2 + + * correct database rights for www-data + * add timestamps for update output + * load postgis via extension for postgis >= 2.0 + * remove non-admin boundaries from addresses + * further improve ordering of results with same importance + * merge addr:postcode tags into object addresses + * include rank and importance in reverse geocode output + * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint + (for postgis >= 2.1) + * update osm2pgsql to latest version + * properly detect changes of admin_level + * remove landuses when name is removed + * smaller fixes