1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-12-24 22:20:59 +03:00

Release v1.1.44

This commit is contained in:
Iván Chavero
2025-11-25 09:57:09 -06:00
parent bc06939a6f
commit bd558135ce
2 changed files with 28 additions and 2 deletions

28
NEWS
View File

@@ -1,7 +1,33 @@
NEWS file for libxslt
v1.1.44: not yet released
v1.1.44: Nov 23 2025
## Major changes
Libxml2 changed the meta tag information, removed the:
`http-equiv="Content-Type" content="text/html;` attributes leaving
only the `charset` attribute. This caused the tests to fail in the
gitlab pipeline. Updated the test files accordingly.
## Security
- [CVE-2025-9714] Fix: Was a false positive, closed issue #148.
- [CVE-2025-7424] Fix: Type confusion in xmlNode.psvi between stylesheet and source
nodes (Fixed by Apple's engineers)
- [CVE-2025-11731] Fix: End function node ancestor search at document
### Bug fixes
- New maintainer: Iván Chavero
- CMake: cannot configure on MinGW-w64, missing Iconv::Iconv
- Reset context variable when evaluating globals
### Tests
- Update test outputs for new libxml2
- Fixed Windows tests
### Build
v1.1.43: Mar 12 2025

View File

@@ -22,7 +22,7 @@ LIBXSLT_MICRO_VERSION=MICRO_VERSION
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=8
LIBEXSLT_MICRO_VERSION=25
LIBXML_REQUIRED_VERSION=2.6.27
LIBXML_REQUIRED_VERSION=2.15.1
LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION