Opened 8 months ago
Closed 8 months ago
#21723 closed enhancement (fixed)
jansson-2.14.1
| Reported by: | zeckma | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.4 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point release.
Released on March 23rd (see https://github.com/akheron/jansson/releases/tag/v2.14.1). Seems currency for this doesn't pick up the point release(s).
Change History (4)
comment:1 by , 8 months ago
| Summary: | jansson-2.14.1 (update currency) → jansson-2.14.1 |
|---|
comment:2 by , 8 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 8 months ago
Version 2.14.1
Released 2025-03-23
Fixes:
- Fix thread safety of encoding and decoding when
uselocaleornewlocaleis used to switch locales inside the threads.
- Use David M. Gay's
dtoa()algorithm to avoid misprinting issues of real numbers that are not exactly representable as adouble.
If this is not desirable, use
./configure --disable-dtoaor `cmake -DUSE_DTOA=OFF .`
Build:
- Make test output nicer in CMake based builds
- Simplify tests
comment:4 by , 8 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commits
02f47711c5 Update to Python-3.13.5. 936166f7b0 Update to inih-r60. eb9a60f18f Update to jansson-2.14.1.
Note:
See TracTickets
for help on using tickets.

Currency has been fixed.