diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-07-18 19:35:19 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-24 09:51:21 -0400 |
commit | bb2fdc70a61751d289f84b48dd016a68b045a50f (patch) | |
tree | 41baab129d799410dd4fca76742e28003d60004b /NEWS | |
parent | d75e983c6e00fefdca561230cd21907a6deae98e (diff) | |
download | sratom-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-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |