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

Release 0.13.0 #284

Merged
merged 6 commits into from
Sep 8, 2018
Merged

Release 0.13.0 #284

merged 6 commits into from
Sep 8, 2018

Conversation

gasche
Copy link
Member

@gasche gasche commented Sep 8, 2018

0.13.0 (8 Sep 2018):

OCamlbuild 0.13.0 contains new features (ppopt(..) and ppxopt(...) flags,
ocamlbuild options) and bugfixes (to pack production, for 4.08+dev support).

  • the pack action must also pass package(...) options to ocamlfind #272: add the "link" tag to "pack" actions
    Instead of a separate category, "pack" is now another form of linking
    like "program", "library", "toplevel" and "output_obj". This fixes
    the issue that package(...) tags where not passed at pack-production
    time, spotted by Jérémie Dimino. More generally, this extends
    the meaning of all "link" flags to "pack", which seems to be the correct
    behavior for all the rules we inspected.
    (Gabriel Scherer, original issue diagnosis by Jérémie Dimino)

@gasche gasche merged commit e738673 into ocaml:master Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant