File tree Expand file tree Collapse file tree 3 files changed +28
-9
lines changed Expand file tree Collapse file tree 3 files changed +28
-9
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,17 @@ of the usual "- ".
1414NEXT_RELEASE:
1515-------------
1616
17- - #253: only run native tests if ocamlopt is available.
18- (Ximin Luo, review by whitequark and Gabriel Scherer)
17+ 0.12.0 (11 Nov 2017):
18+ ---------------------
19+
20+ OCamlbuild 0.12.0 is a maintenance release containing mostly bugfixes
21+ and a few user-contributed features.
22+
23+ - #227: install signatures.{mli,cmi,cmti} to help documentation tools
24+ (Daniel Bünzli and Gabriel Scherer)
25+
26+ - #232: fix Windows install rules
27+ (David Allsopp)
1928
2029- #234: add "afl_instrument" and "afl_inst_ratio" flags for corresponding
2130 ocamlopt options.
@@ -25,7 +34,10 @@ NEXT_RELEASE:
2534 as tweaking the C linker can be required for pure-OCaml projects -- see #236
2635 (Gabriel Scherer, report by Nathan Rebours)
2736
28- - #256, #258: -keep-docs and -keep-locs not passed when using -pack
37+ - #253: only run native tests if ocamlopt is available.
38+ (Ximin Luo, review by whitequark and Gabriel Scherer)
39+
40+ - #256, #258: pass -keep-docs and -keep-locs when using -pack
2941 (Gabriel Scherer, report by Vincent Jacques)
3042
3143- #257, #259: add `_opam` to the list of directories ignored by default;
Original file line number Diff line number Diff line change @@ -147,11 +147,6 @@ git tag <VERSION> -a
147147This command should start an editor to ask for a tag message. You can
148148use the <<change-summary,release change summary>> as the tag message.
149149
150- ----
151- git push
152- git push --tags
153- ----
154-
155150==== Post-release changes ====
156151
157152Create an empty Changes section for the next release,
@@ -166,6 +161,13 @@ you from forgetting to update them at the next release time.
166161
167162== Making the release visible to our users ==
168163
164+ === push it upstream ===
165+ ----
166+ git push
167+ git push --tags
168+ ----
169+
170+
169171[[opam-repo]]
170172=== opam-repository update ===
171173
Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ Feel free to look at the implementation and link:../CONTRIBUTING.adoc[send a pat
704704* `no_alias_deps`
705705* `no_float_const_prop`
706706* `noassert`
707- * `noautolink` (since NEXT_RELEASE )
707+ * `noautolink` (since 0.11.0 )
708708* `nolabels`
709709* `nopervasives`
710710* `nostdlib` (since 0.9.4)
@@ -749,6 +749,11 @@ Feel free to look at the implementation and link:../CONTRIBUTING.adoc[send a pat
749749* `no_unbox_free_vars_of_closures`
750750* `no_unbox_specialized_args`
751751
752+ ===== Compiler tags for the AFL instrumentation mode (4.05 and newer)
753+
754+ * `afl_instrument` (since 0.12.0)
755+ * `afl_inst_ratio` (since 0.12.0)
756+
752757===== `ocamlfind` tags
753758
754759* `package(pkgname)`
You can’t perform that action at this time.
0 commit comments