[postgis-tickets] r15854 - Update README to reflect new agreed upon requirements of PostgreSQL 9.6+ and GEOS 3.5.

Regina Obe lr at pcorp.us
Fri Sep 29 23:33:07 PDT 2017


Author: robe
Date: 2017-09-29 23:33:07 -0700 (Fri, 29 Sep 2017)
New Revision: 15854

Modified:
   trunk/README.postgis
Log:
Update README to reflect new agreed upon requirements of PostgreSQL 9.6+ and GEOS 3.5.
Will fix configure.ac too after we've upgraded dronie and travis to use newer versions

Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis	2017-09-29 20:51:33 UTC (rev 15853)
+++ trunk/README.postgis	2017-09-30 06:33:07 UTC (rev 15854)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.4.0rc2
-:Date: 2017-09-24
+:Version: 2.5.0
+:Date: 2018-xx-xx
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -31,7 +31,7 @@
 REQUIREMENTS
 ------------
 
-PostGIS is compatible with PostgreSQL 9.3 and above.
+PostGIS is compatible with PostgreSQL 9.6 and above.
 
 You *must* have the full PostgreSQL - including server headers - installed for
 this to work.
@@ -43,12 +43,13 @@
 
     http://trac.osgeo.org/proj/
 
-* GEOS (Required, Version 3.3.0 or higher
-  - 3.4+ is strongly recommended and needed for full features):
+* GEOS (Required, Version 3.5 or higher)
+  - 3.6+ is strongly recommended to expose most GEOS features
+  - 3.7+ is needed just for the ST_FrechetDistance function
 
   The GEOS library provides support for exact topological tests such as
   ST_Touches(), ST_Contains(), ST_Disjoint() and spatial operations such as
-  ST_Intersection(), ST_Union() and ST_Buffer(). GEOS 3.4+ is recommended.
+  ST_Intersection(), ST_Union() and ST_Buffer().
 
     http://trac.osgeo.org/geos/
 



More information about the postgis-tickets mailing list