Opened 2 years ago
Closed 2 years ago
#18874 closed enhancement (fixed)
libxslt-1.1.39
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version.
Change History (3)
comment:1 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
comment:3 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

v1.1.39: Nov 16 2023 ### Bug fixes - extensions: Don't search imports for extension prefixes ### Improvements - transform: Check maximum depth when processing default templates - build: Add more missing includes - python: Don't set deprecated global - build: Add missing includes - imports: Limit nesting depth - extensions: Report top-level elements in xsltDebugDumpExtensions - Add extern "C" { } block to xsltlocale.h (David Kilzer) ### Portability - python: Make it compatible with python3.12 (Daniel Garcia Moreno) - date: Fix check for localtime_s - date: Fix check for gmtime_s ### Build systems - pkg-config files include cflags for static builds (Mike Dalessio) - Handle NOCONFIG case when setting locations from CMake target properties (Markus Rickert) - autotools: Make xslt-config executable ### Tests - tests: Structured error handler now passes a const xmlError - python: Fix tests on MinGW - fuzz: Fix xmlFuzzEntityLoader after recent libxml2 changes