diff --git a/NEWS b/NEWS index d71fde5..84148de 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,26 @@ News file for Stow. which reintroduced this warning when running Stow on Perl >= 5.40.0. This has now been fixed. +*** Use shell-like parsing for =.stowrc= arguments + + If a file path or regex in =.stowrc= has a space, the option + previously broke because it would have been treated as two options + instead of one. Now it's possible to include options using + shell-like quoting, e.g.: + + --target="$HOME/dir with space in/file with space in" + --ignore=\\$FOO\\$ + +*** Fix Docker builds. + + Fix the return error 100 that was happening when trying to run + the build script with docker. + +*** Various maintainer tweaks + + Further improved the release process and its documentation in + various minor ways. Perl 5.40 has been added to the test matrix. + * Changes in version 2.4.0 *** --dotfiles now works with directories