Serd 0.24.0
drobilla.net ⋅Serd 0.24.0 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing [Turtle][], [TriG][], [NTriples][], and [NQuads][]. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.
Changes:
- Add serd_node_new_relative_uri()
- Fix construction and comparison of URIs with UTF-8 characters
- Fix documentation generation
- Fix potential out of bounds read
- Fix unaligned memory access, undefined behaviour which breaks on ARM
- Report I/O errors with message and return appropriate status code
- Report missing statement separator errors
- Update serdi man page