Skip to content

Commit 57bd2cd

Browse files
committed
Update changelog and version for 5.5.4
1 parent bfbdd18 commit 57bd2cd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
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.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif()
5353
project(OSRM C CXX)
5454
set(OSRM_VERSION_MAJOR 5)
5555
set(OSRM_VERSION_MINOR 5)
56-
set(OSRM_VERSION_PATCH 3)
56+
set(OSRM_VERSION_PATCH 4)
5757
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
5858

5959
add_definitions(-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR}")

0 commit comments

Comments
 (0)