diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-21 04:34:31 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-21 04:34:31 -0400 |
commit | ecdd88685078da6de7f65c684bc5d3f59d09a9f9 (patch) | |
tree | 7b1447fe29fd282bab891853a2048d4467037495 /NEWS | |
parent | f1b7e4355c01521758cd1d9881c29d07134d1a84 (diff) | |
download | sbo-maintainer-tools-ecdd88685078da6de7f65c684bc5d3f59d09a9f9.tar.gz |
sbolint: bad icon cache check, Getopt::Long support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ sbopkglint: - Shared libraries are now checked for +x permission. sbolint: +- Option bundling is now supported (e.g. -qr is the same as -q -r). +- Long names for all options (see --help or man page). +- New -n (--no-notes) option to disable notes. - If doinst.sh exists, it's checked for correct usage of config(), preserve_perms(), and gtk-update-icon-cache. |