[mapserver-commits] [MapServer/MapServer] c1ec02: Fix usage of FILE* and VSILFILE*
Even Rouault
noreply at github.com
Sat Dec 17 11:23:30 PST 2022
Branch: refs/heads/branch-7-6
Home: https://github.com/MapServer/MapServer
Commit: c1ec025b3dbcfde6228fd972c8f50a13cb48bd61
https://github.com/MapServer/MapServer/commit/c1ec025b3dbcfde6228fd972c8f50a13cb48bd61
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M mapcontext.c
M mapgdal.c
M mapogroutput.cpp
M mapwcs11.c
M mapwcs20.c
M mapwmslayer.c
Log Message:
-----------
Fix usage of FILE* and VSILFILE*
In GDAL 3.7dev, VSILFILE* is no longer an alias for FILE* (see
https://github.com/OSGeo/gdal/pull/6883), so we have to adjust our
usage to be correct.
This MapServer change is backward compatible with GDAL < 3.7 too
Commit: f6cc8a31075e18a9f88c4ccb8bbf4a6f62882dcf
https://github.com/MapServer/MapServer/commit/f6cc8a31075e18a9f88c4ccb8bbf4a6f62882dcf
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M mapcontext.c
M mapgdal.c
M mapogroutput.cpp
M mapwcs11.c
M mapwcs20.c
M mapwmslayer.c
Log Message:
-----------
Merge pull request #6776 from MapServer/backport-6775-to-branch-7-6
[Backport branch-7-6] Fix usage of FILE* and VSILFILE*
Compare: https://github.com/MapServer/MapServer/compare/e056f4a87981...f6cc8a31075e
More information about the MapServer-commits
mailing list