Nick Wellnhofer has announced the release of Libxslt version 1.1.42. The change log contains regressions, additions, enhancements, utilities, and locale issues.
Libxslt 1.1.42 released
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.tar.xz (1.50M)
sha256sum: 85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baebRegressions
- extensions: Readd call to xmlCheckFilename with older libxml2
Improvements
- utils: Don’t use deprecated xmlCharEncodingHandler member
- transform: Handle filesystem paths after libxml2 changes
- locale: Work around issue with FreeBSD’s strxfrm_l
Build systems
- cmake: Add LIBXSLT_WITH_PROGRAMS option (Don Olmstead)
- cmake: Fix HAVE_GCRYPT check