]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare 3.5.2 release v3.5.2
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 24 Sep 2020 09:00:28 +0000 (11:00 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 24 Sep 2020 09:54:17 +0000 (11:54 +0200)
CMakeLists.txt
ChangeLog

index 8bd48104308958a7303f617973d7315a20b519f6..cff23db6fad00c7431e8eaf815830a83e86741c4 100644 (file)
@@ -20,7 +20,7 @@ project(nominatim)
 
 set(NOMINATIM_VERSION_MAJOR 3)
 set(NOMINATIM_VERSION_MINOR 5)
-set(NOMINATIM_VERSION_PATCH 1)
+set(NOMINATIM_VERSION_PATCH 2)
 
 set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")
 
index e58969f658e40fd2f83e06b1d7e1507a326e3516..c604d596d1dbf598f7b7a2ba29516201d2737a26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+3.5.2
+
+ * ensure that wikipedia tags are imported for all styles
+ * reinstate verbosity for indexing during updates
+ * make house number reappear in display name on named POIs
+ * introduce batch processing in indexer to avoid transaction ID overrun
+ * increase splitting for large geometries to improve indexing speed
+ * remove deprecated get_magic_quotes_gpc() function
+ * make sure that all postcodes have an entry in word and are thus searchable
+ * remove use of ST_Covers in conjunction woth ST_Intersects,
+   causes bad query planning and slow updates in Postgis3
+ * update osm2pgsql
+
 3.5.1
 
  * disable jit and parallel processing in PostgreSQL for osm2pgsql