]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 4.0.2 v4.0.2
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 20 Feb 2023 16:41:33 +0000 (17:41 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 20 Feb 2023 16:41:33 +0000 (17:41 +0100)
CMakeLists.txt
ChangeLog
nominatim/version.py

index 02c290cccd3e7aff5798479ce09903d5d4b7aea4..073a1cf9927b1ffd6a9f5be264f510df155221e4 100644 (file)
@@ -20,7 +20,7 @@ project(nominatim)
 
 set(NOMINATIM_VERSION_MAJOR 4)
 set(NOMINATIM_VERSION_MINOR 0)
-set(NOMINATIM_VERSION_PATCH 1)
+set(NOMINATIM_VERSION_PATCH 2)
 
 set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")
 
index ed53f00c305ebe915b78bca3d3b00d80ce5bef35..a0f85b24817aafdefa53990f391f14b6744a8161 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+4.0.2
+
+ * fix XSS vulnerability in debug view
+
 4.0.1
 
  * fix initialisation error in replication script
  * add testing of installation scripts via CI
  * drop support for Python < 3.6 and Postgresql < 9.5
 
+3.7.3
+
+ * fix XSS vulnerability in debug view
+
 3.7.2
 
  * fix database check for reverse-only imports
index 1260033584322fabfd708738ca01b60dd7b8ed3c..4da697d64cbeb30f632db0926bcfdf36ee905b51 100644 (file)
@@ -10,7 +10,7 @@ Version information for Nominatim.
 # and must always be increased when there is a change to the database or code
 # that requires a migration.
 # Released versions always have a database patch level of 0.
-NOMINATIM_VERSION = (4, 0, 1, 0)
+NOMINATIM_VERSION = (4, 0, 2, 0)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 5)
 POSTGIS_REQUIRED_VERSION = (2, 2)