aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-15 23:21:34 -0400
committerDavid Robillard <d@drobilla.net>2018-12-30 17:55:13 -0500
commitee9f4956ac7437ab35f04d5e71bace000735d654 (patch)
treebfe3bbbf1b812e0f4ae6280717efa9760c873550 /NEWS
parent6857f60e5211d534ecadefbef595fdadf7b1a791 (diff)
downloadserd-ee9f4956ac7437ab35f04d5e71bace000735d654.tar.gz
serd-ee9f4956ac7437ab35f04d5e71bace000735d654.tar.bz2
serd-ee9f4956ac7437ab35f04d5e71bace000735d654.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--NEWS14
1 files changed, 14 insertions, 0 deletions
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 <d@drobilla.net> Mon, 10 Jul 2017 11:28:59 +0200
+
serd (0.30.1) unstable;
* Fix GCC 4 build