Jansson 2.14 has been released. See below for a list of changes.
While at it, I decided to publish releases on GitHub from now on, see
https://github.com/akheron/jansson/releases. If someone (e.g. distro packaging
maintainers) are monitoring
digip.org for new releases, please update your
scripts to check GitHub instead! All the historical releases have been
transferred to GitHub, too.
* New Features:
- Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the
corresponding `nocheck` functions. (#520, by Maxim Zhukov)
* Fixes:
- Handle `sprintf` corner cases (#537, by Tobias Stoeckmann)
* Build:
- Symbol versioning for all exported symbols (#540, by Simon McVittie)
- Fix compiler warnings (#555, by Kelvin Lee)
* Documentation:
- Small fixes (#544, #546, by @i-ky)
- Sphinx 3 compatibility (#543, by Pierce Lopez)
Petri