diff options
author | David Robillard <d@drobilla.net> | 2014-12-16 17:18:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-16 17:18:24 +0000 |
commit | b0de506d2d55627ffc4120a25d1016b1a59849bb (patch) | |
tree | 1f80987c236d450f9b97629038d79ceda159004b /NEWS | |
parent | d51be9b8d97791bff796d046d10fe16fd4e41311 (diff) | |
download | serd-b0de506d2d55627ffc4120a25d1016b1a59849bb.tar.gz serd-b0de506d2d55627ffc4120a25d1016b1a59849bb.tar.bz2 serd-b0de506d2d55627ffc4120a25d1016b1a59849bb.zip |
Fix reading statements ending with a blank then dot with no space (#989).
git-svn-id: http://svn.drobilla.net/serd/trunk@481 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,10 +4,11 @@ serd (0.21.1) unstable; * Fix serd_reader_read_file() for URIs with escaped characters (spaces) * Add serd_reader_set_strict() and -l (lax) option to serdi to tolerate parsing URIs with escaped characters + * Fix reading statements ending with a blank then dot with no space * Report errors for invalid IRI characters and missing terminators * Fix warnings when building with ISO C++ compilers - -- David Robillard <d@drobilla.net> Wed, 10 Dec 2014 15:49:04 -0500 + -- David Robillard <d@drobilla.net> Tue, 16 Dec 2014 12:17:44 -0500 serd (0.20.0) stable; |