File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project(nominatim)
20
20
21
21
set (NOMINATIM_VERSION_MAJOR 4)
22
22
set (NOMINATIM_VERSION_MINOR 2)
23
- set (NOMINATIM_VERSION_PATCH 0 )
23
+ set (NOMINATIM_VERSION_PATCH 1 )
24
24
25
25
set (NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR} .${NOMINATIM_VERSION_MINOR} .${NOMINATIM_VERSION_PATCH} " )
26
26
Original file line number Diff line number Diff line change
1
+ 4.2.1
2
+
3
+ * fix XSS vulnerability in debug view
4
+
1
5
4.2.0
2
6
3
7
* add experimental support for osm2pgsql flex style
21
25
* typing fixes to work with latest type annotations from typeshed
22
26
* smaller improvements to documentation (thanks to @mausch)
23
27
28
+ 4.1.1
29
+
30
+ * fix XSS vulnerability in debug view
31
+
24
32
4.1.0
25
33
26
34
* switch to ICU tokenizer as default
57
65
* add setup instructions for updates and systemd
58
66
* drop support for PostgreSQL 9.5
59
67
68
+ 4.0.2
69
+
70
+ * fix XSS vulnerability in debug view
71
+
60
72
4.0.1
61
73
62
74
* fix initialisation error in replication script
95
107
* add testing of installation scripts via CI
96
108
* drop support for Python < 3.6 and Postgresql < 9.5
97
109
110
+ 3.7.3
111
+
112
+ * fix XSS vulnerability in debug view
113
+
98
114
3.7.2
99
115
100
116
* fix database check for reverse-only imports
Original file line number Diff line number Diff line change 25
25
# patch level when cherry-picking the commit with the migration.
26
26
#
27
27
# Released versions always have a database patch level of 0.
28
- NOMINATIM_VERSION = (4 , 2 , 0 , 0 )
28
+ NOMINATIM_VERSION = (4 , 2 , 1 , 0 )
29
29
30
30
POSTGRESQL_REQUIRED_VERSION = (9 , 6 )
31
31
POSTGIS_REQUIRED_VERSION = (2 , 2 )
You can’t perform that action at this time.
0 commit comments