Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] ipaddr (6 packages) (5.6.0) #25919

Merged
merged 1 commit into from
May 24, 2024

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented May 22, 2024

A library for manipulation of IP (and MAC) address representations

CHANGES:

CHANGES:

* Add host and subnet Seq.t iterators for Ipaddr.V4.prefix, Ipaddr.V6.Prefix
  and Ipaddr.Prefix (mirage/ocaml-ipaddr#107 @verbosemode @dinosaure)
* Ipaddr.V4.compare: use Int32.unsigned_compare, as provided since OCaml 4.08
  (mirage/ocaml-ipaddr#118 @reynir)
* Ipaddr.V6.t is a string, not a byte vector anymore (so it is immutable)
  (mirage/ocaml-ipaddr#119 @reynir, restoring 4.08 compatibility mirage/ocaml-ipaddr#121)
* Provide Ipaddr.Prefix.address (since 5.0.0, Ipaddr.V4.Prefix.address and
  Ipaddr.V6.Prefix.address have been provided, but Ipaddr.Prefix.address was
  forgotten) (mirage/ocaml-ipaddr#122 @hannesm)
* Fix further docstrings (mirage/ocaml-ipaddr#123, fixes mirage/ocaml-ipaddr#81, @hannesm @reynir)
@hannesm
Copy link
Member Author

hannesm commented May 22, 2024

CI failures: tcpip 7 fixed by #25921 ; solver timeout isn't relevant ; all other failures aren't related to this PR. good to merge :)

EDIT: I looked through them again, and the failures are unrelated.

@avsm avsm merged commit 61357d2 into ocaml:master May 24, 2024
1 of 2 checks passed
@avsm
Copy link
Member

avsm commented May 24, 2024

Bounds fixed merged, so this looks good. Thanks!

@hannesm hannesm deleted the release-ipaddr-v5.6.0 branch May 24, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify bytestring conversion docstrings
2 participants