]> git.openstreetmap.org Git - nominatim.git/commitdiff
update change log and authors for pending release v2.2.0
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 22 Feb 2014 13:42:54 +0000 (14:42 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 22 Feb 2014 13:42:54 +0000 (14:42 +0100)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 1769f616e71d82264f406645cb5e651dbc4af250..ff188b50a73c1da4b781e5fef23b6e9bc1953eba 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,3 +12,5 @@ Nominatim was written by:
   appelflap
   b3nn0
   Spin0us
+  Kurt Roeckx
+  Rodolphe QuiĆ©deville
index 19a6a760b470960b93b3031e8e501b48db279756..76abb741e71eda189c1e0aa43b2cf9b05d22590a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
  * 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