summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-07-10 19:51:02 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-07-10 19:51:02 -0400
commit8c1ff816e9b5bdee492e40f2f01095abfcea17f5 (patch)
tree62b196a375e31039bd972a0052a7d6159ca98e4b /Changes
parent725fbfb6d59fbe8305e483cc2bcf398d9b494388 (diff)
downloaduri-8c1ff816e9b5bdee492e40f2f01095abfcea17f5.tar.gz
URI-5.12v5.12
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped. A non-existing authority part was accidentally processed. Details: https://github.com/libwww-perl/URI/issues/102 (GH#102) (Perlbotics) - Reverts to previous behavior (5.10) for 'mailto:' scheme for escaping square brackets.
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index cbe4c84..aec0ab5 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for URI
-{{$NEXT}}
+5.12 2022-07-10 23:48:50Z
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.
A non-existing authority part was accidentally processed.
Details: https://github.com/libwww-perl/URI/issues/102