[skip ci] Bump OSRM version to 5.16
This commit is contained in:
		
							parent
							
								
									155772f01f
								
							
						
					
					
						commit
						a9d94d35a2
					
				| @ -1,11 +1,16 @@ | |||||||
| # UNRELEASED | # UNRELEASED | ||||||
|  | 
 | ||||||
|  | # 5.15.0 | ||||||
|   - Changes from 5.14.3: |   - Changes from 5.14.3: | ||||||
|     - Bugfixes: |     - Bugfixes: | ||||||
|       - FIXED #4704: Fixed regression in bearings reordering introduced in 5.13 [#4704](https://github.com/Project-OSRM/osrm-backend/issues/4704) |       - FIXED #4704: Fixed regression in bearings reordering introduced in 5.13 [#4704](https://github.com/Project-OSRM/osrm-backend/issues/4704) | ||||||
|       - FIXED #4781: Fixed overflow exceptions in percent-encoding parsing |       - FIXED #4781: Fixed overflow exceptions in percent-encoding parsing | ||||||
|  |       - FIXED #4770: Fixed exclude flags for single toll road scenario | ||||||
|  |       - FIXED #4283: Fix overflow on zero duration segments | ||||||
|       - FIXED #4804: Ignore no_*_on_red turn restrictions |       - FIXED #4804: Ignore no_*_on_red turn restrictions | ||||||
|     - Guidance: |     - Guidance: | ||||||
|       - CHANGED #4706: Guidance refactoring step to decouple intersection connectivity analysis and turn instructions generation [#4706](https://github.com/Project-OSRM/osrm-backend/pull/4706) |       - CHANGED #4706: Guidance refactoring step to decouple intersection connectivity analysis and turn instructions generation [#4706](https://github.com/Project-OSRM/osrm-backend/pull/4706) | ||||||
|  |       - CHANGED #3491: Refactor `isThroughStreet`/Intersection options | ||||||
|     - Profile: |     - Profile: | ||||||
|       - ADDED: `tunnel` as a new class in car profile so that sections of the route with tunnel tags will be marked as such |       - ADDED: `tunnel` as a new class in car profile so that sections of the route with tunnel tags will be marked as such | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -61,7 +61,7 @@ if (POLICY CMP0048) | |||||||
| endif() | endif() | ||||||
| project(OSRM C CXX) | project(OSRM C CXX) | ||||||
| set(OSRM_VERSION_MAJOR 5) | set(OSRM_VERSION_MAJOR 5) | ||||||
| set(OSRM_VERSION_MINOR 15) | set(OSRM_VERSION_MINOR 16) | ||||||
| set(OSRM_VERSION_PATCH 0) | set(OSRM_VERSION_PATCH 0) | ||||||
| set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}") | set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}") | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "osrm", |   "name": "osrm", | ||||||
|   "version": "5.15.0-latest.4", |   "version": "5.16.0-latest.1", | ||||||
|   "private": false, |   "private": false, | ||||||
|   "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", |   "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user