Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Krasnyk
6f12a4bd2c
Make 5.15.0-rc.1 2018-01-11 18:25:36 +01:00
3 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ notifications:
branches:
only:
- master
- 5.15
# enable building tags
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

View File

@ -1,8 +1,9 @@
# UNRELEASED
# 5.15.0 RC1
- Changes from 5.14.3:
- Bugfixes:
- 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 #4770: Fixed exclude flags for single toll road scenario
- 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)

View File

@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.15.0-latest.4",
"version": "5.15.0-rc.1",
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {