Update README to reflect new agreed upon requirements of PostgreSQL 9.6+ and GEOS...
authorRegina Obe <lr@pcorp.us>
Sat, 30 Sep 2017 06:33:07 +0000 (06:33 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 30 Sep 2017 06:33:07 +0000 (06:33 +0000)
Will fix configure.ac too after we've upgraded dronie and travis to use newer versions

git-svn-id: http://svn.osgeo.org/postgis/trunk@15854 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis

index d3cc90a870bfe22f97f3a5496eed7a7a9c24ddab..606b0c8950046edf5cca8deb837bded2e313fa04 100644 (file)
@@ -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 @@ Directory structure::
 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 @@ this to work.
 
     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/