Skip to content

Commit

Permalink
prepare 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Feb 23, 2019
1 parent c939ba0 commit d8576db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
23 changes: 13 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ We also use PR#$N for pull requests.
Changes breaking compatibility are marked with a "* " bullet instead
of the usual "- ".

NEXT_RELEASE:
-------------

* Revert the change to "pack" handling from 0.13.0 (#272), which turns
out to break compatibility with too many projects. At this point in
the lifetime of ocamlbuild usage, it's more important to keep
building existing projects than to improve the build system for new
projects -- of course the latter is also nice, but not when it
endangers compatibility.
(Gabriel Scherer)
0.14.0 (23 Feb 2019):
---------------------

Compared to the previous released version (0.12.0), OCamlbuild 0.14.0
contains new features (`ppopt(..)` and `ppxopt(...)` flags, ocamlbuild
options) and support for OCaml 4.08+dev.

* Revert the change to "pack" handling from the never-released 0.13
(#272), which turns out to break compatibility with too many
projects. At this point in the lifetime of ocamlbuild usage, it's
more important to keep building existing projects than to improve
the build system for new projects -- of course the latter is also
nice, but not when it endangers compatibility. (Gabriel Scherer)

0.13.1 (15 Sep 2018):
---------------------
Expand Down
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specification for the "ocamlbuild" library
requires = "unix"
version = "NEXT_RELEASE"
version = "0.14.0"
description = "ocamlbuild support library"
archive(byte) = "ocamlbuildlib.cma"
archive(native) = "ocamlbuildlib.cmxa"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_RELEASE
0.14.0

0 comments on commit d8576db

Please sign in to comment.