aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-10 19:29:36 +0000
committerDavid Robillard <d@drobilla.net>2014-12-10 19:29:36 +0000
commitcb580bb689733d8db0921f2a3a2232133b9d26b5 (patch)
tree0c88c4a6d1d0834c2cdbaeff7ec298f660c8b69b /NEWS
parent25e6a687388f217debc3b890a9334e21a0a523ac (diff)
downloadserd-cb580bb689733d8db0921f2a3a2232133b9d26b5.tar.gz
serd-cb580bb689733d8db0921f2a3a2232133b9d26b5.tar.bz2
serd-cb580bb689733d8db0921f2a3a2232133b9d26b5.zip
Fix serd_reader_read_file() for URIs with escaped characters (spaces).
git-svn-id: http://svn.drobilla.net/serd/trunk@479 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 75d7f483..54781a7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
serd (0.21.0) unstable;
* Remove dependence on fmax() to avoid portability issues
+ * Fix serd_reader_read_file() for URIs with escaped characters (spaces)
* Report errors for invalid IRI characters and missing terminators
* Fix warnings when building with ISO C++ compilers
- -- David Robillard <d@drobilla.net> Tue, 09 Dec 2014 16:24:15 -0500
+ -- David Robillard <d@drobilla.net> Wed, 10 Dec 2014 14:29:19 -0500
serd (0.20.0) stable;