diff options
author | David Robillard <d@drobilla.net> | 2016-03-15 23:21:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-05-27 18:18:30 +0200 |
commit | 9b3d8263604ba11ae008c8651a1fe2063296d6b1 (patch) | |
tree | 9747d428f34f73e5d2e9e72bd8edef50b05ddad9 /NEWS | |
parent | a0c483d9f1f3955499560ef1536fdb760df274fb (diff) | |
download | serd-9b3d8263604ba11ae008c8651a1fe2063296d6b1.tar.gz serd-9b3d8263604ba11ae008c8651a1fe2063296d6b1.tar.bz2 serd-9b3d8263604ba11ae008c8651a1fe2063296d6b1.zip |
Use SerdBuffer for mutable buffers
This avoids const violations from abusing SerdChunk as a mutable buffer
for string sinks.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +serd (1.0.0) unstable; + + * Use SerdBuffer for mutable buffers instead of abusing SerdChunk + * Add serd_node_new_relative_uri() + * Fix construction and comparison of URIs with UTF-8 characters + * Report I/O errors with message and return appropriate status code + * Report missing statement separator errors + * Fix potential out of bounds read + * Fix unaligned memory access, undefined behaviour which breaks on ARM + * Fix documentation generation + * Update serdi man page + + -- David Robillard <d@drobilla.net> Mon, 10 Jul 2017 11:28:59 +0200 + serd (0.29.3) unstable; * Clarify errors returned by serd_env_expand() |