From 21ce7e27a89c3f9c2fb4bc8bd59877dc2d8cd6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Sep 2018 10:21:00 +0200 Subject: New upstream version 0.8.6 --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08ee3ef..fc5be8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2018-08-18 -- 0.8.6 + + * Fixed: Bad/NULL .hostText.afterLast when parsing certain rather pathologic + but well-formed URIs with empty host (e.g. "//:%aa@") (GitHub #15) + Thanks to Kurt Schwehr for the report! + * Fixed: Fix uriRemoveBaseUri for case where scheme, host name, + IPvFuture address or path segments of the source address were + string prefixes of the related counterpart in the base URI. + Thanks to Yang Yu for the patch! (GitHub #19, #20) + * Fixed: Make UriStringToUnixFilename and UriStringToWindowsFilename + support minimal representation a la RFC 8089, e.g. file:/bin/bash + (compare to file:///bin/bash with three slashes) (GitHub #12, #14) + Thanks to Zane van Iperen for the report! + * Fixed: Documentation typos (GitHub #10, #11) + Thanks to Graham Percival! + * Improved: Made API docs of uriRemoveBaseUri more clear + (related to GitHub #19) + * Soname: 1:22:0 + 2018-02-07 -- 0.8.5 * Changed: The uriparser project has moved from SourceForge to GitHub: -- cgit v1.2.3