[mapserver-commits] [MapServer/MapServer] 970ab9: Remove call to deprecated xmlSchemaCleanupTypes()
    Jeff McKenna 
    noreply at github.com
       
    Fri Oct 21 07:42:05 PDT 2022
    
    
  
  Branch: refs/heads/branch-8-0
  Home:   https://github.com/MapServer/MapServer
  Commit: 970ab95b93d7ba6f38f9cfc4619d6cd6e4aa819a
      https://github.com/MapServer/MapServer/commit/970ab95b93d7ba6f38f9cfc4619d6cd6e4aa819a
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2022-10-21 (Fri, 21 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: 98e51e5f3b1a215fbf6462516813332b2b17c7d6
      https://github.com/MapServer/MapServer/commit/98e51e5f3b1a215fbf6462516813332b2b17c7d6
  Author: Jeff McKenna <jmckenna at gatewaygeomatics.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)
  Changed paths:
    M mapowscommon.c
  Log Message:
  -----------
  Merge pull request #6738 from MapServer/backport-6736-to-branch-8-0
[Backport branch-8-0] Remove call to deprecated xmlSchemaCleanupTypes()
Compare: https://github.com/MapServer/MapServer/compare/cd3a5f42e9c3...98e51e5f3b1a
    
    
More information about the MapServer-commits
mailing list