File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,19 @@ We also use PR#$N for pull requests.
11
11
Changes breaking compatibility are marked with a "* " bullet instead
12
12
of the usual "- ".
13
13
14
- NEXT_RELEASE:
15
- -------------
16
-
17
- * Revert the change to "pack" handling from 0.13.0 (#272), which turns
18
- out to break compatibility with too many projects. At this point in
19
- the lifetime of ocamlbuild usage, it's more important to keep
20
- building existing projects than to improve the build system for new
21
- projects -- of course the latter is also nice, but not when it
22
- endangers compatibility.
23
- (Gabriel Scherer)
14
+ 0.14.0 (23 Feb 2019):
15
+ ---------------------
16
+
17
+ Compared to the previous released version (0.12.0), OCamlbuild 0.14.0
18
+ contains new features (`ppopt(..)` and `ppxopt(...)` flags, ocamlbuild
19
+ options) and support for OCaml 4.08+dev.
20
+
21
+ * Revert the change to "pack" handling from the never-released 0.13
22
+ (#272), which turns out to break compatibility with too many
23
+ projects. At this point in the lifetime of ocamlbuild usage, it's
24
+ more important to keep building existing projects than to improve
25
+ the build system for new projects -- of course the latter is also
26
+ nice, but not when it endangers compatibility. (Gabriel Scherer)
24
27
25
28
0.13.1 (15 Sep 2018):
26
29
---------------------
Original file line number Diff line number Diff line change 1
1
# Specification for the "ocamlbuild" library
2
2
requires = "unix"
3
- version = "NEXT_RELEASE "
3
+ version = "0.14.0 "
4
4
description = "ocamlbuild support library"
5
5
archive(byte) = "ocamlbuildlib.cma"
6
6
archive(native) = "ocamlbuildlib.cmxa"
Original file line number Diff line number Diff line change 1
- NEXT_RELEASE
1
+ 0.14.0
You can’t perform that action at this time.
0 commit comments