tag:github.com,2008:https://github.com/fossgis-routing-server/osrm-backend/releasesTags from osrm-backend2017-11-29T12:29:21Ztag:github.com,2008:Repository/113749839/v5.14.12017-11-29T12:29:21Zv5.14.1oxidasetag:github.com,2008:Repository/113749839/v5.14.02017-11-27T23:23:48Zv5.14.0danpattag:github.com,2008:Repository/113749839/v5.14.0-rc.12017-11-22T20:36:01Zv5.14.0-rc.1danpattag:github.com,2008:Repository/113749839/v5.13.02017-10-30T19:49:24Zv5.13.0: OSRM 5.13.0<p>OSRM 5.13.0</p>
<p>- Changes from 5.12:
<br /> - Profile:
<br /> - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions`
<br /> - Support of `distance` weight in foot and bicycle profiles
<br /> - Support of relations processing
<br /> - Added `way:get_location_tag(key)` method to get location-dependent tags <a href="https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles">https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles</a>
<br /> - Added `forward_ref` and `backward_ref` support
<br /> - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
<br /> - Support literal values for maxspeeds in NO, PL and ZA
<br /> - Infrastructure:
<br /> - Lua 5.1 support is removed due to lack of support in sol2 <a class="issue-link js-issue-link" href="https://github.com/ThePhD/sol2/issues/302">ThePhD/sol2#302</a>
<br /> - Fixed pkg-config version of OSRM
<br /> - Removed `.osrm.core` file since CoreCH is deprecated now.
<br /> - Tools:
<br /> - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore:
<br /> - `--use-locations-cache=false` becomes `--disable-location-cache`
<br /> - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
<br /> - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
<br /> - Bugfixes:
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Some cases of sliproads pre-processing were broken
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4331">Project-OSRM#4331</a>: Correctly compute left/right modifiers of forks in case the fork is curved.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4472">Project-OSRM#4472</a>: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4214">Project-OSRM#4214</a>: Multiple runs of `osrm-partition` lead to crash.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Fix assorted problems around slip roads.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4420">Project-OSRM#4420</a>: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
<br /> - Algorithm
<br /> - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
<br /> - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.</p>TheMarextag:github.com,2008:Repository/113749839/v5.13.0-rc.42017-10-26T20:21:20Zv5.13.0-rc.4: OSRM 5.13.0 RC4<p>OSRM 5.13.0 RC4</p>
<p>Changes from 5.12:</p>
<p>- Profile:
<br /> - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions`
<br /> - Support of `distance` weight in foot and bicycle profiles
<br /> - Support of relations processing
<br /> - Added `way:get_location_tag(key)` method to get location-dependent tags <a href="https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles">https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles</a>
<br /> - Added `forward_ref` and `backward_ref` support
<br /> - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
<br /> - Support literal values for maxspeeds in NO, PL and ZA
<br />- Infrastructure:
<br /> - Lua 5.1 support is removed due to lack of support in sol2 <a class="issue-link js-issue-link" href="https://github.com/ThePhD/sol2/issues/302">ThePhD/sol2#302</a>
<br /> - Fixed pkg-config version of OSRM
<br /> - Removed `.osrm.core` file since CoreCH is deprecated now.
<br />- Tools:
<br /> - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore:
<br /> - `--use-locations-cache=false` becomes `--disable-location-cache`
<br /> - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
<br /> - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
<br />- Bugfixes:
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Some cases of sliproads pre-processing were broken
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4331">Project-OSRM#4331</a>: Correctly compute left/right modifiers of forks in case the fork is curved.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4472">Project-OSRM#4472</a>: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4214">Project-OSRM#4214</a>: Multiple runs of `osrm-partition` lead to crash.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Fix assorted problems around slip roads.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4420">Project-OSRM#4420</a>: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
<br />- Algorithm
<br /> - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
<br /> - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.</p>TheMarextag:github.com,2008:Repository/113749839/v5.13.0-rc.32017-10-24T10:43:16Zv5.13.0-rc.3: OSRM 5.13.0 RC3<p>OSRM 5.13.0 RC3</p>
<p>- Changes from 5.13:
<br /> - Fixed regression in CH code that cause very long query times.</p>
<p>- Changes from 5.12:
<br /> - Profile:
<br /> - Append cardinal directions from route relations to ref fields to improve instructions
<br /> - Support of `distance` weight in foot and bicycle profiles
<br /> - Support of relations processing
<br /> - Added `way:get_location_tag(key)` method to get location-dependent tags <a href="https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles">https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles</a>
<br /> - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
<br /> - Support literal values for maxspeeds in NO, PL and ZA
<br /> - Infrastructure:
<br /> - Lua 5.1 support is removed due to lack of support in sol2 <a class="issue-link js-issue-link" href="https://github.com/ThePhD/sol2/issues/302">ThePhD/sol2#302</a>
<br /> - Fixed pkg-config version of OSRM
<br /> - Removed `.osrm.core` file since CoreCH is deprecated now.
<br /> - Tools:
<br /> - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore:
<br /> - `--use-locations-cache=false` becomes `--disable-location-cache`
<br /> - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
<br /> - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
<br /> - Bugfixes:
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Some cases of sliproads pre-processing were broken
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4331">Project-OSRM#4331</a>: Correctly compute left/right modifiers of forks in case the fork is curved.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4472">Project-OSRM#4472</a>: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4214">Project-OSRM#4214</a>: Multiple runs of `osrm-partition` lead to crash.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Fix assorted problems around slip roads.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4420">Project-OSRM#4420</a>: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
<br /> - Algorithm
<br /> - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
<br /> - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.</p>TheMarextag:github.com,2008:Repository/113749839/v5.13.0-rc.22017-10-20T15:55:07Zv5.13.0-rc.2: OSMR 5.13.0 RC2<p>OSMR 5.13.0 RC2</p>
<p>- Changes from RC1:
<br /> - Tools:
<br /> - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore:
<br /> - `--use-locations-cache=false` becomes `--disable-location-cache`
<br /> - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
<br /> - The deprecated options `--use-level-cache` and `--generate-edge-lookup`</p>
<p>- Changes from 5.12:
<br /> - Profile:
<br /> - Append cardinal directions from route relations to ref fields to improve instructions
<br /> - Support of `distance` weight in foot and bicycle profiles
<br /> - Support of relations processing
<br /> - Added `way:get_location_tag(key)` method to get location-dependent tags <a href="https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles">https://github.com/Project-OSRM/osrm-backend/wiki/Using-location-dependent-data-in-profiles</a>
<br /> - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
<br /> - Support literal values for maxspeeds in NO, PL and ZA
<br /> - Infrastructure:
<br /> - Lua 5.1 support is removed due to lack of support in sol2 <a class="issue-link js-issue-link" href="https://github.com/ThePhD/sol2/issues/302">ThePhD/sol2#302</a>
<br /> - Fixed pkg-config version of OSRM
<br /> - Removed `.osrm.core` file since CoreCH is deprecated now.
<br /> - Tools:
<br /> - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore:
<br /> - `--use-locations-cache=false` becomes `--disable-location-cache`
<br /> - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
<br /> - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
<br /> - Bugfixes:
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Some cases of sliproads pre-processing were broken
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4331">Project-OSRM#4331</a>: Correctly compute left/right modifiers of forks in case the fork is curved.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4472">Project-OSRM#4472</a>: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4214">Project-OSRM#4214</a>: Multiple runs of `osrm-partition` lead to crash.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4348">Project-OSRM#4348</a>: Fix assorted problems around slip roads.
<br /> - <span class="issue-keyword tooltipped tooltipped-se">Fixed</span> <a class="issue-link js-issue-link" href="https://github.com/Project-OSRM/osrm-backend/issues/4420">Project-OSRM#4420</a>: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
<br /> - Algorithm
<br /> - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
<br /> - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.</p>TheMarextag:github.com,2008:Repository/113749839/v5.13.0-rc.12017-10-17T14:11:27Zv5.13.0-rc.1TheMarextag:github.com,2008:Repository/113749839/v5.13.0-glibc.22017-10-03T16:10:03Zv5.13.0-glibc.2danpattag:github.com,2008:Repository/113749839/v5.13.0-glibc.12017-10-02T21:14:05Zv5.13.0-glibc.1danpat