Serd 0.18.2 is out. Serd is a lightweight, high-performance, dependency-free C library for RDF syntax which supports reading and writing Turtle and NTriples.
This release fixes a few potential crashes caused by garbage input, and incorrect abbreviation of rdf:type in subject and object position.
Changes:
- Fix crash when serd_node_new_decimal is called with infinity or NaN
- Fix crash when resolving against non-standard base URIs
- Fix bug that caused “a” abbreviation in non-predicate position
- Disable timestamps in HTML documentation for reproducible build
- Fix clashing symbol “error” in amalgamation build
- Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)