From cdc83a6b1463ceb2c63655f7314dc64bcb27b202 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 11 Oct 2024 13:53:03 -0400 Subject: Update NEWS. --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 807430a..0a99b3e 100644 --- a/NEWS +++ b/NEWS @@ -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: ============= -- cgit v1.2.3