Skip to content

1.0+beta19.1

Compare
Choose a tag to compare
@rgrinberg rgrinberg released this 20 Mar 18:59
· 11987 commits to main since this release

1.0+beta19.1 (21/03/2018)

  • Missing asm in ocaml -config on bytecode only architecture is no longer fatal
    (#637 fixed by #639 @rgrinberg)

  • Fix regression introduced by beta19 where duplicate environment variables in
    Unix.environ would cause a fatal error. The first defined environment variable
    is now chosen. (#638 fixed by #640)

  • Use ';' as the path separator for OCAMLPATH on Cygwin (#630 fixed by #636
    @diml).

  • Use the contents of the OCAMLPATH environment variable when not relying on
    ocamlfind (#642 @diml)