3 * drop support for postgres 8.4
4 * rewrite address interpolation
5 * switch to C++ version of osm2pgsql and rewrite tag filtering
6 * support for bridge:name and tunnel:name, man_made, junction
7 * drop way-node index (reduces database size by about 15%)
8 * add support for configuring tablespaces and webserver user
9 * better evaluation of search queries in right-to-left notation
10 * improve house number search for streets with many duplicate entries
11 * code cleanup (remove unused functions and tables)
15 * further improve ordering of results
16 * support for more lat/lon formats in search-as-reverse
17 * fix handling of GB postcodes
18 * new functional test suite
19 * support for waterway relations
20 * inherit postcodes from street to poi
21 * fix housenumber normalisation to find non-latin house numbers
22 * take viewbox into account for ordering of results
23 * pois may now inherit address tags from surrounding buildings
24 * improve what objects may participate in an address
25 * clean up handled class/type combinations to current OSM usage
30 * correct database rights for www-data
31 * add timestamps for update output
32 * load postgis via extension for postgis >= 2.0
33 * remove non-admin boundaries from addresses
34 * further improve ordering of results with same importance
35 * merge addr:postcode tags into object addresses
36 * include rank and importance in reverse geocode output
37 * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
39 * update osm2pgsql to latest version
40 * properly detect changes of admin_level
41 * remove landuses when name is removed
46 * update to openlayers 2.12 (now custom built)
47 * update fallback OSM boundaries
48 * add support for postgresql 9.2/9.3 and postgis 2.x
49 * add structured queries
50 * add options for polygon output in various formats
51 (geojson, svg, kml, postgis text)
52 * maintenance functions for deleting objects and updating regions
53 (plcae_force_update/place_force_delete)
54 * web view for polygons that need deleting
55 * rate limiting using memcache
56 * improve layout of details page
57 * add support for boundary:postal_code
59 * improve parenting of POIs
60 * support for extract daily diffs from Geofabrik
61 * support for addresses without a street
62 (addr:place and conscription number house numbers)
63 * improve layout of word and search_name_* tables
64 * support for US ZIP+4 codes
65 * refactoring of front-end PHP code
66 * lots of smaller bug fixes
70 * delete outdated entries from location_area_country
71 * remove remaining uses of INTEGER, to allow node ids larger than 2^31