aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-05-29 18:34:09 -0400
committerDavid Robillard <d@drobilla.net>2016-05-29 18:34:09 -0400
commit8f7cac4752d427f833969d316542d7a82b4602ea (patch)
tree27dcc29cbca11aee2127ddcdc71a246fbed077e9 /NEWS
parent78e55b937ce347eef6387499ddd91d06d73e3a7c (diff)
downloadserd-8f7cac4752d427f833969d316542d7a82b4602ea.tar.gz
serd-8f7cac4752d427f833969d316542d7a82b4602ea.tar.bz2
serd-8f7cac4752d427f833969d316542d7a82b4602ea.zip
Fix handling of file I/O errors
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e85744a8..d334bc48 100644
--- a/NEWS
+++ b/NEWS
@@ -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;