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 Bruce Dubbs, 8 months ago

Summary: jansson-2.14.1 (update currency)jansson-2.14.1

Currency has been fixed.

comment:2 by Bruce Dubbs, 8 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 8 months ago

Version 2.14.1

Released 2025-03-23

Fixes:

  • Fix thread safety of encoding and decoding when uselocale or newlocale is 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 a double.

If this is not desirable, use ./configure --disable-dtoa or `cmake -DUSE_DTOA=OFF .`

Build:

  • Make test output nicer in CMake based builds
  • Simplify tests

comment:4 by Bruce Dubbs, 8 months ago

Resolution: fixed
Status: assignedclosed

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.