[mapserver-commits] [MapServer/MapServer] 43d855: Remove call to deprecated xmlSchemaCleanupTypes()

Even Rouault noreply at github.com
Fri Oct 21 02:20:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/MapServer/MapServer
  Commit: 43d855c1022f30b3ee9ed0021de27c40ad5ba051
      https://github.com/MapServer/MapServer/commit/43d855c1022f30b3ee9ed0021de27c40ad5ba051
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M mapowscommon.c

  Log Message:
  -----------
  Remove call to deprecated xmlSchemaCleanupTypes()

xmlSchemaCleanupTypes() is deprecated since libxml 2.10, and will be
removed in a future version (as a public callable function)

This function is called by xmlCleanupParser() since
https://github.com/GNOME/libxml2/commit/36e5cd5064d3477a0500f6183d68b18b7493568a#diff-65f1a082f56ebd52b4eaabdbe54d6e516736c8d9186b8c82c8ca55ad3cac105eR12119
14 years ago, so no need to call it explicitly.

Fixes #6614


  Commit: 46e346b2eda8e60db8ad540e63b93cc48d3eb82c
      https://github.com/MapServer/MapServer/commit/46e346b2eda8e60db8ad540e63b93cc48d3eb82c
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M mapowscommon.c

  Log Message:
  -----------
  Merge pull request #6736 from rouault/fix_6614

Remove call to deprecated xmlSchemaCleanupTypes()


Compare: https://github.com/MapServer/MapServer/compare/1de5a97c5d46...46e346b2eda8


More information about the MapServer-commits mailing list