diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-06 13:43:03 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-03 16:03:53 +0300 |
commit | 4828b46b73c0e4874634be0439a1653144e4e0e7 (patch) | |
tree | 9fa28ac0611fc901395c6ae95aac673c58c336fa /docs/markdown | |
parent | 0e9852a457653cb01e477ec041281131b854fa82 (diff) | |
download | meson-4828b46b73c0e4874634be0439a1653144e4e0e7.zip meson-4828b46b73c0e4874634be0439a1653144e4e0e7.tar.gz meson-4828b46b73c0e4874634be0439a1653144e4e0e7.tar.bz2 |
Use relative rpath so builds are reproducible.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.41.0.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md index 7da9ed7..80bf0b3 100644 --- a/docs/markdown/Release-notes-for-0.41.0.md +++ b/docs/markdown/Release-notes-for-0.41.0.md @@ -61,3 +61,9 @@ Targets for building rust now take a `rust_args` keyword. Code coverage can be generated for tests by passing the `--cov` argument to the `run_tests.py` test runner. Note, since multiple processes are used, coverage must be combined before producing a report (`coverage3 combine`.) + +## Reproducible builds + +All known issues have been fixed and Meson can now build reproducible Debian +packages out of the box. + |