File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 11NEWS file for libxslt
22
3+ v1.1.39: Nov 16 2023
4+
5+ ### Bug fixes
6+
7+ - extensions: Don't search imports for extension prefixes
8+
9+ ### Improvements
10+
11+ - transform: Check maximum depth when processing default templates
12+ - build: Add more missing includes
13+ - python: Don't set deprecated global
14+ - build: Add missing includes
15+ - imports: Limit nesting depth
16+ - extensions: Report top-level elements in xsltDebugDumpExtensions
17+ - Add extern "C" { } block to xsltlocale.h (David Kilzer)
18+
19+ ### Portability
20+
21+ - python: Make it compatible with python3.12 (Daniel Garcia Moreno)
22+ - date: Fix check for localtime_s
23+ - date: Fix check for gmtime_s
24+
25+ ### Build systems
26+
27+ - pkg-config files include cflags for static builds (Mike Dalessio)
28+ - Handle NOCONFIG case when setting locations from CMake target properties (Markus
29+ Rickert)
30+ - autotools: Make xslt-config executable
31+
32+ ### Tests
33+
34+ - tests: Structured error handler now passes a const xmlError
35+ - python: Fix tests on MinGW
36+ - fuzz: Fix xmlFuzzEntityLoader after recent libxml2 changes
37+
38+
339v1.1.38: May 8 2023
440
541### Major changes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ(2.63)
33
44m4_define ( [ MAJOR_VERSION] , [ 1] )
55m4_define ( [ MINOR_VERSION] , [ 1] )
6- m4_define ( [ MICRO_VERSION] , [ 38 ] )
6+ m4_define ( [ MICRO_VERSION] , [ 39 ] )
77
88AC_INIT ( [ libxslt] , [ MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION] )
99AC_CONFIG_SRCDIR ( [ libxslt/xslt.c] )
You can’t perform that action at this time.
0 commit comments