Skip to content

Commit 743ab69

Browse files
committed
Release v1.1.39
1 parent 405e3e1 commit 743ab69

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
NEWS 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+
339
v1.1.38: May 8 2023
440

541
### Major changes

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ(2.63)
33

44
m4_define([MAJOR_VERSION], [1])
55
m4_define([MINOR_VERSION], [1])
6-
m4_define([MICRO_VERSION], [38])
6+
m4_define([MICRO_VERSION], [39])
77

88
AC_INIT([libxslt], [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
99
AC_CONFIG_SRCDIR([libxslt/xslt.c])

0 commit comments

Comments
 (0)