From bb2fdc70a61751d289f84b48dd016a68b045a50f Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Mon, 18 Jul 2016 19:35:19 +0200 Subject: Fix vector padding A Vector must be padded properly, or a Vector with, for example, an odd number of Int elements will cause the rest of the containing Atom to be invalid. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 16b8829..59f0bb3 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ sratom (0.4.10) unstable; + * Fix padding of constructed vectors (thanks Hanspeter Portner) * Support round-trip serialisation of relative paths * Support sequences with beat time stamps * Fix warnings when building with ISO C++ compilers * Upgrade to waf 1.8.14 - -- David Robillard Sun, 10 Jul 2016 18:57:29 -0400 + -- David Robillard Sun, 24 Jul 2016 09:50:32 -0400 sratom (0.4.6) stable; -- cgit v1.2.1