diff options
author | Andy Wingo <wingo@pobox.com> | 2016-06-20 14:34:19 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-06-20 14:48:15 +0200 |
commit | 687d393e2c9dbc57fa1d0290fbf3b2c93cbfcdf6 (patch) | |
tree | e9203d3cb139bf0d4296400f812dbfa862727d6e /NEWS | |
parent | 4cf81b7ba07f9c1d7acffcfe145478e91df365e6 (diff) |
Fix uri-decode behavior for "+"
* module/web/uri.scm (uri-decode): Add #:decode-plus-to-space? keyword
argument.
(split-and-decode-uri-path): Don't decode plus to space.
* doc/ref/web.texi (URIs): Update documentation.
* test-suite/tests/web-uri.test ("decode"): Add tests.
* NEWS: Add entry.
Based on a patch by Brent <brent@tomski.co.za>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Please send Guile bug reports to bug-guile@gnu.org. +Changes in 2.1.4 (changes since the 2.1.3 alpha release): + +* Bug fixes +** Don't replace + with space when splitting and decoding URI paths + + +[TODO: Fold into generic 2.2 release notes.] Changes in 2.1.3 (changes since the 2.1.2 alpha release): * Notable changes |