Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#25636 closed Cleanup/optimization (fixed)

drop support for SpatiaLite < 3.0

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This will make code cleaner and will make possible to get SRIDs from the backend.

Change History (12)

comment:1 by Sergey Fedoseev, 8 years ago

Owner: set to Sergey Fedoseev
Status: newassigned

comment:2 by Tim Graham, 8 years ago

Summary: drop support to SpatiaLite < 3.0drop support for SpatiaLite < 3.0
Triage Stage: UnreviewedAccepted

comment:3 by Claude Paroz, 8 years ago

Fine for me (and ignore my comment on #25631).

comment:4 by Sergey Fedoseev, 8 years ago

If compare with PostGIS, PostGIS 2.1 is only available in latest Debian stable and Ubuntu LTS, these releases ship SpatiaLite 4.1. Any objections to drop support even for SpatiaLite < 4.0/4.1?

comment:5 by Claude Paroz, 8 years ago

I'm not very enthusiast about dropping both 2.4 and 3 versions in Django 1.10. Let's begin by dropping 2.x only.

comment:6 by Sergey Fedoseev, 8 years ago

Has patch: set

comment:7 by Tim Graham, 8 years ago

Patch needs improvement: set

comment:8 by Tim Graham, 8 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

Created #25645 as a reminder to evaluate dropping SpatiaLite < 4.0 in Django 1.11.

comment:9 by Claude Paroz <claude@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 8ad923b9:

Fixed #25636 -- Dropped support for SpatiaLite < 3.0

comment:10 by Claude Paroz <claude@…>, 8 years ago

In cdb17dc:

Refs #25636 -- Updated instructions for libspatialite source installation

comment:11 by Tim Graham <timograham@…>, 8 years ago

In 429c3363:

[1.9.x] Refs #25636 -- Updated instructions for libspatialite source installation

Backport of cdb17dcb64d141c5d1919888a32a6f3e3cd58616 from master

comment:12 by Tim Graham <timograham@…>, 8 years ago

In d60208bb:

[1.8.x] Refs #25636 -- Updated instructions for libspatialite source installation

Backport of cdb17dcb64d141c5d1919888a32a6f3e3cd58616 from master

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