This release fixes many issues, and it also doesn't enable the readlink -e
functionality introduced in 2.8.0
. So there is a slight breakage of backwards compatibility for those who use the standalone mode and who use symlinks.
Incompatible changes (minor):
- The
DEFINE_SCRIPT_DIR
macro doesn't resolve symlinks as it started to do so in2.8.0
, useDEFINE_SCRIPT_DIR_GNU
if you need the functionality.
New features (minor):
- The help message now contains reference for one-of argument types (#76).
Bugfixes: