[mapserver-commits] [MapServer/MapServer] 2774b2: Fix usage of FILE* and VSILFILE*
Even Rouault
noreply at github.com
Thu Dec 15 11:12:34 PST 2022
Branch: refs/heads/branch-8-0
Home: https://github.com/MapServer/MapServer
Commit: 2774b278a111cee352b4ba7a3f3f9c002b7b001f
https://github.com/MapServer/MapServer/commit/2774b278a111cee352b4ba7a3f3f9c002b7b001f
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M mapcontext.c
M mapgdal.cpp
M mapogroutput.cpp
M mapwcs11.cpp
M mapwcs20.cpp
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: 38a41bd5b85fa83f96692acd92d6105171fa13e1
https://github.com/MapServer/MapServer/commit/38a41bd5b85fa83f96692acd92d6105171fa13e1
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M mapcontext.c
M mapgdal.cpp
M mapogroutput.cpp
M mapwcs11.cpp
M mapwcs20.cpp
M mapwmslayer.c
Log Message:
-----------
Merge pull request #6777 from MapServer/backport-6775-to-branch-8-0
[Backport branch-8-0] Fix usage of FILE* and VSILFILE*
Compare: https://github.com/MapServer/MapServer/compare/d502bfbb4f54...38a41bd5b85f
More information about the MapServer-commits
mailing list