File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # 5.5.4
2+ - Changes from 5.5.3
3+ - Bugfixes
4+ - PR #3561 - added missing backwards speeds for cycleways in bicycle profile
5+ - PR #3515 - adjusted number of ` nodes ` in ` annotation `
6+ - Ticket #3430 - Fix possible division by zero by clamping latitude to +/- 85.05
7+ - PR #3555 - Fix an error that occurs when a road forks immediately after exiting a ferry
8+ - PR #3575 - Don't emit invalid turn types for obvious turns at sliproads and roundabouts.
9+
110# 5.5.3
211 - Changes from 5.5.2
312 - Bugfixes:
413 - PR #3504 - debug tiles were very slow to generate due to unnecessarily copying data in a hot loop.
514 - PR #3556 - fix an assertion in the walking profile triggered by tight spiral stairwells
615 - PR #3469 - don't assert when identical coordinates are supplied to some calculations - OSM data contains these, we shouldn't crash.
7- - PR #3515 - adjusted number of ` nodes ` in ` annotation `
8- - PR #3561 - added missing backwards speeds for cycleways in bicycle profile
916 - Enhancements:
1017 - backported 6ea9f9fdf19 - when anticipating upcoming lanes, consider how many lanes need to be crossed to get there.
1118 - when using osrm-datastore, it will attempt to clean up locks if it crashes.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ endif()
5353project (OSRM C CXX)
5454set (OSRM_VERSION_MAJOR 5)
5555set (OSRM_VERSION_MINOR 5)
56- set (OSRM_VERSION_PATCH 3 )
56+ set (OSRM_VERSION_PATCH 4 )
5757set (OSRM_VERSION "${OSRM_VERSION_MAJOR} .${OSRM_VERSION_MINOR} .${OSRM_VERSION_PATCH} " )
5858
5959add_definitions (-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR} " )
You can’t perform that action at this time.
0 commit comments