Hello pgRouting community,
The pgRouting Team is pleased to announce the release of pgRouting version 3.1.2.
The latest release is available at: https://github.com/pgRouting/pgrouting/releases/latest
The fixes were backported to version 3.0.4: https://github.com/pgRouting/pgrouting/releases/tag/v3.0.4
Issues fixed: https://github.com/pgRouting/pgrouting/issues?q=milestone%3A%22Release+3.1.2%22+
#1304 : FreeBSD 12 64-bit crashes on pgr_vrOneDepot tests Experimental Function
#1356 : tools/testers/pg_prove_tests.sh fails when PostgreSQL port is not passed
#1725 : Server crash on pgr_pickDeliver and pgr_vrpOneDepot on openbsd
#1760 : TSP server crash on ubuntu 20.04 #1760
#1770 : Remove warnings when using clang compiler
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.1.2”;
···
Regards,
pgRouting Team.