diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-09-08 10:26:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-09-08 10:26:34 +0200 |
commit | 04233c1001f3040c0c7811db5178974538ee3680 (patch) | |
tree | 6501c4625396503fa7a2df84540b23a93739c441 /ChangeLog | |
parent | e94f3be22cd927eb2b5d9554eae2032a971c7e7e (diff) | |
parent | d7dff546ec47157ba13806d91ff7e6e4836acaf6 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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: |