File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,12 @@ 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
- -------------
14
+ 0.15.0 (29 Jun 2024):
15
+ ----------------------
16
+ OCamlbuild 0.15.0 comes with first class support for native Windows ports of OCaml
17
+ (MinGW64-w64 and MSVC). This support was historically provided by
18
+ [opam-repository-mingw](https://fdopen.github.io/opam-repository-mingw/).
19
+
16
20
- Misc: restore CI (unix, macos, windows)
17
21
(#328, #329, #336, #349 by Hugo Heuzard)
18
22
* Remove degraded mode for windows
@@ -330,7 +334,6 @@ not include ocamlbuild.
330
334
- #10, #35: Use extension-independent tags for ocamldoc rules.
331
335
(Armaël Guéneau)
332
336
333
-
334
337
335
338
OCamlbuild was included in the OCaml compiler distribution between
336
339
OCaml 3.10.0 (May 2007) and OCaml 4.02.3 (July 2015). The changes
@@ -563,7 +566,6 @@ New tools:
563
566
- ocamlbuild: compilation manager for OCaml applications and libraries.
564
567
See draft documentation at http://gallium.inria.fr/~pouillar/
565
568
566
-
567
569
568
570
The content below corresponds to the old Changelog, before ocamlbuild was
569
571
included in the OCaml distribution. The version control history of those changes
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.15.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.15.0
You can’t perform that action at this time.
0 commit comments