Skip to content
Snippets Groups Projects
Commit 5982b9d3 authored by Dave Rolsky's avatar Dave Rolsky
Browse files

v0.23

    - Fixed is_ipv6 to correctly fail for a string like ":abcd" on platforms
      where inet_pton() isn't usable. Reported by Brian Bickerton. RT #93622.
    - As a side effect of the above, the code to check IPv6 addresses when
      inet_pton() isn't usable is about 7-8x times faster now.
parent f32dc93b
No related branches found
No related tags found
No related merge requests found
{{$NEXT}}
0.23 Sun Mar 09 2014
- Fixed is_ipv6 to correctly fail for a string like ":abcd" on platforms
where inet_pton() isn't usable. Reported by Brian Bickerton. RT #93622.
- As a side effect of the above, the code to check IPv6 addresses when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment