diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-06 12:06:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-06 12:06:35 +0200 |
commit | 69c5931a8d5c714f2cbc717e372c5170531d879e (patch) | |
tree | 1d5f9a119df143858e0a3a2e5bfccaf9bb019a27 /docs/markdown | |
parent | 08d05bd82dfea8c58847a71c6f2362274aadd812 (diff) | |
parent | f9708cf1ba01b4240f391fdb61a77fa22b8b037f (diff) | |
download | meson-69c5931a8d5c714f2cbc717e372c5170531d879e.zip meson-69c5931a8d5c714f2cbc717e372c5170531d879e.tar.gz meson-69c5931a8d5c714f2cbc717e372c5170531d879e.tar.bz2 |
Merge pull request #1657 from QuLogic/ninja-escape
ninja: Fix quoting newlines and $
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.41.0.md | 7 |
1 files changed, 7 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 9c02cdc..a2a64de 100644 --- a/docs/markdown/Release-notes-for-0.41.0.md +++ b/docs/markdown/Release-notes-for-0.41.0.md @@ -17,3 +17,10 @@ Native support for linking against LLVM using the `dependency` function. The `fallback` keyword in `vcs_tag` is now optional. If not given, its value defaults to the return value of `meson.project_version()`. + +## Better quoting of special characters in ninja command invocations + +The ninja backend now quotes special characters that may be interpreted by +ninja itself, providing better interoperability with custom commands. This +support may not be perfect; please report any issues found with special +characters to the issue tracker. |