Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28181 closed Bug (fixed)

Versions in GDAL lib_names are outdated

Reported by: Tim Graham Owned by: Tim Graham
Component: GIS Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Django docs say that GDAL 1.9-2.1 is supported, but the code searches for versions 1.7-1.11.

Change History (6)

comment:1 by Tim Graham, 7 years ago

Has patch: set

PR

comment:2 by GitHub <noreply@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In a404f75f:

Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.

Follow up to:
ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support)
ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support)
8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)

comment:3 by Tim Graham <timograham@…>, 7 years ago

In 7fdbd25:

[1.11.x] Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.

Follow up to:
ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support)
ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support)
8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)

Backport of a404f75f92971634c76330f3742261d33ccecca1 from master

comment:4 by Tim Graham, 7 years ago

As reported in ticket:28237#comment:12, it seems that the library name for GDAL 2.1 on Windows in correct. PR to fix that.

comment:5 by GitHub <noreply@…>, 7 years ago

In c32476e:

Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.

Follow up to a404f75f92971634c76330f3742261d33ccecca1.

comment:6 by Tim Graham <timograham@…>, 7 years ago

In 4112bce:

[1.11.x] Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.

Follow up to a404f75f92971634c76330f3742261d33ccecca1.

Backport of c32476e5ba2f1c18758cfcffc857fa4eab37e816 from master

Note: See TracTickets for help on using tickets.
Back to Top