From ee9f4956ac7437ab35f04d5e71bace000735d654 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Mar 2016 23:21:34 -0400 Subject: Use SerdBuffer for mutable buffers This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a630680e..44bb1688 100644 --- a/NEWS +++ b/NEWS @@ -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 Mon, 10 Jul 2017 11:28:59 +0200 + serd (0.30.1) unstable; * Fix GCC 4 build -- cgit v1.2.1