From 0991940c88fde64da3d59c786bb52ee2b9250c4b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 16 Nov 2018 15:10:33 +0100 Subject: [2.1.x] Fixed #29959 -- Cached GEOS version in WKBWriter class. Regression in f185d929fa1c0caad8c03fccde899b647d7248c6. Backport of e7e55059027ae2f644c852e0ba60dc9307b425e1 from master. --- docs/releases/1.11.17.txt | 4 +++- docs/releases/2.0.10.txt | 4 +++- docs/releases/2.1.4.txt | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.11.17.txt b/docs/releases/1.11.17.txt index 52d86601a6..db201d0b9a 100644 --- a/docs/releases/1.11.17.txt +++ b/docs/releases/1.11.17.txt @@ -9,4 +9,6 @@ Django 1.11.17 fixes several bugs in 1.11.16. Bugfixes ======== -* ... +* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter`` + class in an attempt to fix a random crash involving ``LooseVersion`` since + Django 1.11.14 (:ticket:`29959`). diff --git a/docs/releases/2.0.10.txt b/docs/releases/2.0.10.txt index 70d74559a4..fd2e7f5ebf 100644 --- a/docs/releases/2.0.10.txt +++ b/docs/releases/2.0.10.txt @@ -9,4 +9,6 @@ Django 2.0.10 fixes several bugs in 2.0.9. Bugfixes ======== -* ... +* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter`` + class in an attempt to fix a random crash involving ``LooseVersion`` since + Django 2.0.6 (:ticket:`29959`). diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 6f05a04357..82378b16a0 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -12,3 +12,7 @@ Bugfixes * Corrected the default password list that ``CommonPasswordValidator`` uses by lowercasing all passwords to match the format expected by the validator (:ticket:`29952`). + +* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter`` + class in an attempt to fix a random crash involving ``LooseVersion`` + (:ticket:`29959`). -- cgit v1.3