Change History (6)
comment:1 by , 5 years ago
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
There were references to libjson.so (libs and includes) but those do not exist, they are not built - even in prev version (0.13.1) not.
Fixed in r23012
Note:
See TracTickets
for help on using tickets.
0.14 (up to commit 9ed00a6, 2020/04/14) =========================================
Deprecated and removed features:
Build changes:
## Deprecated and removed features:
## Notable improvements and new features
### Builds and documentation
mkdir build ; cd build ; cmake -DCMAKE_INSTALL_PREFIX=/some/path ../json-c ; make all test install
cmake-configure
wrapper that emulates the old autoconf-based configure script.### json_tokener changes
### Other changes and additions
### Testing
make test
; the old "check" target no longer exists.## Significant bug fixes For the full list of issues and pull requests since the previous release, please see issues_closed_for_0.14.md
*