2.1.6
This is the release of opam 2.1.6.
Binaries and full archive are signed by by opam dev team (fingerprint 92C5 26AE 50DF 3947 0EB2 911B ED4C F1CA 67CB AA92
).
Please see our blog post for a highlight on the major changes and upgrade instructions.
- Changes necessary for opam repository (see ocaml/opam-repository#23789):
- Warn if
GNU patch
is not detected when a patch is applied [#5893 @kit-ty-kate] - Use
gpatch
by default instead ofpatch
on NetBSD and DragonFlyBSD [#5893 @kit-ty-kate] - Use
gpatch
if it exists and is detected as GNU patch whenpatch
is notGNU patch
[#5893 @kit-ty-kate]
- Warn if
- Better recognize depexts on Gentoo, NetBSD, OpenBSD [#5065 @mndrix]
- Upgrade the vendored dune to 3.14.0 [#5869 @kit-ty-kate]
- Upgrade the vendored mccs to 1.1+17 [#5769 @kit-ty-kate]
- Require mccs >= 1.1+17: Fix debug logs showing up regardless of verbosity on macOS 12.7.1 / 13.6.3 / 14.2 and FreeBSD [#5769 @kit-ty-kate]
- API Changes:
OpamSystem.patch
now displays a warning when GNU patch is not detected and looks for both patch and gpatch as a backup option depending on the OS [#5893 @kit-ty-kate]
Pre-compiled binaries built using the release script in 1cb2f33