From bd6366ea56fcc8ef76b1eb3422aa846d3569214b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 22 Feb 2014 14:42:54 +0100 Subject: [PATCH] update change log and authors for pending release --- AUTHORS | 2 ++ ChangeLog | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/AUTHORS b/AUTHORS index 1769f616..ff188b50 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,5 @@ Nominatim was written by: appelflap b3nn0 Spin0us + Kurt Roeckx + Rodolphe Quiédeville 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 -- 2.45.1