1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add glob and process substitution fixes

This commit is contained in:
Kelly Brazil
2021-08-13 14:19:45 -07:00
parent fdbe3e05f3
commit 45e6e06be5

View File

@ -1,5 +1,10 @@
jc changelog jc changelog
20210813 v1.16.1
- Note to Package Maintainers: please see note at 20210720 v1.16.0
- Fix issue with process substitution with the magic syntax
- Fix issue with globs not including filenames with spaces with magic syntax
20210720 v1.16.0 20210720 v1.16.0
- Note to Package Maintainers: - Note to Package Maintainers:
TL;DR: `/man/jc.1.gz` and `/jc/man/jc.1.gz` are deprecated and only `/man/jc.1` should be used. TL;DR: `/man/jc.1.gz` and `/jc/man/jc.1.gz` are deprecated and only `/man/jc.1` should be used.