File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ 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
-
14
+ 0.14.1 (09 Feb 2021):
15
+ ---------------------
17
16
17
+ - Add OCaml 5.00 support
18
+ (#315 by Kate Deplaix, reviewed by Gabriel Scherer)
19
+ - Fix race conditions when invoking ocamlbuild in parallel from a makefile
20
+ (#302 by Gabriel Scherer)
21
+ - Removes .so from products of all cmxs rules
22
+ (#305 by Ivan Gotovchits, reviewed by Gabriel Scherer)
18
23
19
24
0.14.0 (23 Feb 2019):
20
25
---------------------
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.1 "
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.1
You can’t perform that action at this time.
0 commit comments