Opened 22 months ago
Closed 22 months ago
#19253 closed enhancement (fixed)
jasper-4.2.0
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 22 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 22 months ago
comment:3 by , 22 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

4.2.0 (2024-02-05) Add the JAS_PACKAGING option to the CMake build in an attempt to allow easier control over rpath settings by packagers of JasPer. Remove a number of obsolete scripts. Make some cosmetic changes to the code for the JPC codec in order to improve readability (#371). Fix a portability bug related to threads/atomics. Replace some lingering uses of strtok in the JPC coder with jas_strtok, since the use of strtok is problematic in multithreading contexts.