diff options
author | David Robillard <d@drobilla.net> | 2016-05-29 18:34:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-05-29 18:34:09 -0400 |
commit | 8f7cac4752d427f833969d316542d7a82b4602ea (patch) | |
tree | 27dcc29cbca11aee2127ddcdc71a246fbed077e9 /NEWS | |
parent | 78e55b937ce347eef6387499ddd91d06d73e3a7c (diff) | |
download | serd-8f7cac4752d427f833969d316542d7a82b4602ea.tar.gz serd-8f7cac4752d427f833969d316542d7a82b4602ea.tar.bz2 serd-8f7cac4752d427f833969d316542d7a82b4602ea.zip |
Fix handling of file I/O errors
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ serd (0.22.3) unstable; + * Report I/O errors with message and return appropriate status code * 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> Tue, 17 May 2016 11:58:20 -0400 + -- David Robillard <d@drobilla.net> Sun, 29 May 2016 18:33:41 -0400 serd (0.22.0) stable; |