summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHanspeter Portner <dev@open-music-kontrollers.ch>2016-07-18 19:35:19 +0200
committerDavid Robillard <d@drobilla.net>2016-07-24 09:51:21 -0400
commitbb2fdc70a61751d289f84b48dd016a68b045a50f (patch)
tree41baab129d799410dd4fca76742e28003d60004b /NEWS
parentd75e983c6e00fefdca561230cd21907a6deae98e (diff)
downloadsratom-bb2fdc70a61751d289f84b48dd016a68b045a50f.tar.gz
sratom-bb2fdc70a61751d289f84b48dd016a68b045a50f.tar.bz2
sratom-bb2fdc70a61751d289f84b48dd016a68b045a50f.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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 <d@drobilla.net> Sun, 10 Jul 2016 18:57:29 -0400
+ -- David Robillard <d@drobilla.net> Sun, 24 Jul 2016 09:50:32 -0400
sratom (0.4.6) stable;