diff options
-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: ============= |