Skip to content

Commit

Permalink
NEWS: add other items since v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Sep 8, 2024
1 parent 1aaab53 commit 01a836a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01a836a

Please sign in to comment.