]> git.openstreetmap.org Git - nominatim.git/blob - ChangeLog
update change log and authors for pending release
[nominatim.git] / ChangeLog
1 2.0.1
2
3  * delete outdated entries from location_area_country
4  * remove remaining uses of INTEGER, to allow node ids larger than 2^31
5
6 2.1
7
8  * update to openlayers 2.12 (now custom built)
9  * update fallback OSM boundaries
10  * add support for postgresql 9.2/9.3 and postgis 2.x
11  * add structured queries
12  * add options for polygon output in various formats
13    (geojson, svg, kml, postgis text)
14  * maintenance functions for deleting objects and updating regions
15    (plcae_force_update/place_force_delete)
16  * web view for polygons that need deleting
17  * rate limiting using memcache
18  * improve layout of details page
19  * add support for boundary:postal_code
20  * full CORS support
21  * improve parenting of POIs
22  * support for extract daily diffs from Geofabrik
23  * support for addresses without a street
24    (addr:place and conscription number house numbers)
25  * improve layout of word and search_name_* tables
26  * support for US ZIP+4 codes
27  * refactoring of front-end PHP code
28  * lots of smaller bug fixes
29
30  2.2
31
32  * correct database rights for www-data
33  * add timestamps for update output
34  * load postgis via extension for postgis >= 2.0
35  * remove non-admin boundaries from addresses
36  * further improve ordering of results with same importance
37  * merge addr:postcode tags into object addresses
38  * include rank and importance in reverse geocode output
39  * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
40   (for postgis >= 2.1)
41  * update osm2pgsql to latest version
42  * properly detect changes of admin_level
43  * remove landuses when name is removed
44  * smaller fixes