diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-19 14:17:51 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-19 14:17:51 -0400 |
commit | f1b7e4355c01521758cd1d9881c29d07134d1a84 (patch) | |
tree | 8b1021133aae0b6e273a4cd0e30f204c2507530d /NEWS | |
parent | 13e6b643cbb46d1f9a8156e401ff33c78509eb64 (diff) | |
download | sbo-maintainer-tools-f1b7e4355c01521758cd1d9881c29d07134d1a84.tar.gz |
sbolint: doinst.sh content check.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ New in 0.9.0: sbopkglint: - Spaces in filenames are now handled correctly. - Permissions and ownership of icons are now checked. +- Shared libraries are now checked for +x permission. + +sbolint: +- If doinst.sh exists, it's checked for correct usage of config(), + preserve_perms(), and gtk-update-icon-cache. New in 0.8.2: ============= |