[pgrouting-users] PostGIS 2.4.0rc1 is released

The PostGIS development team is pleased to announce the release of PostGIS
2.4.0rc1.
Best served with [PostgreSQL 10beta4 or rc1 which is coming
soon](https://www.postgresql.org/docs/10/static/index.html)

and pgRouting 2.5.0. pgRouting 2.5.0 release is eminent watch this space:
https://github.com/pgRouting/pgrouting/releases

See the full list of changes in the
https://git.osgeo.org/gogs/postgis/postgis/raw/2.4.0rc1/NEWS

* Source: http://download.osgeo.org/postgis/source/postgis-2.4.0rc1.tar.gz
* html docs: http://download.osgeo.org/postgis/docs/doc-html-2.4.0rc1.tar.gz
(this version includes Japanese translation postgis-ja.html)
* pdf: http://download.osgeo.org/postgis/docs/postgis-2.4.0rc1.pdf
* epub: http://download.osgeo.org/postgis/docs/postgis-2.4.0rc1.epub
* ChangeLog:
https://git.osgeo.org/gogs/postgis/postgis/raw/2.4.0rc1/ChangeLog

If you are upgrading from an existing PostGIS install, make sure after
installing PostGIS 2.4.0rc1 binaries to do.

ALTER EXTENSION postgis UPDATE;

-- if you have additional postgishy extensions below upgrade them too

ALTER EXTENSION postgis_sfcgal UPDATE;
ALTER EXTENSION postgis_topology UPDATE;
ALTER EXTENSION postgis_tiger_geocoder UPDATE;

--pgRouting 2.5.0 is imminent
ALTER EXTENSION pgrouting UPDATE;

View all closed tickets for 2.4.0rc1.

http://trac.osgeo.org/postgis/query?status=closed&groupdesc=1&group=priority
&milestone=PostGIS+2.4.0&order=priority

Love,
PostGIS Development Team