aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-06 13:43:03 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-03 16:03:53 +0300
commit4828b46b73c0e4874634be0439a1653144e4e0e7 (patch)
tree9fa28ac0611fc901395c6ae95aac673c58c336fa /docs/markdown
parent0e9852a457653cb01e477ec041281131b854fa82 (diff)
downloadmeson-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.md6
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.
+