diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-11 13:53:03 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-10-11 13:53:03 -0400 |
commit | cdc83a6b1463ceb2c63655f7314dc64bcb27b202 (patch) | |
tree | 7185ad53a2c3e2944309428b02952fc680258347 | |
parent | b63993f69c46d6724cde68e9ab22d250ad433d53 (diff) | |
download | sbo-maintainer-tools-cdc83a6b1463ceb2c63655f7314dc64bcb27b202.tar.gz |
Update NEWS.
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,6 +1,23 @@ The real ChangeLog is the git log. This is just a summary of the user-visible changes between releases. +New in 0.9.3: +============= + +sbopkglint: +- Don't complain if ELF binaries in /lib/firmware or /usr/share/alsa/firmware + are -x and/or unstripped. +- If any of /bin, /usr/bin, /sbin, /usr/sbin exist but are empty, upgrade + the 'empty directory' note to a warning. These are generally the result + of a SlackBuild that's missing "set -e" or "|| exit" error checks. + +sbolint: +- Only apply github URL checking to URLs with github subdomains (e.g. + https://gists.github.com will not be checked). +- Complain about chown commands that use a dot as a separator. This + is deprecated in coreutils, and causes a warning when the script + is run. + New in 0.9.2: ============= |