File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1010 - Infrastructure:
1111 - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302
1212 - Fixed pkg-config version of OSRM
13+ - Tools:
14+ - 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:
15+ - ` --use-location-cache=false ` becomes ` --disable-location-cache `
16+ - ` --parse-conditional-restrictions=true ` becomes ` --parse-conditional-restrictions `
17+ - The deprecated options ` --use-level-cache ` and ` --generate-edge-lookup `
1318 - Bugfixes:
1419 - Fixed #4348 : Some cases of sliproads pre-processing were broken
1520 - Fixed #4331 : Correctly compute left/right modifiers of forks in case the fork is curved.
You can’t perform that action at this time.
0 commit comments