diff options
| author | Tim Graham <timograham@gmail.com> | 2019-02-07 19:10:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-08 14:08:05 -0500 |
| commit | e7fd69d051eaa67cb17f172a39b57253e9cb831a (patch) | |
| tree | 7960b600c1fec82ce32532778f23bb2fb8924cde /docs | |
| parent | 6eb4996672ca5ccaba20e468d91a83d1cd019801 (diff) | |
Fixed #30166 -- Dropped support for GDAL 1.11.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 | ||||
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 2ca69a1e76..8ffe864c9d 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -10,7 +10,7 @@ Program Description Required ======================== ==================================== ================================ =================================== :doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.7, 3.6, 3.5, 3.4 `PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 5.2, 5.1, 5.0, 4.x -:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.3, 2.2, 2.1, 2.0, 1.11 +:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.3, 2.2, 2.1, 2.0 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.5, 2.4, 2.3, 2.2 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3 @@ -25,7 +25,6 @@ totally fine with GeoDjango. Your mileage may vary. GEOS 3.5.0 2015-08-15 GEOS 3.6.0 2016-10-25 GEOS 3.7.0 2018-09-10 - GDAL 1.11.0 2014-04-25 GDAL 2.0.0 2015-06 GDAL 2.1.0 2016-04 GDAL 2.2.0 2017-05 diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index f089b1bb11..5d9bff086e 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -229,6 +229,8 @@ backends. * Support for SpatiaLite 4.1 and 4.2 is removed. +* Support for GDAL 1.11 is removed. + Dropped support for PostgreSQL 9.4 ---------------------------------- |
