|
Revision 28, 1.1 kB
(checked in by anton, 1 year ago)
|
cmake branch added
|
| Line | |
|---|
| 1 |
pgRouting Library Version 1.0.0b |
|---|
| 2 |
2007-08-03 |
|---|
| 3 |
|
|---|
| 4 |
Release Notes |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
=============================== |
|---|
| 8 |
CHANGES SINCE RELEASE 1.0.0a: |
|---|
| 9 |
=============================== |
|---|
| 10 |
+ Additional SQL file with more simple names for wrapper functions |
|---|
| 11 |
* Bugfixes |
|---|
| 12 |
|
|---|
| 13 |
=============================== |
|---|
| 14 |
CHANGES SINCE RELEASE 0.9.9: |
|---|
| 15 |
=============================== |
|---|
| 16 |
+ Shooting* shortest path algorithm for real road networks |
|---|
| 17 |
* Several SQL bugs were fixed |
|---|
| 18 |
|
|---|
| 19 |
=============================== |
|---|
| 20 |
CHANGES SINCE RELEASE 0.9.8: |
|---|
| 21 |
=============================== |
|---|
| 22 |
+ PostgreSQL 8.2 support |
|---|
| 23 |
* Shortest path functions return empty result if they couldn't find any path |
|---|
| 24 |
|
|---|
| 25 |
============================ |
|---|
| 26 |
CHANGES SINCE RELEASE 0.9.7: |
|---|
| 27 |
============================ |
|---|
| 28 |
+ Renumbering scheme was added to shortest path functions |
|---|
| 29 |
+ Directed shortest path functions were added |
|---|
| 30 |
* routing_postgis.sql was modified to use dijkstra in TSP search |
|---|
| 31 |
|
|---|
| 32 |
============================= |
|---|
| 33 |
KNOWN ISSUES IN THIS RELEASE: |
|---|
| 34 |
============================= |
|---|
| 35 |
None so far :) |
|---|
| 36 |
|
|---|
| 37 |
====== |
|---|
| 38 |
NOTES: |
|---|
| 39 |
====== |
|---|
| 40 |
+ - Newly added feature |
|---|
| 41 |
* - Changed feature |
|---|
| 42 |
- - Removed feature |
|---|