|
5 | 5 | - Support of `distance` weight in foot and bicycle profiles |
6 | 6 | - Support of relations processing |
7 | 7 | - Added `way:get_location_tag(key)` method to get location-dependent tags https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles |
8 | | - - left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn` |
| 8 | + - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn` |
| 9 | + - Support literal values for maxspeeds in NO, PL and ZA |
9 | 10 | - Infrastructure: |
10 | 11 | - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302 |
| 12 | + - Fixed pkg-config version of OSRM |
11 | 13 | - Node.js Bindings: |
12 | 14 | - Exposes `use_threads_number=Number` parameter of `EngineConfig` to limit a number of threads in a TBB internal pool |
13 | | - - Internals |
14 | | - - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices |
15 | | - - BREAKING: Internal file formats have changed, requiring a new pre-processing run |
16 | | - - Guidance |
17 | | - - Fixed some cases of sliproads pre-processing (https://github.com/Project-OSRM/osrm-backend/issues/4348) |
18 | | - - don't suppress name announcements via sliproad handler |
19 | | - - Bugfixes |
20 | | - - Fixed a bug that would result in unnecessary instructions, due to problems in suffix/prefix detection |
| 15 | + - Bugfixes: |
| 16 | + - Fixed #4348: Some cases of sliproads pre-processing were broken |
| 17 | + - Fixed #4331: Correctly compute left/right modifiers of forks in case the fork is curved. |
| 18 | + - Fixed #4472: Correctly count the number of lanes using the delimter in `turn:lanes` tag. |
| 19 | + - Fixed #4214: Multiple runs of `osrm-partition` lead to crash. |
| 20 | + - Fixed #4348: Fix assorted problems around slip roads. |
| 21 | + - Fixed #4420: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection |
21 | 22 | - Algorithm |
22 | 23 | - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0 |
| 24 | + - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup. |
23 | 25 |
|
24 | 26 | # 5.12.0 |
25 | 27 | - Changes from 5.11: |
|
0 commit comments