From d8576dba6bd893fe51e04b333602143df79a79ec Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Fri, 22 Feb 2019 11:41:34 +0100 Subject: [PATCH] prepare 0.14.0 --- Changes | 23 +++++++++++++---------- META | 2 +- VERSION | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Changes b/Changes index 1bc4d0cd..b7694d52 100644 --- a/Changes +++ b/Changes @@ -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): --------------------- diff --git a/META b/META index 9eae67e1..571015cb 100644 --- a/META +++ b/META @@ -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" diff --git a/VERSION b/VERSION index 9dfa4d42..0548fb4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -NEXT_RELEASE \ No newline at end of file +0.14.0 \ No newline at end of file