]> git.openstreetmap.org Git - nominatim.git/commitdiff
update authors and change log for pending release
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 23 Sep 2013 18:50:13 +0000 (20:50 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 23 Sep 2013 18:50:13 +0000 (20:50 +0200)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 704d6bed838ca4eaa7d76abf798a1d4a5d5b8db8..1769f616e71d82264f406645cb5e651dbc4af250 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,14 @@
-Nominatim was written by Brian Quinion.
+Nominatim was written by:
+
+  Brian Quinion
+  Sarah Hoffmann
+  Frederik Ramm
+  Michael Spreng
+  Daniele Forsi
+  mfn
+  Grant Slater
+  Andree Klattenhoff
+  IrlJidel
+  appelflap
+  b3nn0
+  Spin0us
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..19a6a760b470960b93b3031e8e501b48db279756 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,28 @@
+2.0.1
+
+ * delete outdated entries from location_area_country
+ * remove remaining uses of INTEGER, to allow node ids larger than 2^31
+
+2.1
+
+ * update to openlayers 2.12 (now custom built)
+ * update fallback OSM boundaries
+ * add support for postgresql 9.2/9.3 and postgis 2.x
+ * add structured queries
+ * add options for polygon output in various formats
+   (geojson, svg, kml, postgis text)
+ * maintenance functions for deleting objects and updating regions
+   (plcae_force_update/place_force_delete)
+ * web view for polygons that need deleting
+ * rate limiting using memcache
+ * improve layout of details page
+ * add support for boundary:postal_code
+ * full CORS support
+ * improve parenting of POIs
+ * support for extract daily diffs from Geofabrik
+ * support for addresses without a street
+   (addr:place and conscription number house numbers)
+ * improve layout of word and search_name_* tables
+ * support for US ZIP+4 codes
+ * refactoring of front-end PHP code
+ * lots of smaller bug fixes