这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: zhenguo77555344/osrm-backend

Tags

v5.14.0-rc.1

Toggle v5.14.0-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
danpat Daniel Patterson
Set changelog to 5.14

v5.13.0

Toggle v5.13.0's commit message
OSRM 5.13.0

- Changes from 5.12:
  - Profile:
    - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions`
    - Support of `distance` weight in foot and bicycle profiles
    - Support of relations processing
    - 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
    - Added `forward_ref` and `backward_ref` support
    - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
    - Support literal values for maxspeeds in NO, PL and ZA
  - Infrastructure:
    - Lua 5.1 support is removed due to lack of support in sol2 ThePhD/sol2#302
    - Fixed pkg-config version of OSRM
    - Removed `.osrm.core` file since CoreCH is deprecated now.
  - Tools:
    - 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:
      - `--use-locations-cache=false` becomes `--disable-location-cache`
      - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
      - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
  - Bugfixes:
    - Fixed Project-OSRM#4348: Some cases of sliproads pre-processing were broken
    - Fixed Project-OSRM#4331: Correctly compute left/right modifiers of forks in case the fork is curved.
    - Fixed Project-OSRM#4472: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
    - Fixed Project-OSRM#4214: Multiple runs of `osrm-partition` lead to crash.
    - Fixed Project-OSRM#4348: Fix assorted problems around slip roads.
    - Fixed Project-OSRM#4420: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
  - Algorithm
    - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
    - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.

v5.13.0-rc.4

Toggle v5.13.0-rc.4's commit message
OSRM 5.13.0 RC4

Changes from 5.12:

- Profile:
  - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions`
  - Support of `distance` weight in foot and bicycle profiles
  - Support of relations processing
  - 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
  - Added `forward_ref` and `backward_ref` support
  - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
  - Support literal values for maxspeeds in NO, PL and ZA
- Infrastructure:
  - Lua 5.1 support is removed due to lack of support in sol2 ThePhD/sol2#302
  - Fixed pkg-config version of OSRM
  - Removed `.osrm.core` file since CoreCH is deprecated now.
- Tools:
  - 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:
    - `--use-locations-cache=false` becomes `--disable-location-cache`
    - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
    - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
- Bugfixes:
  - Fixed Project-OSRM#4348: Some cases of sliproads pre-processing were broken
  - Fixed Project-OSRM#4331: Correctly compute left/right modifiers of forks in case the fork is curved.
  - Fixed Project-OSRM#4472: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
  - Fixed Project-OSRM#4214: Multiple runs of `osrm-partition` lead to crash.
  - Fixed Project-OSRM#4348: Fix assorted problems around slip roads.
  - Fixed Project-OSRM#4420: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
- Algorithm
  - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
  - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.

v5.13.0-rc.3

Toggle v5.13.0-rc.3's commit message
OSRM 5.13.0 RC3

- Changes from 5.13:
  - Fixed regression in CH code that cause very long query times.

- Changes from 5.12:
  - Profile:
    - Append cardinal directions from route relations to ref fields to improve instructions
    - Support of `distance` weight in foot and bicycle profiles
    - Support of relations processing
    - 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
    - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
    - Support literal values for maxspeeds in NO, PL and ZA
  - Infrastructure:
    - Lua 5.1 support is removed due to lack of support in sol2 ThePhD/sol2#302
    - Fixed pkg-config version of OSRM
    - Removed `.osrm.core` file since CoreCH is deprecated now.
  - Tools:
    - 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:
      - `--use-locations-cache=false` becomes `--disable-location-cache`
      - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
      - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
  - Bugfixes:
    - Fixed Project-OSRM#4348: Some cases of sliproads pre-processing were broken
    - Fixed Project-OSRM#4331: Correctly compute left/right modifiers of forks in case the fork is curved.
    - Fixed Project-OSRM#4472: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
    - Fixed Project-OSRM#4214: Multiple runs of `osrm-partition` lead to crash.
    - Fixed Project-OSRM#4348: Fix assorted problems around slip roads.
    - Fixed Project-OSRM#4420: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
  - Algorithm
    - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
    - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.

v5.13.0-rc.2

Toggle v5.13.0-rc.2's commit message
OSMR 5.13.0 RC2

- Changes from RC1:
  - Tools:
    - 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:
      - `--use-locations-cache=false` becomes `--disable-location-cache`
      - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
      - The deprecated options `--use-level-cache` and `--generate-edge-lookup`

- Changes from 5.12:
  - Profile:
    - Append cardinal directions from route relations to ref fields to improve instructions
    - Support of `distance` weight in foot and bicycle profiles
    - Support of relations processing
    - 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
    - Left-side driving mode is specified by a local Boolean flag `is_left_hand_driving` in `ExtractionWay` and `ExtractionTurn`
    - Support literal values for maxspeeds in NO, PL and ZA
  - Infrastructure:
    - Lua 5.1 support is removed due to lack of support in sol2 ThePhD/sol2#302
    - Fixed pkg-config version of OSRM
    - Removed `.osrm.core` file since CoreCH is deprecated now.
  - Tools:
    - 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:
      - `--use-locations-cache=false` becomes `--disable-location-cache`
      - `--parse-conditional-restrictions=true` becomes `--parse-conditional-restrictions`
      - The deprecated options `--use-level-cache` and `--generate-edge-lookup`
  - Bugfixes:
    - Fixed Project-OSRM#4348: Some cases of sliproads pre-processing were broken
    - Fixed Project-OSRM#4331: Correctly compute left/right modifiers of forks in case the fork is curved.
    - Fixed Project-OSRM#4472: Correctly count the number of lanes using the delimter in `turn:lanes` tag.
    - Fixed Project-OSRM#4214: Multiple runs of `osrm-partition` lead to crash.
    - Fixed Project-OSRM#4348: Fix assorted problems around slip roads.
    - Fixed Project-OSRM#4420: A bug that would result in unnecessary instructions, due to problems in suffix/prefix detection
  - Algorithm
    - Deprecate CoreCH functionality. Usage of CoreCH specific options will fall back to using CH with core_factor of 1.0
    - MLD uses a unidirectional Dijkstra for 1-to-N and N-to-1 matrices which yields speedup.

v5.13.0-rc.1

Toggle v5.13.0-rc.1's commit message
Version bump for RC1

v5.13.0-glibc.2

Toggle v5.13.0-glibc.2's commit message

Verified

This commit was signed with the committer’s verified signature.
danpat Daniel Patterson
Bump nodejs version to make new package.

v5.13.0-glibc.1

Toggle v5.13.0-glibc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
danpat Daniel Patterson
Tag for release.

v5.13.0-cardinal.1

Toggle v5.13.0-cardinal.1's commit message

Verified

This commit was signed with the committer’s verified signature.
danpat Daniel Patterson
Bump versions preparing for merge.

v5.12.0

Toggle v5.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
danpat Daniel Patterson
Final release.