diff options
author | David Robillard <d@drobilla.net> | 2011-12-24 22:14:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-24 22:14:46 +0000 |
commit | 544486680095d1024ae991ce95cde52080cbf43c (patch) | |
tree | 8c1cd74c86bef156eaf4402641a2aa5f1df12d12 /ChangeLog | |
parent | 834aede2613d3973170d9314e4a43695dfc14bf2 (diff) | |
download | serd-544486680095d1024ae991ce95cde52080cbf43c.tar.gz serd-544486680095d1024ae991ce95cde52080cbf43c.tar.bz2 serd-544486680095d1024ae991ce95cde52080cbf43c.zip |
Support file://localhost/foo URIs in serd_uri_to_path().
Support Windows file://c:/foo URIs in serd_uri_to_path() on all platforms.
100% test coverage (by line) for uri.c.
git-svn-id: http://svn.drobilla.net/serd/trunk@269 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ serd (UNRELEASED) unstable; urgency=low * Escape ASCII control characters in output (e.g. fix problems with string literals that start with a backspace) * Improve URI resolution to cover most of the abnormal cases from RFC3986 + * Support file://localhost/foo URIs in serd_uri_to_path() + * Support Windows file://c:/foo URIs in serd_uri_to_path() on all platforms -- David Robillard <d@drobilla.net> (UNRELEASED) |