aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-24 22:14:46 +0000
committerDavid Robillard <d@drobilla.net>2011-12-24 22:14:46 +0000
commit544486680095d1024ae991ce95cde52080cbf43c (patch)
tree8c1cd74c86bef156eaf4402641a2aa5f1df12d12 /ChangeLog
parent834aede2613d3973170d9314e4a43695dfc14bf2 (diff)
downloadserd-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c73cd2f..5ecbd880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)