]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 3.7.1 v3.7.1
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 26 Apr 2021 07:37:51 +0000 (09:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 26 Apr 2021 09:23:14 +0000 (11:23 +0200)
CMakeLists.txt
ChangeLog

index f3247900d0826ed28915b44818af67e50c9b5af2..3ab50b22aa5589346e04b2ed2f796f4436380304 100644 (file)
@@ -20,7 +20,7 @@ project(nominatim)
 
 set(NOMINATIM_VERSION_MAJOR 3)
 set(NOMINATIM_VERSION_MINOR 7)
-set(NOMINATIM_VERSION_PATCH 0)
+set(NOMINATIM_VERSION_PATCH 1)
 
 set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")
 
index 4d66ee068423b83bb4c641fb2615de422918b3ef..59270fbbde805f516c027fee018affaf146ff2bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+3.7.1
+
+ * fix smaller issues with special phrases import
+ * add index to speed up continued indexing during import
+ * fix index on location_property_tiger(parent_place_id)
+ * make sure Python code is backward-compatible with Python 3.5
+ * various documentation fixes
+
 3.7.0
 
  * switch to dotenv for configuration file