Changelog for
ocaml-dune-1.7.1-12.1.x86_64.rpm :
Mon Feb 18 13:00:00 2019 andyAATTonthewings.net
- Update to version 1.7.1:
* Change the layout of build artifacts inside _build.
* Various other new features and bug fixes. For details, see
https://github.com/ocaml/dune/blob/1.7.1/CHANGES.md
Fri Feb 1 13:00:00 2019 andyAATTonthewings.net
- Update to version 1.6.3:
* Various new features and bug fixes. For details, see
https://github.com/ocaml/dune/blob/1.6.3/CHANGES.md
* Switched to MIT license.
Thu May 17 14:00:00 2018 antoine.belvireAATTopensuse.org
- Update to version 1.0+beta20:
* Add a documentation stanza. This stanza allows one to attach
.mld files to opam packages. (#570 AATTrgrinberg)
* Execute all actions (defined using (action ..)) in the
context\'s environment. (#623 AATTrgrinberg)
* Add a (universe) special dependency to specify that an action
depend on everything in the universe. Jbuilder cannot cache the
result of an action that depend on the universe (#603, fixes
[#255] AATTdiml)
* Add a (package
) dependency specification to indicate
dependency on a whole package. Rules depending on whole
package will be executed in an environment similar to the one
we get once the package is installed (#624, AATTrgrinberg and AATTdiml)
* Display documentation in alphabetical order. This is relevant
to packages, libraries, and modules. (#647, fixes #606
AATTrgrinberg).
* Missing asm in ocaml -config on bytecode only architecture is
no longer fatal. The same kind of fix is preemptively applied
to C compilers being absent. (#646, fixes $637 AATTrgrinberg)
* Use the host\'s PATH variable when running actions during cross
compilation (#649, fixes #625 AATTrgrinberg)
* Fix incorrect include (-I) flags being passed to odoc. These
flags should be directories that include .odoc files, rather
than the include flags of the libraries. (#652 fixes #651
AATTrgrinberg)
* Fix a regression introduced by beta19 where the generated
merlin files didn\'t include the right -ppx flags in some cases
(#658 fixes #657 AATTdiml)
* Fix error message when a public library is defined twice.
Before jbuilder would raise an uncaught exception (Fixes #661,
AATTdiml)
* Fix several cases where external-lib-deps was returning too
little dependencies (#667, fixes #644 AATTdiml)
* Place module list on own line in generated entry point mld
(#670 AATTantron)
* Cosmetic improvements to generated entry point mld (#653
AATTtrefis)
- Changes from previous releases:
* See https://github.com/ocaml/dune/releases.
Tue Jan 30 13:00:00 2018 olafAATTaepfle.de
- Initial version 1.0.20180129.a3ff5e5