Skip to content

Commit

Permalink
prepare 3.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Feb 20, 2023
1 parent 9f45961 commit 9426fc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project(nominatim)

set(NOMINATIM_VERSION_MAJOR 3)
set(NOMINATIM_VERSION_MINOR 7)
set(NOMINATIM_VERSION_PATCH 2)
set(NOMINATIM_VERSION_PATCH 3)

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

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.7.3

* fix XSS vulnerability in debug view

3.7.2

* fix database check for reverse-only imports
Expand Down

0 comments on commit 9426fc2

Please sign in to comment.