Update changelog and version

This commit is contained in:
Patrick Niklaus 2017-07-19 16:34:49 +00:00
parent 7eafb48d20
commit 210fa9d545
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 5.9.0 RC3 # 5.9.0
- Changes from 5.8: - Changes from 5.8:
- Algorithm: - Algorithm:
- Multi-Level Dijkstra: - Multi-Level Dijkstra:
@ -12,6 +12,7 @@
- `result.exits` allows you to set a way's exit numbers and names, see [`junction:ref`](http://wiki.openstreetmap.org/wiki/Proposed_features/junction_details) - `result.exits` allows you to set a way's exit numbers and names, see [`junction:ref`](http://wiki.openstreetmap.org/wiki/Proposed_features/junction_details)
- `ExtractionWay` now as new property `forward_classes` and `backward_classes` that can set in the `way_function`. - `ExtractionWay` now as new property `forward_classes` and `backward_classes` that can set in the `way_function`.
The maximum number of classes is 8. The maximum number of classes is 8.
- We now respect the `construction` tag. If the `construction` tag value is not on our whitelist (`minor`, `widening`, `no`) we will exclude the road.
- Node.js Bindings: - Node.js Bindings:
- Exposes `alternatives=Number` parameter overload in addition to the boolean flag - Exposes `alternatives=Number` parameter overload in addition to the boolean flag
- Expose `EngineConfig` options in the node bindings - Expose `EngineConfig` options in the node bindings

View File

@ -1,6 +1,6 @@
{ {
"name": "osrm", "name": "osrm",
"version": "5.9.0-rc.3", "version": "5.9.0",
"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": {