pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-12-02
2020-12-02 19:27:17 by Tobias S. Josefowitz <tobij@tobij.de>
eaca35d1927a571dcdf348f5e61004b8732f54d0 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document URI fix
350:
o Standards.URI
-
Updated list of unsafe characters to RFC 3986. [bug 8004]
+
-
Updated list of unsafe characters to RFC 3986. [bug 8004]
-
+
- String representations of the URI that are generated by the object
+
are now canonical again. This also fixes an issue where Standards.URI
+
instances compared identical under the == comparison, but would hash
+
differently.
+
o Standards.X509 Use old syntax for compatibility.