Releases: akheron/jansson
Releases · akheron/jansson
v2.15.0
Version 2.15.0
Released 2026-01-24
-
New features:
- Add support for realloc by adding
json_set_alloc_funcs2,json_get_alloc_funcs2
(@WilhelmWiens in #717)
- Add support for realloc by adding
-
Fixes:
- Optimize serialization (@WilhelmWiens in #658 and #719)
- Fix docstrings in hashtable.h (@WilhelmWiens in #718)
-
Build
- Use target-based cmake settings (@Andrew-Au in #692)
v2.14.1
Fixes:
-
Fix thread safety of encoding and decoding when
uselocaleornewlocale
is used to switch locales inside the threads (#674, #675, #677. Thanks to
Bruno Haible for the report and help with fixing.) -
Use David M. Gay's
dtoa()algorithm to avoid misprinting issues of real
numbers that are not exactly representable as adouble(#680).If this is not desirable, use
./configure --disable-dtoaorcmake -DUSE_DTOA=OFF .
Build: