diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-31 11:35:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-31 11:36:16 -0400 |
| commit | 67665e09796ae0ae54cd9711d759c5c005ed5249 (patch) | |
| tree | fbec4e6ce26ddf84e429857c7c0492edb6c13b2e /docs | |
| parent | 31b9cf97b9b91a057bef65f21092e5c00083b0c9 (diff) | |
[2.1.x] Fixed #29460 -- Added support for GEOS 3.6.
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.11.14.txt | 3 | ||||
| -rw-r--r-- | docs/releases/2.0.6.txt | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 61b6c1135b..7800f1ab62 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -8,7 +8,7 @@ geospatial libraries: ======================== ==================================== ================================ =================================== Program Description Required Supported Versions ======================== ==================================== ================================ =================================== -:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.5, 3.4 +:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.6, 3.5, 3.4 `PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.9, 4.8, 4.7, 4.6, 4.5, 4.4 :doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.2, 2.1, 2.0, 1.11, 1.10, 1.9 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 @@ -23,6 +23,7 @@ totally fine with GeoDjango. Your mileage may vary. Libs release dates: GEOS 3.4.0 2013-08-11 GEOS 3.5.0 2015-08-15 + GEOS 3.6.0 2016-10-25 GDAL 1.9.0 2012-01-03 GDAL 1.10.0 2013-04-29 GDAL 1.11.0 2014-04-25 diff --git a/docs/releases/1.11.14.txt b/docs/releases/1.11.14.txt index 23f16e0651..06fe74464a 100644 --- a/docs/releases/1.11.14.txt +++ b/docs/releases/1.11.14.txt @@ -9,4 +9,5 @@ Django 1.11.14 fixes several bugs in 1.11.13. Bugfixes ======== -* ... +* Fixed ``WKBWriter.write()`` and ``write_hex()`` for empty polygons on + GEOS 3.6.1+ (:ticket:`29460`). diff --git a/docs/releases/2.0.6.txt b/docs/releases/2.0.6.txt index 9652e4e63d..c6eb0e028c 100644 --- a/docs/releases/2.0.6.txt +++ b/docs/releases/2.0.6.txt @@ -17,3 +17,6 @@ Bugfixes * Fixed a regression that added an unnecessary subquery to the ``GROUP BY`` clause on MySQL when using a ``RawSQL`` annotation (:ticket:`29416`). + +* Fixed ``WKBWriter.write()`` and ``write_hex()`` for empty polygons on + GEOS 3.6.1+ (:ticket:`29460`). |
