Releases: mirage/checkseum
Releases · mirage/checkseum
0.5.3
0.5.2
0.5.1
CHANGES:
- Fix regression on
adler32(the OCaml version) introduced by #76 and spotted
by @balat (@dinosaure, #80). We advise the user to upgrade as soon as he/she
cancheckseum.checkseum.0.5.0will be disabled with this release. - Fix the CI on Windows (@dinosaure, @MisterDA, #79)
See (mirage/bechamel#41 for more details)
0.5.0
CHANGES:
- Fixup deprecations from
optint.0.3.0(@tmcgilchrist, #76) - Fix C stubs on 32-bits machines (@dinosaure, #76)
- Delete the old linking trick about MirageOS 3 (@dinosaure, #77)
0.4.0
0.3.4
CHANGES:
- Add the support of Esperanto (@dinosaure, #69)
- Do not rely on the OCaml package to execute the
install.mlscript (@vapourismo, #67)
0.3.3
CHANGES:
- Use canonical
_WIN32macro to detect Windows (@jonahbeckford, #61) - Fix Windows support with cygpath (@MisterDA, #60)
- Use
ocamlvariable to executeinstall.mlinstead of a shebang withenv
(@vapourismo, @dinosaure, #62) - Upgrade to
ocamlformat.0.21.0(@hannesm, #63) - Remove
bigarray-compatpackage (@hannesm, #63) - Support only OCaml >= 4.07 (@hannesm, #63)
- Optimize
checkseum.cand use the advantage of[@untagged]and[@unboxed]
checkseumrequiresoptint.0.2.0now (@dinosaure, #64) - Update the
README.md(@dinosaure, #65) - Use
caml_copy_int32instead ofcopy_int32(@dinosaure, #66)
0.3.2
CHANGES:
freenstandingsupport does not needopam(@sternenseemann, @dinosaure, #53)- Fix big-endian support (@dinosaure, #56)
- Use
whichwhencommand -vis not available (@dinosaure, @sternenseemann, @mseri, #56) - Fix
esysupport and on its environment the MirageOS 3 support (@dinosaure, @mseri, #56) - Upgrade to
ocamlformat.0.19.0(@dinosaure, #57)
v0.3.1
v0.3.0
CHANGES:
- Upgrade C artifacts with MirageOS 3.9 (#50, @dinosaure, @hannesm)
- Fix
esyinstallation (#49, @dinosaure, @jordwalke, reported by @Faliszek)