Skip to content

Commit 6ea975d

Browse files
authored
Merge pull request #262 from gasche/release-0.12.0
Release 0.12.0
2 parents e0207b2 + b7b79cf commit 6ea975d

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

Changes

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,17 @@ of the usual "- ".
1414
NEXT_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;

howto/release.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ git tag <VERSION> -a
147147
This command should start an editor to ask for a tag message. You can
148148
use 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

157152
Create 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

manual/manual.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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)`

0 commit comments

Comments
 (0)