The pgRouting Team is pleased to announce the release of pgRouting version 3.7.2
The latest release is available at [1]
For discussions on the release, go to [2]
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.2 on Github. [3]
Build
#2713 cmake missing some policies and min version
Using OLD policies: CMP0148, CMP0144, CMP0167
Minimum cmake version 3.12 Bug fixes
#2707 Build failure in pgRouting 3.7.1 on Alpine
#2706 winnie crashing on pgr_betweennessCentrality
To update your database
Download the packaged version from your operating system, and use this command in the database:
ALTER EXTENSION pgrouting UPDATE TO “3.7.2”;
The pgRouting Team is pleased to announce the release of pgRouting version 3.7.2
The latest release is available at [1]
For discussions on the release, go to [2]
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.2 on Github. [3]
*Build*
* #2713 cmake missing some policies and min version
o Using OLD policies: CMP0148, CMP0144, CMP0167
o Minimum cmake version 3.12
*Bug fixes*
* #2707 Build failure in pgRouting 3.7.1 on Alpine
* #2706 winnie crashing on pgr_betweennessCentrality
*To update your database*
Download the packaged version from your operating system, and use this command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.7.2";