tag:github.com,2008:https://github.com/fossgis-routing-server/osrm-backend/releases Tags from osrm-backend 2017-11-29T12:29:21Z tag:github.com,2008:Repository/113749839/v5.14.1 2017-11-29T12:29:21Z v5.14.1 oxidase tag:github.com,2008:Repository/113749839/v5.14.0 2017-11-27T23:23:48Z v5.14.0 danpat tag:github.com,2008:Repository/113749839/v5.14.0-rc.1 2017-11-22T20:36:01Z v5.14.0-rc.1 danpat tag:github.com,2008:Repository/113749839/v5.13.0 2017-10-30T19:49:24Z v5.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> TheMarex tag:github.com,2008:Repository/113749839/v5.13.0-rc.4 2017-10-26T20:21:20Z v5.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> TheMarex tag:github.com,2008:Repository/113749839/v5.13.0-rc.3 2017-10-24T10:43:16Z v5.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> TheMarex tag:github.com,2008:Repository/113749839/v5.13.0-rc.2 2017-10-20T15:55:07Z v5.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> TheMarex tag:github.com,2008:Repository/113749839/v5.13.0-rc.1 2017-10-17T14:11:27Z v5.13.0-rc.1 TheMarex tag:github.com,2008:Repository/113749839/v5.13.0-glibc.2 2017-10-03T16:10:03Z v5.13.0-glibc.2 danpat tag:github.com,2008:Repository/113749839/v5.13.0-glibc.1 2017-10-02T21:14:05Z v5.13.0-glibc.1 danpat