Skip to content

Commit 6c03099

Browse files
committed
prepare release 4.2.4
1 parent 9f11be4 commit 6c03099

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(nominatim)
2020

2121
set(NOMINATIM_VERSION_MAJOR 4)
2222
set(NOMINATIM_VERSION_MINOR 2)
23-
set(NOMINATIM_VERSION_PATCH 3)
23+
set(NOMINATIM_VERSION_PATCH 4)
2424

2525
set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")
2626

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.2.4
2+
* fix a potential SQL injection in 'nominatim admin --collect-os-info'
3+
* fix compatibility issue with PostGIS 3.4
4+
15
4.2.3
26

37
* fix deletion handling for 'nominatim add-data'

nominatim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# patch level when cherry-picking the commit with the migration.
2626
#
2727
# Released versions always have a database patch level of 0.
28-
NOMINATIM_VERSION = (4, 2, 3, 0)
28+
NOMINATIM_VERSION = (4, 2, 4, 0)
2929

3030
POSTGRESQL_REQUIRED_VERSION = (9, 6)
3131
POSTGIS_REQUIRED_VERSION = (2, 2)

0 commit comments

Comments
 (0)