From 489653b6ede035e6648e77795a6673f2b258d67b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 24 Sep 2020 11:00:28 +0200 Subject: [PATCH] prepare 3.5.2 release --- CMakeLists.txt | 2 +- ChangeLog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bd48104..cff23db6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ChangeLog b/ChangeLog index e58969f6..c604d596 100644 --- 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 -- 2.45.2