Libxslt version 1.1.40 has been released. The change log includes the removal of the maxparserdepth option, enhancements, the deprecation of xmlXPtrNewContext, the discontinuation of xmlMemoryDump, a preference for XML_PARSE_NONET over xmlNoNetEntityLoader, and corrections for EXSLT methods without parameters.
Libxslt 1.1.40 released
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.40.tar.xz (1.50M)
sha256sum: 194715db023035f65fb566402f2ad2b5eab4c29d541f511305c40b29b1f48d13Removals
- xsltproc: remove maxparserdepth option (Mike Dalessio)
Improvements
- functions: xmlXPtrNewContext is deprecated
- xsltproc: Stop calling xmlMemoryDump
- xsltproc: Prefer XML_PARSE_NONET over xmlNoNetEntityLoader
- functions: Fix build if libxml2 modules are disabled
- extensions: Don’t call deprecated xmlCheckFilename
- documents: Don’t set ctxt->directory
- exslt: Fix EXSLT functions without parameters
Build systems
- build: Remove mem-debug option