From 8c1ff816e9b5bdee492e40f2f01095abfcea17f5 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sun, 10 Jul 2022 19:51:02 -0400 Subject: URI-5.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. --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changes') 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 -- cgit v1.2.1